@charset "utf-8";

table.LTM_Table {
  font-family: Arial, Helvetica, sans-serif;
  border: 2px solid #4F7849;
  background-color: #FFFFFF;
  width: 500px;
  height: 400px;
  text-align: center;
  border-collapse: collapse;
}
table.LTM_Table td, table.LTM_Table th {
  border: 1px solid #4F7849;
  padding: 3px 2px;
}
table.LTM_Table tbody td {
  font-size: 16px;
  font-weight: bold;
  color: #4F7849;
}
table.LTM_Table tr:nth-child(even) {
  background: #DCEFDA;
}
table.LTM_Table thead {
  background: #4F7849;
  background: -moz-linear-gradient(top, #7b9a76 0%, #60855b 66%, #4F7849 100%);
  background: -webkit-linear-gradient(top, #7b9a76 0%, #60855b 66%, #4F7849 100%);
  background: linear-gradient(to bottom, #7b9a76 0%, #60855b 66%, #4F7849 100%);
  border-bottom: 1px solid #444444;
}
table.LTM_Table thead th {
  font-size: 21px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 2px solid #D0E4F5;
}
table.LTM_Table thead th:first-child {
  border-left: none;
}

table.LTM_Table tfoot td {
  font-size: 21px;
}