html, body {
	font-family: 'Roboto', sans-serif;
	font-size: 0.92rem;
	color: #484848;
}
h5 {
    color: #31708f;
    font-weight: bold;
    line-height: 10px;
    padding-top: 20px;
    font-size: 13px;
}


.result h5 {
	color: #fff;
}
.special h4 {
	line-height: 20px;
	padding-top: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	white-space: nowrap;
}
div .special {
	background-color: #414446;
}
.special h5 {
	padding-top: 16px;
	line-height: 5px;
}

.text-success {
    color: #57a557!important;
}

.input-red {
	background-color: #c54343 !important;
	color: #fff !important;
}
.input-green {
	background-color: #4a8a54 !important;
	color: #fff !important;
}