@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";
@font-face {
  font-family: Times New Roman;
  src: url(https://db.onlinewebfonts.com/t/32441506567156636049eb850b53f02a.eot);
  src: url(https://db.onlinewebfonts.com/t/32441506567156636049eb850b53f02a.eot?#iefix)
      format("embedded-opentype"),
    url(https://db.onlinewebfonts.com/t/32441506567156636049eb850b53f02a.woff2)
      format("woff2"),
    url(https://db.onlinewebfonts.com/t/32441506567156636049eb850b53f02a.woff)
      format("woff"),
    url(https://db.onlinewebfonts.com/t/32441506567156636049eb850b53f02a.ttf)
      format("truetype"),
    url("https://db.onlinewebfonts.com/t/32441506567156636049eb850b53f02a.svg#Times New Roman")
      format("svg");
}
body {
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: Roboto, sans-serif;
}
* {
  margin: 0;
  padding: 0;
}
.flex-center {
  display: flex;
  justify-content: center !important;
  align-items: center !important;
}
.tables ul {
  list-style-type: none;
  padding: 0;
  border: 1px solid black;
  width: 100%;
}
.tables li.header {
  background-color: #000;
  color: #fff;
  font-weight: 700;
  display: flex;
  border-bottom: 1px solid black;
  font-size: 14px;
  text-align: center;
}
.tables li.header span {
  flex: 2;
  padding: 10px;
  border-right: 1px solid white;
  text-align: center;
}
.tables li.header span :last-child {
  border-right: none;
}
.tables li:not(.header) {
  display: flex;
  border-bottom: 1px solid black;
}
.tables li:nth-child(2n) {
  background-color: #f5f7f9;
}
.tables .body span {
  flex: 2;
  padding: 10px;
  text-align: left;
  border-right: 1px solid black;
}
.tables .body span:last-child {
  border-right: none;
}
@media (max-width: 768px) {
  .tables .body span {
    flex: 2;
    padding: 5px 2px;
    text-align: left;
    border-right: 1px solid black;
    letter-spacing: 0.2px;
  }
  .tables li.header span {
    padding: 15px 5px;
  }
}
