.table_rows {
  font-family: Oxygen;
  border-collapse: collapse;
  width: 50%;
}

.table_rows td, .table_rows th {
  border: 1px solid #ddd;
  padding: 8px;
}

.table_rows tr:nth-child(even){background-color: #f2f2f2;}

.table_rows tr:hover {background-color: rgba(67, 251, 255, 0.15);}

.table_rows th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #151b2a;
  color: white;
}