.qualifier_links .game_name {
    font-family: 'open-sans', sans-serif;
    background-color: transparent;
    width: auto;
    padding: 15px 0;
    color: #fff;
    font-size: 23px;
    font-weight: 300;
    display: none;
}
.qualifier_links .col_teaser {
    display: none;
    float: left;
    width: 25%;
}
.qualifier_links .col_details {
    float: none;
    width: 100%;
    min-height: 300px;
}
.qualifier_links .group_container {
    background-color: transparent;
    width: 100%;
    color: #eee;
    font-size: 16px;
    padding: 20px 0px 20px 0px;
    margin: 0 0 20px 0;
    overflow: hidden;
}

.qualifier_links .group_name {
    width: 100%;
    background-color: rgba(117, 123, 129, 0.34);
    border-bottom: 1px solid #222;
    padding: 5px 3px 5px 5px;
    font-size: 16px;
    font-weight: 200;
    color: #eee;
    margin: 0px 0px 8px 0px;
}

.qualifier_links .group {
    width: -moz-calc(50% - 30px);
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    margin-right: 30px;
    float: left;
    background-color: rgba(22, 33, 51, 0.73);
    padding: 10px;
}

.group_qualifiers .item_name {
    width: 47%;
    color: #666;
    vertical-align: top;
}

.group_qualifiers .item_slots {
    width: 15%;
    text-align: left;
    vertical-align: top;
}

.group_qualifiers .item_name a {
    color: #248CCB;
    font-weight: normal;
}
.group_qualifiers .item_bracket a {
    color: #248CCB;
    font-weight: normal;
}
.group_qualifiers a:hover {
    color: #fff;
}
.qualifier_links h2 {
    display: none;
}

.qualifier_links .game_name img {
    margin-top: 2px;
    margin-bottom: 5px;    
}

.qualifier_links .contestants_container {
    display: none;
}







/* NEW TICKETPAGE CSS */
#c55500 {
    overflow: auto;
}
.ticket-container {
    width: 1020px;
    margin: 0 auto;
    height: auto;
    position: relative;
    padding-top: 20px;
    z-index: 20;
    padding: 0px
}
.ticket-buttons {
    margin-top: 20px;
}

.ticket {
    width: 100%;
    position: relative;
    padding-bottom: 40px;
    border-bottom: 2px solid #4C5F8B;
    margin-bottom: 40px;
    overflow: auto;
}
.ticket-image {
    float: left;
}
.ticket-image.soldout {
    opacity: 0.5;
}
.ticket-text {
    width: 38%;
    float: right;
    display: block;
}
.ticket-text h3 {
    text-transform: uppercase;
    font-size: 22px;
    font-style: normal;
    margin-bottom: 10px;
    padding: 13px 0px 9px;
}

.ticket-text .ticket-description {
    font-style: italic;
}
.ticket-text ul {
    font-style: normal;
}

.ticket-text h3:before {
    content: '';
    width: 0px;
    height: 40px;
    border-left: 8px solid #324d74;
    position: absolute;
    top: 6px;
    left: -45px;
}


.ticket-buttons .button {
    float: left;
    text-align: center;
    margin-right: 30px;
}
.ticket-buttons .button a {
    width: 142px;
    height: 54px;
    background: #3CA6DC;
    border: 0px;
    color: #fff;
    padding-top: 13px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 19px;
}
.ticket-buttons .button a.soldout {
    width: 142px;
    height: 54px;
    background: #6D6D6D;
    border: 0px;
    color: #B3B3B3;
    padding-top: 13px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 19px;
    pointer-events: none !important;
}
.ticket-buttons .button a:hover {
    background-color: #54B9EC;
}
.ticket-buttons .button a.soldout:hover {
    background-color: #B3B3B3;
    cursor: default;
    pointer-events: none !important;
}
.ticket-buttons .button p {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
.ticket-buttons .button p.soldout {
    color: #B3B3B3;
    font-weight: bold;
    font-size: 18px;
}
/* NEW TICKETPAGE CSS END */



/* TICKET TABLE CSS */

.ticket-table table {
    width: 100%;
    margin: 25px auto;
    border-collapse: collapse;
    border: 1px solid #eee;
    border-bottom: 2px solid #28303D;
}
.ticket-table th, .ticket-table td {
  border: 1px solid #28303D;
  padding: 8px 10px;
  border-collapse: collapse;
}
.ticket-table td.first {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.ticket-table th {
  background: transparent;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.ticket-table th .last {
  border-right: none;
}

/* SCHEDULE TABLE CSS */

.schedule-table table {
    width: 100%;
    margin: 25px auto;
    border-collapse: collapse;
}
.schedule-table th, .schedule-table td {
  padding: 30px;
  border-collapse: collapse;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.34);
  margin: 2px;
}
.schedule-table th {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  text-transform: uppercase;
}
.schedule-table th .last {
  border-right: none;
}

.mediumrect_ad {
    text-align: center;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}
.mediumrect_ad:before {
    content: 'advertisement';
    position: absolute;
    top: -15px;
    font-size: 8px;
    width: 100%;
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
    left: 0px;
}

.contentbox_inner.textwall {
    max-width: 1000px;
}




.schedule-table th, .schedule-table td {
    vertical-align: top;
}
.schedule-table li {
    text-align: left;
}


.propage .competition_group.wins_gsl {
    width: 40%;
}
.propage .competition_group.player {
    width: 40%;
}
.propage .competition_group.score {
    width: 10%;
    letter-spacing: 3px;
    text-align:center; 
}
.propage .competition_group.qualifed {
    background-color: rgba(193, 252, 152, 0.14);
}