@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

body {
  font-family: 'Roboto', sans-serif;
  font-style: normal; }

.container {
  max-width: 1200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 15px;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.wrapper {
  max-width: 760px;
  width: 100%; }
  .wrapper table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: 'Roboto';
    font-size: 16px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden; }
  .wrapper thead {
    background: #f5f7fa; }
    .wrapper thead th {
      text-align: left;
      padding: 12px 16px;
      font-weight: 600;
      color: #333; }
    .wrapper thead:hover {
      background: #f9fafb; }
  .wrapper tbody tr {
    border-bottom: 1px solid #e2e6ea; }
  .wrapper tbody .bold {
    font-weight: 600; }
  .wrapper tbody td {
    padding: 10px 16px;
    color: #555; }
  .wrapper tbody .green {
    color: #0a8f3e; }
  .wrapper tbody .red {
    color: #d93025; }

/*# sourceMappingURL=../css/styles.css.map */