table {
  border-collapse:collapse;
}

caption {
   text-align: left;
  font-size: 1.2em;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background-color: rgba(252,131,0,0.8);
  padding: 8px 12px;
  width: 20%;
}

thead > tr {
  border:0;
  border-top-right-radius: 4px;
  border-top-left-radius:4px;
}
table tr th {
  background-color:#444;
  background-color: #374049;
  color:#fff;
  color:rgba(255,255,255,0.9);
  font-weight:normal;
  font-size:1.2em;
  padding:12px 10px;
  border-right:1px solid rgba(255,255,255,0.3);
  font-family: Lato, sans-serif;
  font-weight: 500;
}

tr {
  border: 1px solid #eee;
  border-top: 0;
}
tr th {
  border:0;
}
tr td {
  border:0;
  color:#444;
  padding:8px 9px;
  font-size:1.1em;
}

tr:nth-child(odd) {
  background-color: #fff;
}
tr:nth-child(even) {
  background-color: #eee;
}