/**
 *
 * Apply Here your Custom CSS
 *
*/

.h2{
	margin-top: 0;
	margin-bottom: 10px;
}
.cuscb label input{
    top: 0;
    margin: 0;
}
.hideshowed{
	display: none;
}
footer.main{
	position: absolute;
	width: 96.3%;
	bottom: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}