
/* Standard Table */

table.standard-table {
  font-size: 0.9375em;
}

table.standard-table th {
  background-color: #98c23e;
  padding: 4px 10px;
}

table.standard-table td {
  background-color: #eaf3d8;
  padding: 4px 10px;
  border-left: #fff solid 2px;
}