h1 {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
  color: #E3173D;
}

table {
  width: 100%;
  table-layout: auto;
}

.tbl-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #6400be;
}

.tbl-content {
  height: 300px;
  overflow-x: auto;
  margin-top: 0px;
  border: 1px solid #6400be;
}

th {
  padding: 20px 15px;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
}
th:first-child {
  font-size: 15px;
  text-align: center;
}
th:last-child {
  font-size: 15px;
  text-align: right;
}

td {
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  font-weight: 300;
  font-size: 12px;
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
td:first-child {
  font-weight: 700;
  font-size: 14px;
}
td:last-child {
  text-align: right;
  font-weight: 700;
  font-size: 14px;
  color: #ffe988;
}

.place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 150px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.place .icon {
  width: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}
.place .icon img {
  display: block;
  max-width: 100%;
}

.tournament-flex {
  margin-bottom: 4%;
}
.tournament-flex .left {
  width: 100%;
  text-align: center;
  margin-bottom: 10%;
}

/* for custom scrollbar for webkit browser*/
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

/*daily tournaments*/
.tournament-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tournament-wrapper .tournament-daily {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (min-width: 992px) {
  section {
    max-width: 900px;
    margin: 0 auto;
  }
  th {
    font-size: 12px;
  }
  th:first-child {
    text-align: left;
  }
  .tournament-wrapper {
    max-width: 900px;
    margin: 0 auto;
  }
  .tournament-flex {
    max-width: 900px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2%;
  }
  .tournament-flex .left {
    width: 50%;
    text-align: center;
    margin-bottom: 0;
  }
  .tournament-flex .right {
    width: 50%;
  }
  #tournament-awards {
    max-width: 500px;
  }
  .details {
    line-height: 20px;
  }
}
#paragraf-center {
  text-align: center;
  margin-top: 10px !important;
  margin-bottom: 40px;
  color: white !important;
  text-transform: none !important;
  font-weight: 300 !important;
}

.tournament-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tournament-wrapper .tournament-daily {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0 10px 0;
}
.tournament-wrapper .tournament-daily .tournament-win-card {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding: 1px;
}
.tournament-wrapper .tournament-daily .tournament-DailyWin {
  color: #E3173D;
}
.tournament-wrapper .tournament-text p {
  text-align: center;
}