<style>

.onemonroeblack-table {
  border-collapse: collapse;
  width: 100%;
}
.onemonroeblack-table th {
  background-color: #00374c;
  color: #ffffff;
}
.onemonroeblack-table th, .onemonroeblack-table td {
  border: 1px solid #dddddd;
  padding: 8px;
  text-align: left;
}
.onemonroeblack-table tr:nth-child(even) {
  background-color: #f2f2f2;
}


.onemonroeblue-table {
  border-collapse: collapse;
  width: 100%;
}
.onemonroeblue-table th {
  background-color: #00374c;
  color: #ffffff;
}
.onemonroeblue-table th, .onemonroeblue-table td {
  border: 1px solid #dddddd;
  padding: 8px;
  text-align: left;
}
.onemonroeblue-table tr:nth-child(even) {
  background-color: #f2f2f2;
}


.onemonroegold-table {
  border-collapse: collapse;
  width: 100%;
}
.onemonroegold-table th, .onemonroegold-table td {
  border: 1px solid #dddddd;
  padding: 8px;
  text-align: left;
}
.onemonroegold-table th {
  background-color: #ef7b1e;
  color: #00374c;
}
.onemonroegold-table tr:nth-child(even) {
  background-color: #f2f2f2;
}


.onemonroe-table {
  border-collapse: collapse;
  width: 100%;
}
.onemonroe-table th, .onemonroe-table td {
  border: 1px solid #dddddd;
  padding: 8px;
  text-align: left;
}
.onemonroe-table th {
  background-color: #8a1702;
  color: #ffffff;
}
.onemonroe-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

</style>