
body { background-color: #fafafa; font-family:'Roboto' }

table th, table td { text-align: center; }

table tr:nth-child(even) { background-color: #BEF2F5 }

.table-xs { margin: 0 auto; }

.table-xs > div {
  padding: 20px;
  text-align: center;
  border: 1px solid #fff;
  word-break: break-all;
}

.row-header {
  background-color: #000;
  color: #fff;
  overflow: hidden;
  font-weight: 600;
}

.table-xs .header {
  background-color: #BEF2F5;
  font-weight: 600;
}
