.table.greenTable {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  border: 4px solid #B1E726;
  background-color: #D4EED1;
  width: 100%;
  text-align: center;
}

.table.greenTable td, table.greenTable th {
  border: 2px solid #B1E726;
  padding: 3px 2px;
  text-align: center;
}

.table.greenTable tbody td {
  font-size: 12px;
  font-weight: bold;
}

.table.greenTable thead {
  background: #24943A;
  background: -moz-linear-gradient(top, #5baf6b 0%, #3a9e4d 66%, #24943A 100%);
  background: -webkit-linear-gradient(top, #5baf6b 0%, #3a9e4d 66%, #24943A 100%);
  background: linear-gradient(to bottom, #5baf6b 0%, #3a9e4d 66%, #24943A 100%);
  border-bottom: 0px solid #444444;
}

.table.greenTable thead th {
  font-size: 16px;
  font-weight: bold;
  color: #F0F0F0;
  text-align: center;
  border-left: 2px solid #24943A;
}

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


.table.greenTable tfoot td {
  font-size: 13px;
}

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

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