/* OFI
----------------------*/

#inspection a.print {
color:#e93123;
background-color: transparent;
text-decoration: underline;
float: right;
padding: 0;
margin:0 10px 0 0;
text-transform: capitalize;
}
#inspection dl {
background-color: #efefef;
/* Structure */
padding: 13px;
overflow: auto;
}
#inspection dl.stripe {
background-color: #e5e5e5;
}
#inspection dl dt.date {
color: #EE3224;
font-weight: bold;
/* Structure */
float: left;
width: 243px;
margin: 0 10px 0 0;
}
#inspection dl dd.address {
text-transform: capitalize;
/* Structure */
width: 242px;
margin: 0 10px 0 0;
float:left;
}
#inspection dd.address strong {
text-transform: uppercase;
}
#inspection dl dd.time {
font-weight: bold;
/* Structure */
float:left;
}
#inspection dl dd.link {
/* Structure */
float:right;
}
