table.blueTable {
  border: 1px solid #79BD9A;
  background-color: #FFFFFF;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.blueTable td, table.blueTable th {
  border: 1px solid #AAAAAA;
  padding: 5px 3px;
}
table.blueTable tbody td {
  font-size: 16px;
  padding: 5px 5px;
}
table.blueTable tr:nth-child(even) {
  background: #F8F1E9;
}
table.blueTable thead {
  background: #A8A39D;
  background: -moz-linear-gradient(top, #8D7966 0%, #D8C8B8 66%, #A8A39D 100%);
  background: -webkit-linear-gradient(top, #8D7966 0%, #D8C8B8 66%, #A8A39D 100%);
  background: linear-gradient(to bottom, #8D7966 0%, #D8C8B8 66%, #A8A39D 100%);
  border-bottom: 1px solid #444444;
}
table.blueTable thead th {
  font-size: 17px;
  font-weight: bold;
  color: #000000;
  border-left: 0px solid #F8F1E9;
}
table.blueTable thead th:first-child {
  border-left: none;
}
