@font-face {
  font-family: OpenSans-Regular;
  src: url('/fonts/OpenSans/OpenSans-Regular.ttf');
  font-display: swap;
}


table {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 auto;
  box-shadow: 0 0 1px;
}

table tr th {
  font-family: OpenSans-Regular;
  font-weight: normal;
  font-size: 18px;
  height: 60px;
  color: #ffffff;
  background: #3f60bf;
  padding: 10px 10px 10px 10px;
}


tbody tr:nth-child(even) {
  background-color: #e3e2e2;
}
