table.greenTable {
  background-color: #FAFAFA;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.greenTable td, table.greenTable th {
  border: 3px solid #FAFAFA;
  padding: 3px 2px;
}
table.greenTable tbody td {
  /*font-size: 13px;*/
  font-size: 15px;
  color: #515769;
}
table.greenTable tr:nth-child(even) {
  background: #D0DE28;
}
table.greenTable thead {
  background: #FD871F;
  background: -moz-linear-gradient(top, #fda557 0%, #fd9335 66%, #FD871F 100%);
  background: -webkit-linear-gradient(top, #fda557 0%, #fd9335 66%, #FD871F 100%);
  background: linear-gradient(to bottom, #fda557 0%, #fd9335 66%, #FD871F 100%);
}
table.greenTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #515769;
  text-align: center;
}
table.greenTable tfoot td {
  /*font-size: 14px;*/
  font-size: 16px;
}
table.greenTable tfoot .links {
  text-align: right;
}
table.greenTable tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}