table.greenTable {
  font-family: Arial, Helvetica, sans-serif;
  border: 6px solid #24943a;
  background-color: #d4eed1;
  width: 100%;
  text-align: left;
  color: #2e2e2e;
  text-transform: capitalize;
}
table.greenTable thead {
  background: #1c5e55;
  border-bottom: 0px solid #444444;
}
table.greenTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #f0f0f0;
  border-left: 2px solid #24943a;
}
table.greenTable tbody tr:hover {
  background-color: #eaeaea;
  font-weight: bold;
}
