/**** Styles Specifically for the "Extended Warranty" Page of the "Warranty" Section ****/

/* Columns */
div.col1, div.col2 { float:left; }
div.col1 { width:230px; }
div.col2 { width:497px; }

/* Warranties Table */
table.warranties { border-collapse:collapse; }
table.warranties td
{
  border:1px solid #000;
  padding:10px;
  vertical-align:middle;
  text-align:center;
}
table.warranties td.cell1, table.warranties td.cell3 { font-size:20px; }
table.warranties td.cell1 { background:#e9eaeb; }
table.warranties td.cell3 h6 { font-size:14px; }