﻿.ranking_event_link > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .ranking_event_link > * {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 0 5px;
  }
}

.ranking_event_link > * a {
  margin: 0 13px 0;
  padding: 15px 5px;
  text-align: center;
  border: 1px solid #230e02;
  width: calc(20% - 26px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
  font-size: 15px;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .ranking_event_link > * a {
    margin: 0 4px 10px;
    padding: 5px 0px;
    min-height: 50px;
    width: calc(50% - 8px);
    font-size: 14px;
  }
}

.ranking_event_link > * a.active {
  background-color: #827A65;
  font-weight: bold;
  border: none;
  pointer-events: none;
  color: #ffffff;
}

.ranking-head {
  padding-top: 15px !important;
  margin-top: 45px !important;
}

@media screen and (max-width: 767px) {
  .ranking-head {
    padding-top: 15px !important;
    margin-top: 15px !important;
  }
}
