/*STYLE SHEET ONLY FOR BOM TABLE LAYOUT*/

table.steelBlueCols {
    border: 4px solid #FBFF00;
    background-color: #FFFFFF;
    width: 1000px;
    height: 400px;
    text-align: left;
    border-collapse: collapse;
  }
  table.steelBlueCols td, table.steelBlueCols th {
    border: 4px solid #FBFF00;
    padding: 5px 10px;
  }
  table.steelBlueCols tbody td {
    font-size: 14px;
    color: #000000;
  }
  table.steelBlueCols tr:nth-child(even) {
    background: #FFFFFF;
  }
  table.steelBlueCols td:nth-child(even) {
    background: #FFFFFF;
  }
  table.steelBlueCols thead {
    background: #FBFF00;
    border-bottom: 10px solid #FBFF00;
  }
  table.steelBlueCols thead th {
    font-size: 21px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    border-left: 4px solid #FBFF00;
  }
  table.steelBlueCols thead th:first-child {
    border-left: none;
  }
  
  table.steelBlueCols tfoot td {
    font-size: 13px;
  }
  table.steelBlueCols tfoot .links {
    text-align: right;
  }
  table.steelBlueCols tfoot .links a{
    display: inline-block;
    background: #FFFFFF;
    color: #398AA4;
    padding: 2px 8px;
    border-radius: 5px;
  }