.streamtbl {
  border-collapse: collapse;
  width: 100%;
}

.streamtbl td, .streamtbl th {
  border: 1px solid #030;
  padding: 8px;
}

.streamtbl tr:nth-child(even){background-color: rgba(0, 70, 0, 0.2);}

.streamtbl tr:hover {background-color: rgba(0, 80, 0, 0.3);}

.streamtbl th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: rgba(0, 80, 0, 0.6);
  color: white;
}