.alink {
  color: aliceblue;
}
mark{
  background: orange;
  color: black;
}
.hidden {
  visibility: hidden;
}
.row {
  margin: 0;
}
.card-text {
  margin: 1rem;
}
.main-panel {
  color: rgba(169, 175, 187, 0.82) !important;
}
.accordion .card {
  color: rgba(169, 175, 187, 0.82) !important;
}
.card .p {
  color: rgba(169, 175, 187, 0.82) !important;
}
.main-header {
  background: #222222;
}
.breadcrumbs {
  padding: 18px 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  border: none;
  float: right;
}
.breadcrumbs > .active {
  color: #d8302f;
}
.inner-information-text {
  float: left;
  width: 100%;
  background: #111;
  color: #fff;
}
.inner-information-text h1 {
  color: #fff;
  margin: 0;
  padding: 10px 0;
  float: left;
}
.post-info img {
  float: left;
  width: 80px;
  border-radius: 100%;
  box-shadow: none;
  border: solid #ccc 3px;
  box-sizing: border-box;
  margin-right: 1rem;
}
.post-info h1 {
  line-height: 40px;
  margin: 0;
}
.post-info h2 {
  line-height: 40px;
  margin: 0;
}
.post-info h3 {
  line-height: 40px;
  margin: 0;
}
.post-info h4 {
  line-height: 40px;
  margin: 0;
}
.h1,h1 {
  color: #fafafa !important;
}
.navbar-title {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.navbar-title-full {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #eee;
}
.accordion .card {
  background: #222222 !important;
}
.tour {
  background-color: #333333;
  color: #fff;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  height: 48px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.tour .bestof {
  font-size: 14px;
  color: #aaa;
}
.matchtime {
  background-color: #444;
  color: #fff;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 95%;
  margin-left: 2.5%;
}
.single {
  color: #fff;
  font-size: 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width:96%;
  margin-left: 2%;
  margin-bottom: 0.5rem;
}
.single-left {
  display: flex;
    flex-direction: row;
    background-color: #555;
    height: 34px;
    width: 50%;
    justify-content: flex-start;
    align-items: center;
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
}
.single-fill {
  display:flex;
  flex-direction:row;
  justify-content:flex-end;
  align-items:center;
  width:calc(100% - 32px);
}
.single-right {
  display: flex;
    flex-direction: row;
    background-color: #555;
    height: 34px;
    width: 50%;
    justify-content: flex-end;
    align-items: center;
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.single-right-name {
  display:flex;
  flex-direction:row;
  justify-content:flex-start;
  align-items:center;
  width:calc(100% - 32px);
}
.single-flag {
  height: 32px;
  width: auto;
}
.single-name-left {
  display: flex;
  flex-direction: row;
  font-size: 12px;
  align-items: center;
  padding: 0.5rem;
}
.single-name-left p {
  margin: 0;
  word-break: normal;
}
.single-name-left p span {
  font-size: 12px;
  word-break: normal;
}
.single-name-right {
  display: flex;
  flex-direction: row;
  font-size: 12px;
  align-items: center;
  padding: 0.5rem;
}
.single-name-right p {
  margin: 0;
  word-break: normal;
}
.single-name-right p span {
  font-size: 12px;
  word-break: normal;
}
.single-score {
  font-size: 20px;
  text-align: center;
  font-weight: 200;
  width: 44px;
  margin: 1px;
  background-color: #444;
}
.single-video {
  position: absolute;
  left: 99%;
}
.winner {
  font-weight: 700 !important;
}
.badge-right {
  margin-left: 0.4rem;
}
.roll-name {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.roll-name h2 {
  margin: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}
.roll-name .winner {
  font-weight: bold;
  color: #fff;
}
.roll-trophy {
  padding-bottom: 1rem;
  color: goldenrod;
  font-size: small;
}
.roll-score {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.roll-score-left {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.roll-score-right {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.roll-score i {
  left: 50%;
  position: absolute;
  font-size: 1.5rem;
}
.roll-score i:active {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.roll-names {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.roll-names-both {
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.roll-names-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.roll-names-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.roll-names p {
  margin-bottom: 0;
}
.roll-video {
  width: 100%;
  margin: 1rem;
}
.flexrow-center {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.flexrow-left {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.flexrow-right {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.page-inner {
  padding: 0;
}
.logo-zone {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #eee;
}
.logo-img {
  width: 100px;
  height: auto;
  margin-bottom: 8px;
  margin-top: 8px;
}
.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  min-height: 40px;
}
.sticky-header .logo-header {
  height: 40px;
}
.sticky-header .logo-zone {
  flex-direction: row;
  align-items: stretch;
}
.sticky-header .logo-img {
  width: 36px;
  height: auto;
  margin-bottom: 2px;
  margin-top: 2px;
  margin-right: 1rem !important;
}
.sticky-panel > .content {
  margin-top: 106px;
  padding-top: 106px !important;
}
.sticky-title {
  position: fixed;
  top: 40px;
  width: 100%;
  z-index: 1;
}
.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  /* Use 75% for 4:3 videos */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 5px;
}

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}

.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  transition: .4s all;
}

.youtube-player img:hover {
  -webkit-filter: brightness(75%);
}

.youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("//i.imgur.com/TxzC70f.png") no-repeat;
  cursor: pointer;
}
/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) 
.sticky-header + .content {
  padding-top: 102px;
}
*/

@media screen and (min-width: 991px) {
  .navbar-title {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-title-full {
    display: none;
  }
}

@media screen and (max-width: 426px) {
  .inner-information-text .container h1 {
    display: none;
  }
  .inner-information-text .container .breadcrumbs {
    float: left;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .navbar-title-small {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .navbar-title-small {
    display: none;
  }
  .single {
    flex-direction: column;
  }
  .single-left {
    width: 90%;
  }
  .single-right {
    width: 90%;
    flex-direction: row-reverse;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
  }
  .single-right-name {
    flex-direction: row-reverse;
  }
  .single-name-right {
    flex-direction: row-reverse;
  }  
  .single-name-left p {
    font-size: 13px;
  }
  .single-name-right p {
    font-size: 13px;
  }
  .single-name-right p span {
    padding-right: 3px;
  }
  .single-video {
    position: absolute;
    left: 93%;
    padding-bottom: 32px;
  }
  .badge-right {
    margin-left: 0;
    margin-right: 0.4rem;
    padding: 6px;
  }
  .badge-left {
    padding: 6px;
  }
  .roll-name {
    flex-direction: column;
  }
  .roll-name h2 {
    font-size: 1rem;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .roll-name-right {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
}