table.em_table {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  border: 2px solid #289DEB;
  background-color: white;
  width: 100%;
  text-align: center;
}

table.em_table td,
table.em_table th {
  border: 2px solid #AAAAAA;
  padding: 3px 2px;
}

table.em_table tr {
  height: 50px;
}

table.em_table tbody td {
  font-size: 15px;
}

table.em_table tr:nth-child(even) {
  background: #D0E4F5;
}

table.em_table thead {
  background: lightslategray;
  /* background: -moz-linear-gradient(top, #5eb7f1 0%, #3da8ee 66%, #289FED 100%);
  background: -webkit-linear-gradient(top, #5eb7f1 0%, #3da8ee 66%, #289FED 100%);
  background: linear-gradient(to bottom, #5eb7f1 0%, #3da8ee 66%, #289FED 100%); */
  border-bottom: 2px solid #09090A;
}

table.em_table thead th {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
  width:90px;
}

table.em_table thead th:first-child {
  border-left: none;
}

table.em_table tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #D0E4F5;
  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  border-top: 2px solid #444444;
}

table.em_table tfoot td {
  font-size: 14px;
}

table.em_table tfoot .links {
  text-align: right;
}

table.em_table tfoot .links a {
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
