55 lines
777 B
CSS
Executable File
55 lines
777 B
CSS
Executable File
div.clearBoth{
|
|
clear:both;
|
|
margin-top:20px;
|
|
}
|
|
div.copyrightrow{
|
|
background:#ffffff;
|
|
clear:both;
|
|
font-size:9px;
|
|
padding:25px;
|
|
text-align:center;
|
|
}
|
|
div.header{
|
|
clear:both;
|
|
color:#ffffff;
|
|
font-weight:bold;
|
|
padding:3px;
|
|
}
|
|
div.reportBox{
|
|
background:#d7d6cc;
|
|
border:1px solid #d7d6cc;
|
|
margin-top:1em;
|
|
}
|
|
div.row{
|
|
background:#f7f6ef;
|
|
clear:both;
|
|
margin-top:1px;
|
|
padding:3px;
|
|
}
|
|
div.row span.center{
|
|
margin-right:30px;
|
|
}
|
|
div.row span.left{
|
|
float:left;
|
|
text-align:left;
|
|
width:74%;
|
|
}
|
|
div.row span.right{
|
|
float:right;
|
|
text-align:right;
|
|
width:34%;
|
|
}
|
|
div.warrantyrow{
|
|
background:#ffffff;
|
|
clear:both;
|
|
font-size:9px;
|
|
text-align:center;
|
|
}
|
|
#colone,#coltwo,#colthree{
|
|
display:inline;
|
|
float:left;
|
|
margin-left:5px;
|
|
padding-top:3em;
|
|
width:30%;
|
|
}
|