/*brackets style
------------------------------*/
.brackets_container{
  min-width: 800px;
}

/*rounds style
------------------------------*/

.r_64 .mtch_container {
  padding: 20px 0;
}
.r_64 .m_segment{
  height: 45px;
}
.r_32 .mtch_container{
  padding: 50px 0;
}
.r_32 .m_segment{
  height: 80px;
}
.r_16 .mtch_container {
  padding: 115px 0;
}
.r_16 .m_segment {
  height: 145px;
}
.r_8 .mtch_container {
  padding: 245px 0;
}
.r_8 .m_segment{
  height: 275px;
}
/*.r_4 .mtch_container {*/
  /*padding: 245px 0;*/
/*}*/
.r_4 .m_segment{
  height: 535px;
}

/*smaller screens style
------------------------------*/
@media (max-width: 1400px) {
  .match_unit .m_segment > span{
    font-size: 10px;
  }
}
@media (max-width: 1000px) {
  .match_unit .m_segment > span span{
     display: none;
   }
.brackets_container th{
  font-size: 11px;
}
}
@media (max-width: 900px) {
  .match_unit .m_dtls span{
    display: none;
  }
}