.bg-25233C {
   background-color: #25233C;
    color: white;
}

#mapcanvas {
	border: 1px solid black;
	margin: 0px;
	padding: 0px;
	height: 500px;
	width: 100%;
}

/* put registration number field into uppercase */
.form-group input#inputRegNum {
	text-transform: uppercase;
}
.form-group {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

@media only screen and (max-width: 768px) {
          .footer-border {
    border-top: medium rgba(255,255,255,1.00) solid;
        }
}
    @media only screen and (min-width: 768px) {
        .footer-border {
    border-left: medium rgba(255,255,255,1.00) solid;
        }
}

a { color: #FF0004; }
.font_timenewroman {font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";}