.strong {
  font-weight: 600;
}
.ranking-mainboard {
  margin-bottom: 20px;
  padding: 20px;
  background: #fffaf0;
}
.ranking-mainboard .trophy {
  height: 180px;
  background-size: auto 100%;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.ranking-mainboard .second .trophy {
  background-size: auto 85%;
  background-image: url("https://lichess1.org/assets/hashed/lichess-silver-1.2efd2944.svg");
}
.ranking-mainboard .first .trophy {
  background-image: url("https://lichess1.org/assets/hashed/lichess-massive.cf8e7f31.svg");
}
.ranking-mainboard .third .trophy {
  background-size: auto 70%;
  background-image: url("https://lichess1.org/assets/hashed/lichess-bronze-2.39f73291.svg");
}
.ranking-mainboard table td {
  border: none;
  padding: 2px;
}
.ranking-mainboard .username {
  font-weight: 600;
  font-size: 20px;
  color: inherit;
}
@media (max-width: 768px) {
  .ranking-mainboard {
    padding: 0 10px;
    margin: 20px -10px;
  }
  .ranking-mainboard .ranking {
    padding: 5px;
  }
  .ranking-mainboard .trophy {
    height: 80px;
  }
  .ranking-mainboard .username {
    font-size: 13px;
  }
  .ranking-mainboard table td:first-child {
    display: none;
  }
  .ranking-mainboard table td {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .table-responsive {
    /* display: table; */
  }
}
.dt-info,
.dt-length,
.dt-paging,
.dt-search {
  margin-bottom: 15px;
}

.dt-search label {
  white-space: nowrap;
}

.dt-info,
.dt-length {
  float: left;
  margin-bottom: 15px;
}

.dt-paging,
.dt-search {
  float: right;
}

.dt-search,
.dt-length {
  display: flex;
  align-items: baseline;
}

.dt-length select {
  width: 70px;
  margin-right: 10px;
}
form .img-preview img {
  max-width: 100px;
  max-height: 100px;
}
.btn-label {
  border: 1px solid #e4e4e4;
  background: #f1f8ff;
  color: #444;
  display: inline-block;
  padding: 6px 15px;
  cursor: pointer;
  border-radius: 3px;
}
.btn-label input {
  display: none;
}
.learn-press-courses .course .item-footer .price {
  font-size: 20px;
}
