/*SMALL.CSS*/
body {
	font-family: Lato, Serif;
    font-size: small;
}
#Header > img {
	width: 100%;
}


@media screen and (max-width: 455px) {
	#Header > img {
	display: none;
}
#Header {	
    background-image: url(../HDR-sm.jpg);
    height: 29vw;
    position: relative;
    background-repeat: no-repeat;
    background-size: 109% 85%;
}
}

#Accident {
    width: 100%;
}
#Accident tr {
    display: table;
    width:100%;
}
#Accident td {
    display: table-row;
    width: 100%;
}

#btnCalculate {
    width: 100%;
}


#Title {
	text-align: center;
}
#FormHeader {
	text-align: center;
}
#FormBodyBackground {
	position: absolute;
	width: 64%;
	min-width: 163px;
	border-right: 1px solid gray;
	height: 100%;
	z-index: 0;
}
#FormBody {
	border: 1px solid gray;
	margin-top: 1em;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 400px;
	overflow-y: scroll;
	overflow-x: hidden;
	font-size: small;
}
#tblCitations {
	width: 100%;
}
.column1 {
	width: 70%;
}
#FormFooter {
	position: relative;
}


#btnPrint {
	display: block;
    width: 100%;
    position: relative;
    margin-bottom: 2em;
    top: 90px;
}
#btnClear {
    display: block;
    width: 100%;
    position: relative;
    top: 75px;
}
#lblTotal {
    display: inline-block;
    margin-top: 1em;
    width: 100%;
    text-align: center;
    position: relative;
    top: -125px;
}
#TotalFineAmount {
    top: -115px;
    position: relative;
	width: 100%;
}
#selCitationContainer {
	text-align: left;
}
#tblPreview {
    width: 100%;
}

.MessageContainer td {
    display: table-row;
    text-align: center;
}
.MessageContainer td > img {
    width: 100%;
    height: 120vw;
    max-width: 425px;
    max-height: 465px;
}

#columbusGALink {
    top: 2% !important;
    left: 4% !important;
    width: 23% !important;
    height: 55% !important;
}