.wcol .form-control{
	width:50px;
	float:left;
}

.wcol2.form-control{
	width:62px;
	height:18px;
	float:left;
	padding:0;
}

.border-primary{
	border-color:rgb(232,57,26) !important;
}

a{
	color:rgb(232,57,26);
}

button{
	color:rgb(232,57,26);
	background-color:white;
}

.form-check-input:checked {
    background-color: rgb(232,57,26);
    border-color: rgb(232,57,26);
}

.btn-primary, .btn-primary:focus{
	background-color: rgb(232,57,26);
	border-color: rgb(232,57,26);
}

.btn-primary:hover{
	background-color: red;
	border-color: red;
}

html {
    overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
}

.tda {
	text-decoration: none;
	color: black !important;
	border-bottom: 1px dotted black;
}

.tda:hover {
	text-decoration: none;
	color: black !important;
	border-bottom: 1px dotted black;
	font-weight:normal;
}