table{
height: 30%;
border-collapse: collapse;
 
 }
table img {

}
thead, tfoot {background-color: red; }
thead tr, tfoot tr{vertical-align: bottom;}
thead .first, tfoot .first{background-color: white; color: white;}
thead .second, tfoot .second{background-color: red; color: white;font-weight:bold;font-size: 14px;}
thead .third, tfoot .third{background-color: red; color: white;font-weight:bold;font-size: 14px;}
tbody tr{vertical-align: center;}
th {color: red;}

table.Specs , table.Savings  {border: 1px Black solid;}

.first{width: 150px; background-color: silver; font-size: 14px; font-weight:bold;border:1px black solid;}
.second{width: 300px; font-size: 12px; font-weight:normal;border:1px black solid;}
.third{width: 300px; font-size: 12px; font-weight:normal;border:1px black solid;}

table.Savings {
margin-left: 10px;
font-size: 14px;
}
.Savings span {
font-variant: small-caps; 
font-weight: bold;
}
.Savings td, th {
padding: 2px;
border: 1px black solid;
}
.Savings th {
color: black; 
background-color: silver; 
}

table.directions {
margin-left: 10px; 
font-size: 12pt;
}

