@charset "UTF-8";
/* CSS Document */

table.border {max-width:100%; width:1174px; box-sizing:border-box}
.border th {background-color:#E1EEEA}
.border td.Center {text-align:center!important;padding-bottom:10px;padding-top:10px;vertical-align:middle!important}
.DIYcheck {border:1px solid #ccc; border-radius:4px; background-color:#fff;height:25px; width:25px;margin:auto}
.ColB, .ColC, .ColD {width:12%}
.ColA, .ColE {width:32%}
.ColA, .ColB, .ColC, .ColD {background-color:#F4F9F7}

ul.diy-check {display:inline-block;padding:0.5em 0 0.5em 0!important;margin:0;} 
.diy-check li {list-style-image: url("../images/diy-check.png");margin:0 10px 0 50px;float:left} 
.diy-check li.comment {list-style-image: none; list-style-type: none; padding-top:8px;margin-left:23px;text-decoration:underline /*url("../images/diy-check-blank.jpg");*/}
.LGreen {background-color:#F4F9F7}
.DGreen {background-color:#e7f1ee;}
.check-notes {clear:both; display:none}

.FlexRow p {margin:0.5em 0}

@media print {	
	.check-notes {display:block;height:2em}
}