table.steelBlueCols {
  border: 4px solid #FFFFFF;
  background-color: #A8D7D6;
  text-align: center;
  border-collapse: collapse;
}
table.steelBlueCols td, table.steelBlueCols th {
  border: 1px solid #F2F2F2;
  padding: 5px 10px;
}
table.steelBlueCols tbody td {
  font-size: 12px;
  font-weight: bold;
  color: #808080;
  widht: auto;
}
table.steelBlueCols tbody td span {
  color: #000000;
}
table.steelBlueCols tbody td a {
  color: #000000;
}
table.steelBlueCols tr:nth-child(even) {
  background: #90DFEE;
}
table.steelBlueCols thead {
  background: #FFFFFF;
  border-bottom: 10px solid #FFFFFF;
}
table.steelBlueCols thead th {
  font-size: 15px;
  font-weight: bold;
  color: #808080;
  text-align: left;
  border-left: 2px solid #F2F2F2;
}
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: #808080;
  color: #F2F2F2;
  padding: 2px 8px;
  border-radius: 5px;
}
