@media all
{

    .matches_layout1_container {
        overflow: hidden;
        margin-bottom: 20px;
    }
    .matches_layout1_container li {
        position: relative;
        display: inline;
        float: left;
        list-style-type: none;
        position: relative;
        margin: 0 6px 6px 0;
        text-align:center;
        width: 310px;
        height: 250px;
        padding: 5px;
    }
    .matches_layout1_item.team1win {

    }
    .matches_layout1_item.team2win {

    }
    .matches_layout1_item.player1win {

    }
    .matches_layout1_item.player2win {

    }

    .matches_layout1_item_vote {
        font-size: 11px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        position: absolute;
        bottom: -24px;
        line-height: 14px;
        width: 50%;
        height: 55px;
    }
    .matches_layout1_item_vote a:visited {
        color: #ccc;
    }
    .matches_layout1_item_vote a {
        position: relative;
        color: #ccc;
        padding: 0px;
        width: 155px;
        height: 40px;
        display: block;
    }
    .matches_layout1_item_vote a:hover {
        color: #fff;
    }
    .matches_layout1_item_vote_inner {
        position: absolute;
        top: 15px;
    }
    .matches_layout1_item_vote_inner img {
        width: 9px;
        height: 9px;
    }
    .matches_layout1_item_vote_inner.team_1 {
        left: 3px;
    }
    .matches_layout1_item_vote_inner.team_2 {
        right: 3px;
    }
    .matches_layout1_item_vote_inner.player_1 {
        left: 22px;
    }
    .matches_layout1_item_vote_inner.player_2 {
        right: 33px;
    }

    .matches_layout1_item_vote.team_1 {
        left: 0px;
    }
    .matches_layout1_item_vote.team_2 {
        right: 0px;
    }

    .matches_layout1_item_vote.player_1 {
        left: 0px;
    }
    .matches_layout1_item_vote.player_2 {
        right: 0px;
    }

    .matches_layout2_playvideo {
        position: absolute;
        text-align: center;
        bottom: 13px;
        left: 126px;
        font-size: 10px;
        width: 50px;
        height: 50px;
        z-index: 30;
        background-image:  url(/images/icons/play_icon_match.png);
        background-repeat: no-repeat;
        background-position: 12px 15px;
    }
    .matches_layout2_playvideo:hover {
        background-image:  url(/images/icons/play_icon_match_hover.png);
    }
    .matches_layout2_playvideo a {
        text-decoration: none;
        color: #666;
        width: 50px;
        height: 50px;
        display: block;
    }
    .matches_layout2_playvideo a:hover {
        color: #fff;
    }


    .twittervotelink {
        padding: 0px 0 0px 30px;
        background-repeat: no-repeat;
        background-position: 0px 5px;
        background-image:  url(/images/icons/link_icons_twitter.png);
    }
    .communityvote_title {
        color: #333;
        font-size: 10px;
        margin-bottom: 3px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
    }
    .matches_layout1_votehelp {
        clear: both;
        padding-top: 20px;
        cursor: pointer;
        font-size: 11px;
        margin-bottom: 10px;
    }
    #matches_layout1_votehelp_text {
        width: 600px;
        text-align: left;
        display: none;
        margin-top: 10px;
    }

    .matches_layout1_time {
        text-align: center;
        margin-top: 5px;
    }
    .matches_layout1_team {
        float:left;
        margin-right: 0px;
        width: 155px;
        position: relative;
    }
    .matches_layout1_name  {
        line-height: 12px;
        font-size: 11px;
    }
    .matches_layout1_score {
        position: relative;
        font-size: 40px;
        margin-top: 163px;
        font-family: 'ubuntu-condensed', times;
        font-weight: normal;
        text-decoration: none;
    }
    .matches_layout1_score.upcoming{

    }

    .matches_layout1_team a:hover {
        text-decoration: none;
    }
    .matches_layout1_team:hover {

    }
    .teammatches_layout1_logo img {
        width: 120px;
        height: 120px;
        margin: 15px;
    }
    .teammatches_layout1_logo.loss img {
        opacity: 0.3;
        filter: alpha(opacity=30); /* For IE8 and earlier */
    }
    .teammatches_layout1_logo.win {
    }

    .playermatches_layout1_logo img {
        width: 90px;
        height: 120px;
        margin: 15px;
    }
    .playermatches_layout1_logo.loss img {
        opacity: 0.3;
        filter: alpha(opacity=30); /* For IE8 and earlier */
    }
    .playermatches_layout1_logo.win {
    }






    .teams_list1_container ul {
        padding: 0px;
        margin: 0px;
    }

    .teams_list1_container {

    }
    .teams_list1_container li {
        display: inline-block;;
        /*float: left;*/
        list-style-type: none;
        position: relative;
        margin: 0 0px 10px 0;
        text-align:center;
        width: 145px;
        height: 180px;
        padding: 0px;
    }
    .teams_list1_item img {
        width: 145px;
        height: 145px;
    }
    .teams_list1_container li:hover {

    }
    .teams_list1_name  {
        line-height: 15px;
        margin: 5px;
        height: 15px;
        font-size: 80%;
    }
    .teams_list1_item a {
        border-bottom: 0px !important;
    }
    .teams_list1_item a:hover {
        text-decoration: none;
    }
    .teams_list1_item .disqualified {
        position: absolute;
bottom: 21px;
right: 9px;
color: #BB0000;
background-color: #000;
font-size: 10px;
text-transform: uppercase;
font-family: 'ubuntu-condensed', times;
padding: 0px 3px 0px 4px;
border: 1px solid #BB0000;
line-height: 14px;
    }



    .players_list1_container ul {
        padding: 0px;
        margin: 0px;
    }

    .players_list1_container {
        width: 1020px;
    }
    .players_list1_container li {
        display: inline-block;
        list-style-type: none;
        position: relative;
        margin: 0 18px 10px 0;
        text-align:center;
        width: 145px;
        height: 180px;
        padding: 1px;
    }
    .players_list1_item img {
        width: 145px;
        height: 145px;
        position: absolute;
        top: 0px;
        left: 0px;
    }
    .players_list1_flag img {
        width: 16px !important;
        height: 12px !important;
        z-index: 100;
    }
    .players_list1_flag {
        width: 16px;
        height: 12px;
        position: absolute;
        top: 14px;
        right: 28px;
    }
    .players_list1_container li:hover {

    }
    .players_list1_name  {
        line-height: 15px;
        margin-top: 3px;
    }
    .players_list1_item a {

    }
    .players_list1_item a:hover {
        text-decoration: none;
    }
    .players_list1_overlay {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 30;
        background-repeat: no-repeat;
    }
    .players_list1_overlay a {
        display: block;
        width: 184px;
        height: 245px;
    }






    .players_list3_container ul {
        padding: 0px;
        margin: 0px;
    }

    .players_list3_container {
    }
    .players_list3_container li {
        display: inline;
        float: left;
        list-style-type: none;
        position: relative;
        margin: 30px 0px 30px 0;
        text-align:center;
        padding: 1px;
		padding-bottom: 30px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.07);
		min-height: 300px;
    }
.players_list3_container .players_list3_details {
margin-left: 250px;
width: 700px;
text-align: left;
}    .players_list3_item img {
        width: 225px;
        height: 300px;
        position: absolute;
        top: 0px;
        left: 0px;
    }
    .players_list3_flag img {
        width: 16px !important;
        height: 12px !important;
        z-index: 100;
    }
    .players_list3_flag {
        width: 16px;
        height: 12px;
        position: absolute;
        top: 14px;
        right: 28px;
    }
    .players_list3_container li:hover {

    }
    .players_list3_nickname  {
        font-size: 35px;
    }
    .players_list3_name  {
		font-weight: bold;
    }

    .players_list3_history, .players_list3_achievements  {
		margin-top: 15px;
    }
    .players_list3_item a {

    }
    .players_list3_item a:hover {
        text-decoration: none;
    }
	.players_list3_social {
		position: absolute;
		top: 30px;
		right: 0;
	}
	.players_list3_social div {
		float: left;
		margin: 0 10px 0 10px;
	}
	.players_list3_container {
		margin-left: 100px;
	}







    .matchspoiler {
        position: absolute;
        top: 25px;
        left: 10px;
        z-index: 100;
        width: 300px;
        height: 136px;
        background-image:  url(../../../wcs1/img/match_spoiler_result.png);
        background-repeat: no-repeat;
        font-size: 12px;
    }
    .matchspoiler a {
        text-decoration: none;
    }
    .matchspoiler_show {
        margin: 60px auto;
        width: 50px;
    }








    .teamsheat_layout1_container {

    }
    .teamsheat_layout1_container h4 {
        font-size: 150%;
        font-weight: bold;
        width: 100%;
        margin-bottom: 0px;
        padding: 0px 0 7px 0;
        height: 26px;
        margin-top: 0px;
    }
    .teamsheat_layout1_logo img {
        width: 250px;
        height: 250px;
    }
    .teamsheat_layout1_mainfos {
        position: absolute;
        left: 350px;
        top: 120px;
        height: 180px;
        width: 350px;
    }
    .teamsheat_layout1_links {
        position: absolute;
        right: 90px;
        top: 120px;
        height: 180px;
        width: 300px;
    }
    .teamsheat_layout1_mainfo {
        width: 100%;
        margin-bottom: 0px;
        padding: 0px 0 0px 0;
        height: 32px;
        line-height: 32px;
    }
    .teamsheat_layout1_mainfo_title {
        float: left;
        width: 130px;
        line-height: 32px;
        font-size: 90%;
    }
    .teamsheat_layout1_links .link {
        padding: 0px 0 0px 30px;
        background-repeat: no-repeat;
        background-position: 0px 5px;
    }
    .teamsheat_layout1_links .link_esl {
        background-image:  url(/images/icons/link_icons_esl.png);
    }
    .teamsheat_layout1_links .link_facebook {
        background-image:  url(/images/icons/link_icons_facebook.png);
    }
    .teamsheat_layout1_links .link_www {
        background-image:  url(/images/icons/link_icons_www.png);
    }
    .teamsheat_layout1_links .link_twitter {
        background-image:  url(/images/icons/link_icons_twitter.png);
    }


    .link {
        padding: 0px 0 0px 30px;
        background-repeat: no-repeat;
        background-position: 0px 5px;
    }
    .link_esl {
        background-image:  url(/images/icons/link_icons_esl.png);
    }
    .link_facebook {
        background-image:  url(/images/icons/link_icons_facebook.png);
    }
    .link_www {
        background-image:  url(/images/icons/link_icons_www.png);
    }
    .link_twitter {
        background-image:  url(/images/icons/link_icons_twitter.png);
    }
    .link_youtube {
        background-image:  url(/images/icons/link_icons_youtube.png);
    }




	.teamsheat_layout1_container h2 {
		position: absolute !important;
		top: 30px !important;
		left: 350px !important;
	}

    .teamsheat_layout1_flag {
        position: absolute;
        top: 0px;
        right: 35px;
    }
    .teamsheat_layout1_flag img {
        width: 100px;
        height: 100px;
    }
    .teamsheat_layout1_links {

    }

    .teamsheat_layout1_missing_infos {
        position: absolute;
        top: -30px;
        left: 0px;
        text-transform: uppercase;
        padding: 6px;
        font-size: 70%;
    }


    .teamsheet_layout1_disqualified {
        position: absolute;
        left: 350px;
        top: 95px;
        color: #BB0000;
        background-color: #000;
        font-size: 20px;
        text-transform: uppercase;
        font-family: 'ubuntu-condensed', times;
        padding: 0px 3px 0px 4px;
        border: 1px solid #BB0000;
   }


    .teamsheet_seasonstats_layout1_container {
        position: absolute;
        left: 350px;
        top: -100px;
    }
    .teamsheet_currentposition_layout1_container {
        position: absolute;
        left: 500px;
        top: -100px;
    }
    .teamsheet_seasonstats_layout1_title {
        font-size: 90%;
        text-align: center;
    }
    .teamsheet_seasonstats_layout1_numbers {
        font-size: 35pt;
        text-align: center;
        font-family: 'ubuntu-condensed', times;
        font-weight: normal;
        text-decoration: none;
    }
    .teamsheet_seasonstats_layout1_legend {
        font-size: 70%;
        text-align: center;
    }


    .teamsheet_nextmatch_layout1_container {
        position: absolute;
        right: 50px;
        top: -90px;
        height: 70px;
        width: 200px;
    }
    .teamsheet_nextmatch_layout1_title {
        float: left;
        height: 70px;
        width: 110px;
        font-size: 90%;
        text-align: right;
        margin-top: 10px;
        padding: 10px;
    }
    .teamsheet_nextmatch_layout1_logo {
        float: right;
    }
    .teamsheet_nextmatch_layout1_logo img {
        width: 70px;
        height: 70px;
    }













    .playersheet_layout1_container h4 {
        font-size: 150%;
        font-weight: bold;
        width: 100%;
        margin-bottom: 0px;
        padding: 0px 0 7px 0;
        height: 26px;
    }
    .playersheet_layout1_logo img {
        width: 250px;
        height: 333px;
    }
    .playersheet_layout1_logo {
        position: relative;
        width: 250px;
        height: 333px;
    }
    .playersheet_layout1_overlay {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }
    .playersheet_layout1_mainfos {
        position: absolute;
        left: 350px;
        top: 130px;
        height: 180px;
        width: 350px;
    }
    .playersheet_layout1_links {
        position: absolute;
        right: 90px;
        top: 197px;
        height: 180px;
        width: 300px;
    }
    .playersheet_layout1_mainfo {
        width: 100%;
        margin-bottom: 0px;
        padding: 0px 0 0px 0;
        height: 32px;
        line-height: 32px;
    }
    .playersheet_layout1_mainfo_title {
        float: left;
        width: 130px;
        line-height: 32px;
        font-size: 90%;
    }
    .playersheet_layout1_links .link {
        padding: 0px 0 0px 30px;
        background-repeat: no-repeat;
        background-position: 0px 5px;
    }
    .playersheet_layout1_links .link_esl {
        background-image:  url(/images/icons/link_icons_esl.png);
    }
    .playersheet_layout1_links .link_facebook {
        background-image:  url(/images/icons/link_icons_facebook.png);
    }
    .playersheet_layout1_links .link_www {
        background-image:  url(/images/icons/link_icons_www.png);
    }
    .playersheet_layout1_links .link_twitter {
        background-image:  url(/images/icons/link_icons_twitter.png);
    }

    .playersheet_layout1_flag {
        position: absolute;
        top: 135px;
        right: 35px;
    }
    .playersheet_layout1_flag img {
        height: 70px
    }
    .playersheet_layout1_links {

    }

    .playersheet_layout1_missing_infos {
        position: absolute;
        top: -30px;
        left: 0px;
        text-transform: uppercase;
        padding: 6px;
        font-size: 70%;
    }

    .playersheet_layout1_nextplayer {
        position: absolute;
        top: 75px;
        right: 35px;
    }

    .teamsheet_seasonstats_layout1_container {
        position: absolute;
        left: 350px;
        top: -100px;
    }
    .teamsheet_currentposition_layout1_container {
        position: absolute;
        left: 500px;
        top: -100px;
    }
    .teamsheet_seasonstats_layout1_title {
        font-size: 90%;
        text-align: center;
    }
    .teamsheet_seasonstats_layout1_numbers {
        font-size: 35pt;
        text-align: center;
        font-family: 'ubuntu-condensed', times;
        font-weight: normal;
        text-decoration: none;
    }
    .teamsheet_seasonstats_layout1_legend {
        font-size: 70%;
        text-align: center;
    }


    .teamsheet_nextmatch_layout1_container {
        position: absolute;
        right: 50px;
        top: -90px;
        height: 70px;
        width: 200px;
    }
    .teamsheet_nextmatch_layout1_title {
        float: left;
        height: 70px;
        width: 110px;
        font-size: 90%;
        text-align: right;
        margin-top: 10px;
        padding: 10px;
    }
    .teamsheet_nextmatch_layout1_logo {
        float: right;
    }
    .teamsheet_nextmatch_layout1_logo img {
        width: 70px;
        height: 70px;
    }


    .playerrankings_layout2_container {

    }

    .playerrankings_layout2_item_container {
        float: left;
        width: 215px;
        height: 261px;
        padding: 20px 15px 20px 20px;
    }

    .playerrankings_layout2_container table td {
        padding: 8px 2px
    }
    .playerrankings_layout2.header {
        font-size: 80%;
        font-weight: normal;
    }
    .playerrankings_layout2 {

    }
    .playerrankings_layout2 .country {
        width: 16px;
    }
    .playerrankings_layout2 .points {
        width: 50px;
    }
    .playerrankings_layout2 .country img {
        width: 16px;
        height: 11px;
    }
    .playerrankings_layout2 .name {
        width: 105px;
        text-align: left;
    }
    .playerrankings_layout2 .qualify img {
    }
    .playerrankings_layout2 .qualify {
        color: #fff;
    }
    .playerrankings_layout2 .out a {
        color: #666;
    }
    .playerrankings_layout2 .rank {
        width: 25px;
        text-align: right;
        padding-right: 0px;
    }
    .playerrankings_layout2 .points {
        width: 100px;
        text-align: center;
    }
    .playerrankings_layout2 .matches {
        width: 15px;
        text-align: center;
    }
    .playerrankings_layout2 .rounds {
        width: 50px;
        text-align: center;
    }
    .playerrankings_layout2 .divider {
        width: 5px;
        text-align: center;
    }
    .playerrankings_layout2 .left {
        text-align: left;
    }
    .playerrankings_layout2 .right {
        text-align: right;
    }


    .playerrankings_layout2 .additional {
        width: 105px;
        text-align: right;
    }
    .playerrankings_layout2_date {
        text-align: left;
        font-size: 90%;
        margin: 0px 0 0px 0;
    }
    .playerrankings_layout2_top20_date {
        font-size: 90%;
        margin-top: 10px;
    }

    .playerrankings_layout2_item_container h2 {
        margin: 20px 0 0 20px !important;
    }








    .playerrankings_layout3_container {

    }

    .playerrankings_layout3_item_container {
    }

    .playerrankings_layout3_container table td {
        padding: 5px 2px
    }
    .playerrankings_layout3.header {
        font-size: 80%;
        font-weight: normal;
    }
    .playerrankings_layout3 {

    }
    .playerrankings_layout3 .country {
        width: 16px;
    }
    .playerrankings_layout3 .points {
        width: 50px;
    }
    .playerrankings_layout3 .country img {
        width: 16px;
        height: 11px;
    }
    .playerrankings_layout3 .name {
        width: 100px;
        text-align: left;
    }
    .playerrankings_layout3 .qualify img {
    }
    .playerrankings_layout3 .qualify {
        color: #fff;
    }
    .playerrankings_layout3 .notplayed {
        display: none;
    }
    .playerrankings_layout3 .out {
        display: none;
    }
    .playerrankings_layout3 .out a {
        color: #666;
    }
    .playerrankings_layout3 .rank {
        width: 30px;
        color: #333;
        font-size: 70%;
    }
    .playerrankings_layout3 .points {
        width: 100px;
        text-align: center;
    }
    .playerrankings_layout3 .matches {
        width: 15px;
        text-align: center;
    }
    .playerrankings_layout3 .rounds {
        width: 50px;
        text-align: center;
    }
    .playerrankings_layout3 .divider {
        width: 5px;
        text-align: center;
    }
    .playerrankings_layout3 .left {
        text-align: left;
    }
    .playerrankings_layout3 .right {
        text-align: right;
    }


    .playerrankings_layout3 .additional {
        width: 105px;
        text-align: right;
    }
    .playerrankings_layout3_date {
        text-align: left;
        font-size: 90%;
        margin: 0px 0 0px 0;
    }
    .playerrankings_layout3_top20_date {
        font-size: 90%;
        margin-top: 10px;
    }

    .playerrankings_layout3_item_container h2 {
        margin: 20px 0 0 20px !important;
    }



    .playermatches_layout2_communitybet_groupwinner {
        font-size: 12px;
        color: #ccc;
    }
    .playermatches_layout2_communitybet_groupwinner a {
        text-decoration: none;
    }
    .playermatches_layout2_communitybet_groupwinner .percentage {
        margin-right: 5px;
        text-align: right;
        padding-right: 20px;
        width: 50px;
        display: inline-block;
    }
    .playermatches_layout2_communitybet_groupwinner .playername {
        margin-right: 5px;
        width: 90px;
        display: inline-block;
    }
    .playermatches_layout2_communitybet_groupwinner .communitybet_groupwinners_item {
        line-height: 17px;
        border-bottom: 1px solid #222;
    }
    .playermatches_layout2_communitybet_groupwinner .title {
        font-size: 14px;
        color: #1f8bcb;
        margin-bottom: 3px;
    }
    .playermatches_layout2_communitybet_groupwinner .yourbettitle {
        margin-top: 3px;
        margin-bottom: 3px;
    }
    .playermatches_layout2_communitybet_groupwinner .betplaced {
        color: #333;
        margin-top: 10px;
    }
    .playermatches_layout2_communitybet_groupwinner .totalbetsstats {
        position: absolute;
        top: 12px;
        right: 13px;
        color: #999;
    }
    .playermatches_layout2_communitybet_groupwinner .placebet {
        display: inline;
        font-size: 16px;
        margin-left: 2px;
    }
    .playermatches_layout2_communitybet_groupwinner .placebet a {
        vertical-align: middle;
        color: #00aa00;
        font-weight: normal;
        border: 1px solid;
        padding: 1px 4px;
    }
    .playermatches_layout2_communitybet_groupwinner .placebet a:hover {
        text-decoration: none;
        background-color: #111;
        color: #fff;
        border-color: #fff;
        font-weight: normal;
    }
    .playermatches_layout2_communitybet_groupwinner .placebet img {

    }

    .playermatches_layout2_communitybet_groupwinner select {
        font-size: 11px;
        line-height: 16px;
        background-color: #111;
        color: #ccc;
        border-color: #333;

    }
    .playermatches_layout2_communitybet_groupwinner .upper {
        vertical-align: top;
        font-size: 9px;
    }












    .competition_container {
        width: 100%;
    }
    .competition_season_rankings_container table {
        width: 100%;
        padding: 0px;
        border-spacing: 0px;
    }
    .competition_season_rankings_container table td {
        padding: 5px;
    }
    .competition_season_rankings.header {
        font-size: 90%;
        font-weight: normal;
    }
    .competition_season_rankings {

    }
    .competition_season_rankings_title {
        font-size: 22px;
    }



    .competition_season_rankings .rank {
        width: 50px;
        text-align: right;
    }
    .competition_season_rankings .trend {
        width: 20px;
        padding-right: 20px;
    }
    .competition_season_rankings .country {
        width: 30px;
    }
.competition_season_rankings .name {
  width: 280px;
  text-align: left;
  line-height: 20px;
  /* vertical-align: top; */
  position: relative;
  padding-left: 30px;
}
.competition_season_rankings .name img {
  width: auto;
  height: 24px;
  position: absolute;
  top: 4px;
  left: 0px;
}
    .competition_season_rankings.header.name {
        width: 370px;
        padding: 0px;
    }
    .competition_season_rankings .points {
        width: 100px;
        text-align: center;
    }
    .competition_season_rankings .additional {
        width: 100px;
        text-align: right;
    }


    .competition_season_rankings .trendicon_up {
        width: 16px;
        height: 16px;
    }
    .competition_season_rankings .trendicon_down {
        width: 16px;
        height: 16px;
    }
    .competition_season_rankings .trendicon_nochange {
        width: 16px;
        height: 16px;
    }

    .competition_season_rankings .country img {
        width: 16px;
        height: 11px;
    }
    .competition_season_rankings .qualify img {
        vertical-align: middle;
    }
    .competition_season_rankings .qualify {
        width: 120px;
        font-size: 10px;
        vertical-align: middle;
        line-height: 20px;
    }
    .competition_season_rankings .disqualified {
        margin-left: 10px;
        color: #BB0000;
        background-color: #000;
        font-size: 10px;
        text-transform: uppercase;
        font-family: 'ubuntu-condensed', times;
        padding: 0px 3px 0px 4px;
    }
    .competition_season_rankings .matches {
        width: 15px;
        text-align: center;
    }
    .competition_season_rankings .matchstats {
        width: 75px;
        text-align: center;
    }
    .competition_season_rankings .rounds {
        width: 50px;
        text-align: center;
    }
    .competition_season_rankings .roundsdiff {
        width: 50px;
        text-align: center;
    }
    .competition_season_rankings .divider {
        width: 5px;
        text-align: center;
    }
    .competition_season_rankings .left {
        text-align: left;
    }
    .competition_season_rankings .right {
        text-align: right;
    }

    .competition_full_rankings_link {
        margin: 20px 0 0 0px;
        text-align: center;
    }

    .competition_season_rankings_date {
        float: right;
        font-size: 90%;
        margin: 0px 0 0px 0;
    }
    .competition_season_rankings_top20_date {
        font-size: 90%;
        margin-top: 10px;
    }


    .competition_group_container {
        float: left;
        margin-right: 14px;
        margin-bottom: 20px;
    }
    .competition_group {
        padding: 0px;
        margin: 0px 0px 0px 0px;
        font-size: 95%;
    }
    .competition_group table {

    }
    .competition_group tr.up {
        background-color: transparent;
    }
    .competition_group tr.stayup {
        background-color: transparent;
    }
    .competition_group tr.down {
        background-color: transparent;
    }
    .competition_group.header {
        height: 10px;
        text-align: center;
    }
    .competition_group td {
        padding: 3px;
        margin: 0px;
    }
    .competition_season_rankings .qualified {
        font-size: 120%;
        background-color: #111;
    }
    .competition_group.wins {
        width: 100px;
        text-align: center;
    }
    .competition_group.wins_gsl {
        width: 213px;
        text-align: center;
    }
    .competition_group. {
        width: 100px;
        text-align: center;
    }
    .competition_group.player {
        width: 230px;
    }
    .competition_full_rankings_legend {
        margin-left: 30px;
        margin-top: 30px;
    }
    .competition_season_aseries_logo {
        position: absolute;
        top: 32px;
        right: 44px;
    }

    .competition_groupmatches {
        font-size: 90%;
    }
    .competition_groupmatches td {
        margin: 1px;
    }
    .competition_groupmatch {

    }
    .competition_groupmatch.score {
        width: 50px;
        text-align: center;
    }
    .competition_groupmatch.score_divider {
        width: 10px;
        text-align: center;
    }
    .competition_groupmatch.player1 {
        text-align: right;
        width: 170px;
    }
    .competition_groupmatch.player2 {
        width: 170px;
    }
    .competition_groupmatch.winner {

    }
    .competition_groupmatch.loser {

    }
    .competition_groupmatch.draw {

    }

    .competition_bracket td {
        padding: 3px;
        font-size: 80%;
    }








    .communitybet_list_users_container_layout1 {
        width: 100%;
        overflow: hidden;
    }
    .communitybet_list_users_match_layout1 h3 {
        padding-left: 0px;
        color: #333;
    }
    .communitybet_list_users_matchitem_layout1 {
        overflow: hidden;
    }
    .communitybet_list_users_toolate_layout1 {
        text-decoration: line-through;
        #color: #000;
    }
    .communitybet_list_users_match_container_layout1 {
        padding: 0px 45px 0px 45px;
        margin: 10px 0 20px 0;
        width: 100%;
        overflow: hidden;
    }
    .communitybet_list_users_match_layout1 {
        float: left;
        width: 480px;
        font-size: 11px;
        margin-right: 20px;
    }



    .communitybet_rankings_container table {
        padding: 0px;
        border-spacing: 0px;
        margin: 0 auto;
    }
    .communitybet_rankings_container table td {
        padding: 3px;
        font-size: 11px;
    }
    .communitybet_rankings_container .top10 td {
        font-size: 20px;
    }
    .communitybet_rankings.header {
        font-size: 90%;
        font-weight: normal;
    }
    .communitybet_rankings {

    }
    .communitybet_rankings .points {
        width: 100px;
    }
    .communitybet_rankings .name {
        width: 280px;
        text-align: left;

        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;

    }
    .communitybet_rankings .name img {
        width: 30px;
        height: 30px;
    }
    .communitybet_rankings .rank {
        width: 50px;
        text-align: right;
        padding-right: 20px;
    }
    .communitybet_rankings .points {
        width: 85px;
        text-align: center;
    }
    .communitybet_rankings_backlink {
        text-align: right;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .communitybet_rankings_reach {
        font-size: 80%;
        text-align: center;
        margin-top: 50px;
    }




    #brackets_multibox1_game_selector {
        overflow: hidden;
        position: relative;
        margin-top: 1px;
        float: left;
    }
    #brackets_multibox1_game_selector .gameselect{
        width: 136px;
        height: 70px;
        float: left;
        margin-right: 5px;
        cursor: pointer;
    }
    #selectgamehint {
        font-size: 10px;
        color: #666;
        float: left;
        margin-top: 30px;
    }

    #brackets_multibox1_game_selector .gameselect.lol               { background-image:  url(../../images/eps_fr/bracket_select_lol.png);      }
    #brackets_multibox1_game_selector .gameselect.lol_active        { background-image:  url(../../images/eps_fr/bracket_select_lol_active.png);      }

    #brackets_multibox1_game_selector .gameselect.csgo           { background-image:  url(../../images/eps_fr/bracket_select_csgo.png);  }
    #brackets_multibox1_game_selector .gameselect.csgo_active    { background-image:  url(../../images/eps_fr/bracket_select_csgo_active.png);  }

    .selectbracketbox .bracketselect {
        width: 120px;
        height: 20px;
        float: left;
        padding: 8px;
        text-align: center;
        background-color: #161616;
        color: #fff;
        margin-right: 5px;
        cursor: pointer;
        font-family: 'mako', sans-serif;
        text-decoration: none;
        font-size: 14px;
        margin-top: 20px;
    }
    .selectbracketbox .bracketselect.active {
        background-color: #2f2f2f;
    }
    .selectbracketbox .bracketselect:hover {
        background-color: #4a4a4a;
    }

    .brackets_container {
        overflow: hidden;
    }
    .brackets_container .brackets {
        overflow: hidden;
        clear: both;
    }
    .brackets_container .bracketbox {
        margin-top: 30px;
        margin-right: 20px;
        display: none;
        font-size: 12px;
        color: #aaa;
    }
    .brackets_container .bracketbox.active {
        margin-top: 30px;
        display: block;
    }

    .bracketbox h3 {
        margin-left: 0px;
        padding-left: 0px;
    }

    .competition_container {
        width: 100%;
    }
    .competition_group.player {
        #width: 120px
    }
    .competition_groupmatch.player1 {
        #width: 110px;
    }
    .competition_groupmatch.player2 {
        #width: 110px;
    }
    .competition_container h3 {
        border: 0px;
        margin-left: 0px;
        padding-left: 0px;
    }

    .competition_bracket_container {
        margin-top: 30px;
		clear: both;
    }



    .seasonevents_container {
        width: 91%;
    }
    .seasonevents_item  {
        margin-bottom: 2px;
        border-bottom: 1px solid #333;
        padding: 5px;
        overflow: hidden;
        width: 100%;
        background-image:  url(../../images/bf4ems/icon_event.png);
        padding-left: 32px;
        background-size: 20px 20px;
        background-repeat: no-repeat;
        background-position: 4px 4px;
        min-height: 20px;
        font-size: 13px;
    }
    .seasonevents_date  {
        float: right;
        margin-left: 10px;
        text-align: left;
        width: 66%;
    }
    .seasonevents_date_day {
        width: 90%;
        line-height: 24px;
    }
    .seasonevents_date_title {
        margin-right: 5px;
    }










	/* Competition Bracket BEGIN */

	.selectbracketbox {
		margin-bottom: 30px;
		overflow: hidden;
	}
	.competition_bracket  {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.competition_bracket .header {
	color: rgba(255, 255, 255, 0.2);
	font-family: open-sans, times;
	font-size: 17px;
	font-weight: 300;
	}
	.competition_bracket .loserbracket {
	position: absolute;
	top: 326px;
	left: 0px;
	border-top: 1px dashed rgba(255, 255, 255, 0.05);
	width: 80%;
	text-align: left;
	padding: 0px;
	}

	.competition_bracket.bracket_4se {	height: 300px;	}
    .competition_bracket.bracket_4se3rd {  height: 300px;  }
	.competition_bracket.bracket_8se {	height: 300px;	}
	.competition_bracket.bracket_8de {	height: 560px;	}
	.competition_bracket.bracket_16de {	height: 700px;	}
    .competition_bracket.bracket_16se { height: 700px;  }
    .competition_bracket.bracket_32se { height: 700px;  }
    .competition_bracket.bracket_16se_winner { height: 700px;  }
	.competition_bracket.bracket_4de {	height: 350px;	}

	.competition_bracket .doubleslot {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		background-image:  url(images/bracket_doubleslot_bg.png);
		height: 60px;
	}

	.competition_bracket.bracket_8se .doubleslot {	width: calc( 33% - 20px );	}
	.competition_bracket.bracket_8de .doubleslot {	width: calc( 20% - 20px );	}
	.competition_bracket.bracket_16de .doubleslot {	width: calc( 14% - 20px ); height: 40px; background-image:  url(images/bracket_doubleslot_bg_small.png);  	}
	.competition_bracket.bracket_4se .doubleslot {	width: calc( 33% - 20px );	}
    .competition_bracket.bracket_4se3rd .doubleslot {  width: calc( 33% - 20px );  }
	.competition_bracket.bracket_4de .doubleslot {	width: calc( 33% - 20px );	}

	.competition_bracket .doubleslot:after
	{
		position: absolute;
		top: 0;
		right: 0px;
		content: ' ';
		width: 10px;
		background-image:  url(images/bracket_doubleslot_bg.png);
		height: 60px;
		float: left;
		background-repeat: repeat-y;
		background-position:  right;
	}
	.competition_bracket.bracket_16de .doubleslot:after {
		width: 5px;
	}

	.competition_bracket .contestants {
		width: 80%;
		height: 60px;
		display: block;
		background-position: center;
		background-image:  url(images/bracket_doubleslot_contestants_bg.png);
	}
	.competition_bracket.bracket_16de .contestants {
		height: 20px;
	}
	.competition_bracket .contestant {
		position: relative;
		width: 100%;
		height: 30px;
        font-family: 'open-sans', times;
		font-size: 16px;
		font-weight: 200;
        text-transform: none;
		color: #fff;
		text-align:center;
		line-height: 30px;
	}
    .competition_bracket .contestant .raceicon {
        width: 20px;
        height: 20px;
        top: 4px;
    }
	.competition_bracket.bracket_16de .contestant {
		height: 20px;
		line-height: 20px;
		font-size: 13px;
	}
	.competition_bracket .contestant a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 98%;
		display: block;
		border: 0;
	}
	.competition_bracket .contestant a:hover {
		background-color: rgba(255, 255, 255, 0.04);
		border: 0;
	}

	.competition_bracket .contestant .competition_bracket_winner {
		font-weight: 600;
	}
	.competition_bracket .contestant .competition_bracket_race img {
		right: auto;
		left: 10px;
	}
	.competition_bracket .contestant img {
		position: absolute;
		right: 10px;
		top: 10px;
	}
	.competition_bracket.bracket_16de .contestant img {
		top: 6px;
	}
	.competition_bracket .contestant2 img {
		bottom: 10px;
		top: auto;
	}
	.competition_bracket.bracket_16de .contestant2 img {
		bottom: 0px;
	}


	.competition_bracket .scores {
        z-index: 10;
		width: 20%;
		height: 60px;
		float: right;
		position: absolute;
		top: 0;
		right: 0;
		text-align: center;
		border-left: 1px dashed rgba(0, 204, 252, 0.22);
	}
	.competition_bracket .score {
		height: 30px;
        font-family: 'open-sans', times;
		font-size: 16px;
		line-height: 30px;
		font-weight: normal;
		color: #fff;
	}
	.competition_bracket.bracket_16de .score {
		font-size: 13px;
		line-height: 20px;
	}

	.competition_bracket.bracket_16de .scores {
		height: 40px;
	}
	.competition_bracket.bracket_16de .score {
		height: 20px;
	}

	.competition_bracket .score2 {
	}


	.competition_bracket .logo {
		width: 24px;
		height: 24px;
		position: absolute;
		top: 4px;
		left: 10px;
	}
	.competition_bracket .logo img {
		width: 100%;
		height: 100%;
		position: relative !important;
		left: 0 !important;
		right: auto !important;
		top: 0 !important;
	}


	.connector {
		position: absolute;
		border-right: 1px solid rgba(0, 204, 252, 0.22);
		border-top: 1px solid rgba(0, 204, 252, 0.22);
		border-bottom: 1px solid rgba(0, 204, 252, 0.22);
		width: 15px;
	}

	.competition_bracket .connector:after {
		position: absolute;
		top: 0;
		right: -15px;
		height: 50%;
		content: ' ';
		width: 15px;
		border-bottom: 1px solid rgba(0, 204, 252, 0.22);
	}

	/* 8SE BEGIN */
	.competition_bracket.bracket_8se .doubleslot.R1D1 { left: 0; top: 0px; }
	.competition_bracket.bracket_8se .doubleslot.R1D3 { left: 0; top: 80px; }
	.competition_bracket.bracket_8se .doubleslot.R1D5 { left: 0; top: 160px; }
	.competition_bracket.bracket_8se .doubleslot.R1D7 { left: 0; top: 240px; }

	.competition_bracket.bracket_8se .doubleslot.R2W1 { left: calc(33% + 10px); top: 40px; }
	.competition_bracket.bracket_8se .doubleslot.R2W3 { left: calc(33% + 10px); top: 200px; }

	.competition_bracket.bracket_8se .doubleslot.R3W1 { left: calc(66% + 20px); top: 120px; }

	.competition_bracket.bracket_8se .connector.R2W1 {
		left: calc(33% - 20px);
		top: 30px;
		height: 80px;
	}
	.competition_bracket.bracket_8se .connector.R2W3 {
		left: calc(33% - 20px);
		bottom: 30px;
		height: 80px;
	}
	.competition_bracket.bracket_8se .connector.R3W1 {
		left: calc(66% - 10px);
		bottom: 70px;
		height: 160px;
	}
	/* 8SE END */




    /* 16SE BEGIN */

    .competition_bracket.bracket_16se {
        height: 630px;
    }

    .competition_bracket.bracket_16se .doubleslot {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: calc( 25% - 20px );
        height: 60px;
    }


    .competition_bracket.bracket_16se .doubleslot.R1D1 { left: 0; top: 0px; }
    .competition_bracket.bracket_16se .doubleslot.R1D3 { left: 0; top: 80px; }
    .competition_bracket.bracket_16se .doubleslot.R1D5 { left: 0; top: 160px; }
    .competition_bracket.bracket_16se .doubleslot.R1D7 { left: 0; top: 240px; }
    .competition_bracket.bracket_16se .doubleslot.R1D9 { left: 0; top: 320px; }
    .competition_bracket.bracket_16se .doubleslot.R1D11 { left: 0; top: 400px; }
    .competition_bracket.bracket_16se .doubleslot.R1D13 { left: 0; top: 480px; }
    .competition_bracket.bracket_16se .doubleslot.R1D15 { left: 0; top: 560px; }


    .competition_bracket.bracket_16se .doubleslot.R2W1 { left: calc(25% + 10px); top: 40px; }
    .competition_bracket.bracket_16se .doubleslot.R2W3 { left: calc(25% + 10px); top: 200px; }
    .competition_bracket.bracket_16se .doubleslot.R2W5 { left: calc(25% + 10px); top: 360px; }
    .competition_bracket.bracket_16se .doubleslot.R2W7 { left: calc(25% + 10px); top: 520px; }

    .competition_bracket.bracket_16se .doubleslot.R3W1 { left: calc(50% + 20px); top: 120px; }
    .competition_bracket.bracket_16se .doubleslot.R3W3 { left: calc(50% + 20px); top: 440px; }

    .competition_bracket.bracket_16se .doubleslot.R4W1 { left: calc(75% + 20px); top: 280px; }



    .competition_bracket.bracket_16se .connector.R2W1 { left: calc(25% - 20px); top: 30px; height: 80px; }
    .competition_bracket.bracket_16se .connector.R2W3 { left: calc(25% - 20px); top: 190px; height: 80px;   }
    .competition_bracket.bracket_16se .connector.R2W5 { left: calc(25% - 20px); top: 350px; height: 80px;   }
    .competition_bracket.bracket_16se .connector.R2W7 { left: calc(25% - 20px); top: 510px; height: 80px;   }

    .competition_bracket.bracket_16se .connector.R3W1 { left: calc(50% - 10px); top: 70px;  height: 160px;  }
    .competition_bracket.bracket_16se .connector.R3W3 { left: calc(50% - 10px); top: 390px;  height: 160px;  }

    .competition_bracket.bracket_16se .connector.R4W1 { left: calc(75% - 0px); top: 150px;  height: 320px;  width: 10px; }
    .competition_bracket.bracket_16se .connector.R4W1:after { width: 10px; right: -10px; }

    /* 16SE END */


    /* 32SE BEGIN */

    .competition_bracket.bracket_32se {
        height: 630px;
    }

    .competition_bracket.bracket_32se .doubleslot {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: calc( 25% - 20px );
        height: 60px;
    }


    .competition_bracket.bracket_32se .doubleslot.R1D1 { left: 0; top: 0px; }
    .competition_bracket.bracket_32se .doubleslot.R1D3 { left: 0; top: 80px; }
    .competition_bracket.bracket_32se .doubleslot.R1D5 { left: 0; top: 160px; }
    .competition_bracket.bracket_32se .doubleslot.R1D7 { left: 0; top: 240px; }
    .competition_bracket.bracket_32se .doubleslot.R1D9 { left: 0; top: 320px; }
    .competition_bracket.bracket_32se .doubleslot.R1D11 { left: 0; top: 400px; }
    .competition_bracket.bracket_32se .doubleslot.R1D13 { left: 0; top: 480px; }
    .competition_bracket.bracket_32se .doubleslot.R1D15 { left: 0; top: 560px; }


    .competition_bracket.bracket_32se .doubleslot.R2W1 { left: calc(25% + 10px); top: 40px; }
    .competition_bracket.bracket_32se .doubleslot.R2W3 { left: calc(25% + 10px); top: 200px; }
    .competition_bracket.bracket_32se .doubleslot.R2W5 { left: calc(25% + 10px); top: 360px; }
    .competition_bracket.bracket_32se .doubleslot.R2W7 { left: calc(25% + 10px); top: 520px; }

    .competition_bracket.bracket_32se .doubleslot.R3W1 { left: calc(50% + 20px); top: 120px; }
    .competition_bracket.bracket_32se .doubleslot.R3W3 { left: calc(50% + 20px); top: 440px; }

    .competition_bracket.bracket_32se .doubleslot.R4W1 { left: calc(75% + 20px); top: 280px; }



    .competition_bracket.bracket_32se .connector.R2W1 { left: calc(25% - 20px); top: 30px; height: 80px; }
    .competition_bracket.bracket_32se .connector.R2W3 { left: calc(25% - 20px); top: 190px; height: 80px;   }
    .competition_bracket.bracket_32se .connector.R2W5 { left: calc(25% - 20px); top: 350px; height: 80px;   }
    .competition_bracket.bracket_32se .connector.R2W7 { left: calc(25% - 20px); top: 510px; height: 80px;   }

    .competition_bracket.bracket_32se .connector.R3W1 { left: calc(50% - 10px); top: 70px;  height: 160px;  }
    .competition_bracket.bracket_32se .connector.R3W3 { left: calc(50% - 10px); top: 390px;  height: 160px;  }

    .competition_bracket.bracket_32se .connector.R4W1 { left: calc(75% - 0px); top: 150px;  height: 320px;  width: 10px; }
    .competition_bracket.bracket_32se .connector.R4W1:after { width: 10px; right: -10px; }

    /* 32SE END */



    /* 16SEWINNER BEGIN */

    .competition_bracket.bracket_16se_winner {
        height: 630px;
    }

    .competition_bracket.bracket_16se_winner .doubleslot {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: calc( 20% - 30px );
        height: 60px;
    }


    .competition_bracket.bracket_16se_winner .doubleslot.R1D1 { left: 0; top: 0px; }
    .competition_bracket.bracket_16se_winner .doubleslot.R1D3 { left: 0; top: 80px; }
    .competition_bracket.bracket_16se_winner .doubleslot.R1D5 { left: 0; top: 160px; }
    .competition_bracket.bracket_16se_winner .doubleslot.R1D7 { left: 0; top: 240px; }
    .competition_bracket.bracket_16se_winner .doubleslot.R1D9 { left: 0; top: 320px; }
    .competition_bracket.bracket_16se_winner .doubleslot.R1D11 { left: 0; top: 400px; }
    .competition_bracket.bracket_16se_winner .doubleslot.R1D13 { left: 0; top: 480px; }
    .competition_bracket.bracket_16se_winner .doubleslot.R1D15 { left: 0; top: 560px; }


    .competition_bracket.bracket_16se_winner .doubleslot.R2W1 { left: calc(20% + 0px); top: 40px; }
    .competition_bracket.bracket_16se_winner .doubleslot.R2W3 { left: calc(20% + 0px); top: 200px; }
    .competition_bracket.bracket_16se_winner .doubleslot.R2W5 { left: calc(20% + 0px); top: 360px; }
    .competition_bracket.bracket_16se_winner .doubleslot.R2W7 { left: calc(20% + 0px); top: 520px; }

    .competition_bracket.bracket_16se_winner .doubleslot.R3W1 { left: calc(40% + 0px); top: 120px; }
    .competition_bracket.bracket_16se_winner .doubleslot.R3W3 { left: calc(40% + 0px); top: 440px; }

    .competition_bracket.bracket_16se_winner .doubleslot.R4W1 { left: calc(60% - 0px); top: 280px; }

    .competition_bracket.bracket_16se_winner .doubleslot.R5W1 { left: calc(80% - 0px); top: 280px; }



    .competition_bracket.bracket_16se_winner .connector.R2W1 { left: calc(20% - 30px); top: 30px; height: 80px; }
    .competition_bracket.bracket_16se_winner .connector.R2W3 { left: calc(20% - 30px); top: 190px; height: 80px;   }
    .competition_bracket.bracket_16se_winner .connector.R2W5 { left: calc(20% - 30px); top: 350px; height: 80px;   }
    .competition_bracket.bracket_16se_winner .connector.R2W7 { left: calc(20% - 30px); top: 510px; height: 80px;   }

    .competition_bracket.bracket_16se_winner .connector.R3W1 { left: calc(40% - 30px); top: 70px;  height: 160px;  }
    .competition_bracket.bracket_16se_winner .connector.R3W3 { left: calc(40% - 30px); top: 390px;  height: 160px;  }

    .competition_bracket.bracket_16se_winner .connector.R4W1 { left: calc(60% - 30px); top: 150px;  height: 320px;  width: 10px; }
    .competition_bracket.bracket_16se_winner .connector.R4W1:after { width: 20px; right: -20px; }

    .competition_bracket.bracket_16se_winner .connector.R5W1 { left: calc(80% - 30px); top: 150px;  height: 320px;  width: 10px; width: 0px; border: 0px; }
    .competition_bracket.bracket_16se_winner .connector.R5W1:after { width: 30px; right: -30px; }

    .competition_bracket .champ .contestants {
        width: 100%;
    }
    .competition_bracket .champ .contestant {
        height: 60px;
        line-height: 60px;
    }

    /* 16SEWINNER END */




	/* 4SE BEGIN */

	.competition_bracket.bracket_4se .doubleslot.R1D1 { left: calc(10% + 10px); top: 40px; }
	.competition_bracket.bracket_4se .doubleslot.R1D3 { left: calc(10% + 10px); top: 200px; }

	.competition_bracket.bracket_4se .doubleslot.R2W1 { left: calc(43% + 20px); top: 120px; }


	.competition_bracket.bracket_4se .connector.R2W1 {
		left: calc(43% - 10px);
		top: 70px;
		height: 160px;
	}

	/* 4SE END */


    /* 4SEno3rd BEGIN */

    .competition_bracket.bracket_4se3rd .doubleslot.R1D1 { left: calc(10% + 10px); top: 40px; }
    .competition_bracket.bracket_4se3rd .doubleslot.R1D3 { left: calc(10% + 10px); top: 200px; }

    .competition_bracket.bracket_4se3rd .doubleslot.R2W1 { left: calc(43% + 20px); top: 120px; }

    .competition_bracket.bracket_4se3rd .doubleslot.R2D1 { left: calc(43% + 20px); top: 230px; }

    .competition_bracket.bracket_4se3rd .connector.R2W1 {
        left: calc(43% - 10px);
        top: 70px;
        height: 160px;
    }

    /* 4SEno3rd END */



    /* 4DE BEGIN */
    .competition_bracket.bracket_4de .doubleslot.R1D1 { left: 0; top: 0px; }
    .competition_bracket.bracket_4de .doubleslot.R1D3 { left: 0; top: 80px; }
    .competition_bracket.bracket_4de .doubleslot.R1D5 { left: 0; top: 290px; }

    .competition_bracket.bracket_4de .doubleslot.R2W1 { left: calc(33% + 10px); top: 40px; }
    .competition_bracket.bracket_4de .doubleslot.R2D1 { left: calc(33% + 10px); top: 250px; }

    .competition_bracket.bracket_4de .doubleslot.R3W1 { left: calc(66% + 20px); top: 145px; }

    .competition_bracket.bracket_4de .connector.R2W1 {
        left: calc(33% - 20px);
        top: 30px;
        height: 80px;
    }
    .competition_bracket.bracket_4de .connector.R2D1 {
        left: calc(33% - 20px);
        top: 180px;
        height: 60px;
        border-top: 0px;
    }
    .competition_bracket.bracket_4de .connector.R3W1 {
        left: calc(66% - 10px);
        top: 70px;
        height: 210px;
    }
    /* 4DE END */


	/* 8DE BEGIN */
	.competition_bracket.bracket_8de .doubleslot.R1D1 { left: 0; top: 0px; }
	.competition_bracket.bracket_8de .doubleslot.R1D3 { left: 0; top: 80px; }
	.competition_bracket.bracket_8de .doubleslot.R1D5 { left: 0; top: 160px; }
	.competition_bracket.bracket_8de .doubleslot.R1D7 { left: 0; top: 240px; }

	.competition_bracket.bracket_8de .doubleslot.R2W1 { left: calc(20% + 10px); top: 40px; }
	.competition_bracket.bracket_8de .doubleslot.R2W3 { left: calc(20% + 10px); top: 200px; }

	.competition_bracket.bracket_8de .doubleslot.R4W1 { left: calc(60% + 20px); top: 120px; }

	.competition_bracket.bracket_8de .doubleslot.R1D9 { left: 0; top: 390px; }
	.competition_bracket.bracket_8de .doubleslot.R1D11 { left: 0; top: 470px; }

	.competition_bracket.bracket_8de .doubleslot.R2D1 { left: calc(20% + 10px); top: 350px; }
	.competition_bracket.bracket_8de .doubleslot.R2D2 { left: calc(20% + 10px); top: 430px; }

	.competition_bracket.bracket_8de .doubleslot.R3W1 { left: calc(40% + 20px); top: 390px; }

	.competition_bracket.bracket_8de .doubleslot.R4D1 { left: calc(60% + 20px); top: 350px; }

	.competition_bracket.bracket_8de .doubleslot.R5W1 { left: calc(80% + 20px); top: 223px; }



	.competition_bracket.bracket_8de .connector.R2W1 { 	left: calc(20% - 20px);		top: 30px;		height: 80px;									}
	.competition_bracket.bracket_8de .connector.R2W3 { 	left: calc(20% - 20px);		top: 190px;		height: 80px;									}
	.competition_bracket.bracket_8de .connector.R4W1 { 	left: calc(40% - 10px);		top: 70px;		height: 160px;		width: calc(20% + 15px);	}

	.competition_bracket.bracket_8de .connector.R1D9 {
		left: calc(20% - 20px);
		top: 450px;
		height: 50px;
		border-top: 0;
	}
	.competition_bracket.bracket_8de .connector.R1D9:after {
		height: 20%;
		content: ' ';
	}


	.competition_bracket.bracket_8de .connector.R3W1 { 	left: calc(40% - 10px);		top: 380px;		height: 80px;									}

	.competition_bracket.bracket_8de .connector.R2D1 {
		left: calc(20% - 20px);
		top: 370px;
		height: 50px;
		border-top: 0;
	}
	.competition_bracket.bracket_8de .connector.R2D1:after {
		height: 20%;
		content: ' ';
	}


	.competition_bracket.bracket_8de .connector.R4D1 {
		left: calc(60% - 1px);
		top: 370px;
		height: 50px;
		width: 9px;
		border-top: 0;
	}
	.competition_bracket.bracket_8de .connector.R4D1:after {
		width: 12px;
		right: -12px;
		border-top: 0;
		height: 20%;
		content: ' ';
	}


	.competition_bracket.bracket_8de .connector.R5W1 { 	left: calc(80% - 0px);		top: 150px;		height: 230px;	width: 8px;	}
	.competition_bracket.bracket_8de .connector.R5W1:after {
		width: 12px;
		right: -12px;
	}

	.competition_bracket.bracket_8de .connector.R5W1:after {  height:44.3%;	}


	/* 8DE END */
















	/* 4DE BEGIN */
	.competition_bracket.bracket_4de .doubleslot.R1D1 { left: 0; top: 0px; }
	.competition_bracket.bracket_4de .doubleslot.R1D3 { left: 0; top: 80px; }

	.competition_bracket.bracket_4de .doubleslot.R2W1 { left: calc(33% + 10px); top: 40px; }

	.competition_bracket.bracket_4de .doubleslot.R3W1 { left: calc(66% + 20px); top: 120px; }

	.competition_bracket.bracket_4de .doubleslot.R1D5 { left: 0; top: 210px; }
	.competition_bracket.bracket_4de .doubleslot.R2D1 { left: calc(33% + 10px); top: 180px; }

	.competition_bracket.bracket_4de .doubleslot.R3W1 { left: calc(66% + 20px); top: 110px; }



	.competition_bracket.bracket_4de .connector.R1D1 { 	left: calc(33% - 20px);		top: 30px;		height: 80px;									}

	.competition_bracket.bracket_4de .connector.R1D5 {
		left: calc(33% - 20px);
		top: 200px;
		height: 40px;
		border-top: 0;
	}
	.competition_bracket.bracket_4de .connector.R1D5:after {
		height: 20%;
		content: ' ';
	}

	.competition_bracket.bracket_4de .connector.R3W1 {
		left: calc(66% - 10px);
		top: 60px;
		height: 160px;
	}


	/* 4DE END */










	/* 16DE BEGIN */
	.competition_bracket.bracket_16de .doubleslot.R1D1 { left: 0; top: 0px; }
	.competition_bracket.bracket_16de .doubleslot.R1D3 { left: 0; top: 50px; }
	.competition_bracket.bracket_16de .doubleslot.R1D5 { left: 0; top: 100px; }
	.competition_bracket.bracket_16de .doubleslot.R1D7 { left: 0; top: 150px; }
	.competition_bracket.bracket_16de .doubleslot.R1D9 { left: 0; top: 200px; }
	.competition_bracket.bracket_16de .doubleslot.R1D11 { left: 0; top: 250px; }
	.competition_bracket.bracket_16de .doubleslot.R1D13 { left: 0; top: 300px; }
	.competition_bracket.bracket_16de .doubleslot.R1D15 { left: 0; top: 350px; }

	.competition_bracket.bracket_16de .doubleslot.R2W1 { left: calc(14% + 10px); top: 25px; }
	.competition_bracket.bracket_16de .doubleslot.R2W3 { left: calc(14% + 10px); top: 125px; }
	.competition_bracket.bracket_16de .doubleslot.R2W5 { left: calc(14% + 10px); top: 225px; }
	.competition_bracket.bracket_16de .doubleslot.R2W7 { left: calc(14% + 10px); top: 325px; }

	.competition_bracket.bracket_16de .doubleslot.R4W1 { left: calc(42% + 10px); top: 75px; }
	.competition_bracket.bracket_16de .doubleslot.R4W3 { left: calc(42% + 10px); top: 275px; }

	.competition_bracket.bracket_16de .doubleslot.R6W1 { left: calc(70% + 10px); top: 175px; }


		/* Loser Bracket  */
	.competition_bracket.bracket_16de .doubleslot.R1D17 { left: 0; top: 450px; }
	.competition_bracket.bracket_16de .doubleslot.R1D19 { left: 0; top: 500px; }
	.competition_bracket.bracket_16de .doubleslot.R1D21 { left: 0; top: 550px; }
	.competition_bracket.bracket_16de .doubleslot.R1D23 { left: 0; top: 600px; }

	.competition_bracket.bracket_16de .doubleslot.R2D1 { left: calc(14% + 10px); top: 435px; }
	.competition_bracket.bracket_16de .doubleslot.R2D2 { left: calc(14% + 10px); top: 485px; }
	.competition_bracket.bracket_16de .doubleslot.R2D3 { left: calc(14% + 10px); top: 535px; }
	.competition_bracket.bracket_16de .doubleslot.R2D4 { left: calc(14% + 10px); top: 585px; }

	.competition_bracket.bracket_16de .doubleslot.R3W1 { left: calc(28% + 10px); top: 460px; }
	.competition_bracket.bracket_16de .doubleslot.R3W3 { left: calc(28% + 10px); top: 560px; }

	.competition_bracket.bracket_16de .doubleslot.R4D1 { left: calc(42% + 10px); top: 445px; }
	.competition_bracket.bracket_16de .doubleslot.R4D2 { left: calc(42% + 10px); top: 545px; }

	.competition_bracket.bracket_16de .doubleslot.R5W1 { left: calc(56% + 10px); top: 495px; }

	.competition_bracket.bracket_16de .doubleslot.R6D1 { left: calc(70% + 10px); top: 480px; }

	.competition_bracket.bracket_16de .doubleslot.R7W1 { left: calc(84% + 10px); top: 325px; }


	.competition_bracket.bracket_16de .connector.R2W1 {  left: calc(14% - 20px); top: 20px;  height: 50px;  }
	.competition_bracket.bracket_16de .connector.R2W5 {  left: calc(14% - 20px); top: 120px;  height: 50px;  }
	.competition_bracket.bracket_16de .connector.R2W9 {  left: calc(14% - 20px); top: 220px;  height: 50px;  }
	.competition_bracket.bracket_16de .connector.R2W13 {  left: calc(14% - 20px); top: 320px;  height: 50px;  }

	.competition_bracket.bracket_16de .connector.R4W1 {  left: calc(28% - 10px); top: 45px; height: 100px; width: calc(14% + 5px);  }
	.competition_bracket.bracket_16de .connector.R4W3 {  left: calc(28% - 10px); top: 245px; height: 100px; width: calc(14% + 5px);  }

	.competition_bracket.bracket_16de .connector.R6W1 {  left: calc(56% - 10px); top: 95px; height: 200px; width: calc(14% + 5px);  }

	.competition_bracket.bracket_16de .connector.R7W1 {  left: calc(84% - 10px); top: 195px; height: 304px; width: 10px;  }
	.competition_bracket.bracket_16de .connector.R7W1:after { right: -10px; width: 10px; }


	.competition_bracket.bracket_16de .connector.R2D1 { left: calc(14% - 20px); top: 430px; height: 40px; border-top: 0; }
	.competition_bracket.bracket_16de .connector.R2D1:after { height: 60%; content: ' '; }

	.competition_bracket.bracket_16de .connector.R2D3 { left: calc(14% - 20px); top: 480px; height: 40px; border-top: 0; }
	.competition_bracket.bracket_16de .connector.R2D3:after { height: 60%; content: ' '; }

	.competition_bracket.bracket_16de .connector.R2D5 { left: calc(14% - 20px); top: 530px; height: 40px; border-top: 0; }
	.competition_bracket.bracket_16de .connector.R2D5:after { height: 60%; content: ' '; }

	.competition_bracket.bracket_16de .connector.R2D7 { left: calc(14% - 20px); top: 580px; height: 40px; border-top: 0; }
	.competition_bracket.bracket_16de .connector.R2D7:after { height: 60%; content: ' '; }

	.competition_bracket.bracket_16de .connector.R3W1 { left: calc(28% - 10px); top: 454px; height: 50px; width: 10px; }
	.competition_bracket.bracket_16de .connector.R3W1:after { right: -10px; width: 10px; }

	.competition_bracket.bracket_16de .connector.R3W3 { left: calc(28% - 10px); top: 554px; height: 50px; width: 10px; }
	.competition_bracket.bracket_16de .connector.R3W3:after { right: -10px; width: 10px; }


	.competition_bracket.bracket_16de .connector.R4D1 { left: calc(42% - 10px); top: 440px; height: 40px; border-top: 0; width: 10px; }
	.competition_bracket.bracket_16de .connector.R4D1:after { height: 60%; content: ' '; right: -10px; width: 10px; }

	.competition_bracket.bracket_16de .connector.R4D2 { left: calc(42% - 10px); top: 540px; height: 40px; border-top: 0; width: 10px; }
	.competition_bracket.bracket_16de .connector.R4D2:after { height: 60%; content: ' '; right: -10px; width: 10px; }


	.competition_bracket.bracket_16de .connector.R5W1 { left: calc(56% - 10px); top: 464px; height: 100px; width: 10px; }
	.competition_bracket.bracket_16de .connector.R5W1:after { right: -10px; width: 10px; }


	.competition_bracket.bracket_16de .connector.R6D1 { left: calc(70% - 10px); top: 474px; height: 40px; border-top: 0; width: 10px; }
	.competition_bracket.bracket_16de .connector.R6D1:after { height: 60%; content: ' '; right: -10px; width: 10px; }


	/* 16DE END */






	/* Competition Bracket END */












	.polls_container {
		position: relative;
	}
	.polls_container .sharebutton {
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
		margin-top: 20px;
		display: block;
	}
	.polls_container .title {
		font-size: 14px;
		margin-top: 20px;
		background-color: #005fd2;
		padding: 5px;
		color: #fff;
		max-width: 300px;
	}
	.polls_container .question img {
		height: 50px;
		margin-top: -7px;
		vertical-align: middle;
	}
	.polls_container .userintro {
		margin-top: 20px;
		background-color: rgba(77, 77, 77, 0.28);
		padding: 20px;
		overflow: hidden;
	}
	.polls_container .userintro.voted {


		background-color: rgba(91, 179, 102, 0.41);
		padding: 30px;
	}
	.polls_container .userintro.voted span {
		font-size: 30px;
		font-weight: bold;
	}
	.polls_container .userintro.voted p {
		font-size: 13px;
		font-weight: normal;
		margin-bottom: 10px;
	}
	.polls_container .question {
		font-size: 34px;
		margin-bottom: 50px;
		font-weight: 300;
	}
	.polls_container .body {
		background-color: rgba(0, 0, 0, 0.2);
		padding: 10px 10px 10px 10px;
	}
	.polls_container ul {
		overflow: hidden;
		margin-left: 30px;
	}

	.polls_container ul li {
        list-style: none;
        margin: 0;
        padding: 0;
        border: none;
		float: left;
		width: 14.2%;
        width: 16.5%;
		text-align: center;
	}
	.polls_container .answer_item_inner {
		margin: 0 30px 30px 0;
		cursor: pointer;
	}
	.polls_container .answer_item_inner img {
		-webkit-transition: 0.5s; /* For Safari 3.1 to 6.0 */
		transition: 0.5s;
	}
	.polls_container .answer_item_inner:hover {
		background-color: rgba(255, 255, 255, 0.05);
	}
	.polls_container .answer_item_inner.voted {
		cursor: inherit;
	}
	.polls_container .answer_item_inner.voted:hover {
		background-color: transparent;
	}
	.polls_container .answer_item_inner.passive img {
		opacity: 0.1;
		filter: alpha(opacity=10); /* For IE8 and earlier */
	}
	.polls_container .answer_item_inner.passive .answer {
		opacity: 0.1;
		filter: alpha(opacity=10); /* For IE8 and earlier */
	}

	.answerimg {
		width: 100%;
		margin: 0 auto;
	}

	.polls_container .answer_item_inner.passive .answerimg {

	}

	.polls_container .countdown {
		width: 50%;
		margin: 0 auto;
	}
	.polls_container .countdown .number {
		font-size: 60px;
		font-family: open-sans-condensed;
		font-weight: bold;
		line-height: 48px;
	}
	.polls_container .countdown .legend {
		font-size: 12px;
		font-family: open-sans-condensed;
		font-weight: normal;
		color: rgba(255, 255, 255, 0.22);
	}
	.polls_container .countdown .date {
		text-align: center;
		color: rgba(255, 255, 255, 0.22);
	}
	.countdown .circleTimerCircles {
		color: #005fd2;
		background-color: #222;
	}


	.polls_container .result ul li {
        list-style: none;
        margin: 0;
        padding: 0;
        border: none;
		width: 100%;
		text-align: left;
		line-height: 50px;
	}
	.result .answerimg {
		width: 50px;
		margin: 0px 15px 0px 0px;
		float: left;
		margin-top: 1px;
	}
	.polls_container .result .answer_item_inner {
		margin: 0 0px 0px 0;
	}
	.polls_container .result .question {
		margin-bottom: 10px;
	}
	.polls_container .result .percentagebar {
		background-color: #005fd2;
		height: 30px;
		display: inline-block;
		width: 1px;
		margin: 10px 10px 0px 0px;

		-webkit-transition: width 1s; /* For Safari 3.1 to 6.0 */
		transition: width 1s;
	}
	.polls_container .result .winner .percentagebar {
		background-color: #38A435;
	}
	.polls_container .result .answertext {
		top: -9px;
		position: relative;
	}
	.polls_container .result .winner .answertext {
		top: -5px;
		font-weight: bold;
		font-size: 28px;
	}
	.polls_container .result .answerpercentage {
		top: -5px;
		position: relative;
		font-size: 29px;
		font-family: Open-Sans-Condensed;
		font-weight: 600;
		width: 70px;
		display: inline-block;
	}
	.polls_container .result .totalvotes {
		margin: 5px 0px 5px 93px;
		color: rgba(255, 255, 255, 0.23);
	}









}

    .matches_layout_wide_container {
        overflow: hidden;
        margin-bottom: 20px;
    }
    .matches_layout_wide_container a {
        border: 0 !important;
        padding: 0 !important;
    }
    .matches_layout_wide_container li {
          position: relative;
          display: inline-block;
          list-style-type: none;
          position: relative;
          margin: 0px 0px 5px 0;
          width: 100%;
          height: 60px;
          padding: 0px;
          background-color: #000;
          border: 0px solid transparent;
    }
    .matches_layout_wide_container li:hover {
        #outline: 1px solid rgba(255,255,255,0.3);

    }
    .matches_layout_wide_container li.date {
        background-color: transparent;
        height: 37px;
        padding: 1px;
        margin-top: 16px;
    }

.matches_layout_wide_item  {
    width: 100%;
}

.matches_layout_wide_time {
    display: inline-block;
    width: 10%;
    height: 60px;
    line-height: 60px;
    background-color: #292929;
    vertical-align: top;
    text-align: center;
}
.matches_layout_wide_done {

    width: 10%;
    height: 60px;
    line-height: 60px;
    background-color: #292929;
    vertical-align: top;
    text-align: center;
    display: none;
    color: #535353;
}

.matches_layout_wide_time i {
  line-height: 30px;
  color: #696262;
  margin-top: 0px;
  position: relative;
  top: -3px;
}
.matches_layout_wide_time .dateOnly {

}
.matches_layout_wide_time .timeOnly {
    color: #eee;
    font-size: 22px;
}
.matches_layout_wide_item.done .matches_layout_wide_done {
    display: inline-block;
}
.matches_layout_wide_item.done .matches_layout_wide_time {
    display: none;
}


.matches_layout_wide_group {
    display: inline-block;
    width: 5%;
    height: 60px;
    background-color: #111;
    position: relative;
    line-height: 50px;
    vertical-align: top;
    text-align: center;

}

.matches_layout_wide_team {
    display: inline-block;
    width: 30%;
    height: 60px;
    background-color: #1E1E1E;
    position: relative;
    line-height: 50px;
    text-align: left;
}
.matches_layout_wide_team.loss .teammatches_layout_wide_logo, .matches_layout_wide_team.loss .matches_layout_wide_name {
    opacity: 0.3;
}

.matches_layout_wide_team.right {
    text-align: right;
}
.teammatches_layout_wide_logo {
  width: 40px;
  height: 40px;
  position: relative;
  padding: 5px;
  display: inline-block;
  vertical-align: middle;
    margin: 0px 20px;
}
.teammatches_layout_wide_logo img {
    width: 100%;
    height: 100%;
    display: inline-block;
}
.matches_layout_wide_team a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
}
.matches_layout_wide_team a:hover {
    border: 0;
    background-color: transparent;
}

.matches_layout_wide_name {
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
  color: #fff;
  line-height: 60px;
  font-family: open-sans;
  font-size: 17px;
  font-weight: 600;
  text-shadow: 0px 0px 4px #000;
}
.matches_layout_wide_name img {
    margin: 0 5px;
    opacity: 0.5;
}
.matches_layout_wide_vs {
    display: inline-block;
    width: 25%;
    height: 60px;
    background-color: #292929;
    color: #fff;
    position: relative;
    line-height: 50px;
    vertical-align: top;
    text-align: center;
}
.matches_layout_wide_vs .vs {
display: inline-block;
  line-height: 43px;
  width: 20px;
  position: relative;
  top: -4px;
}
.matches_layout_wide_vs .score {
  display: inline-block;
  line-height: 43px;
  width: 60px;
  padding-top: 0px;
  position: relative;
  top: -3px;
}
.matches_layout_wide_vs.done {
    font-size: 30px;
}
.matches_layout_wide_vs .score.left {
    text-align: right;
}
.matches_layout_wide_vs .score.right {
    text-align: left;
}
.matches_layout_wide_date {
  font-size: 20px;
  font-family: open-sans;
  font-weight: 300;
  color: #ABA796;
  background-color: rgba(89, 7, 14, 1);
  padding: 0px 20px;
  margin: 0px 0px 0px 0px;
  display: inline-block;
  line-height: 40px;
  }

.matches_layout_wide_group .categoryimg {
    width: 100%;
    height: 100%;
    display: block;
background-size: auto 100%;
  background-position: center;
  opacity: 0.3;
}
.matches_layout_wide_group .categoryimg.europe {
    background-image: url(http://cdn2.esl.tv/images/icons/flags_wave/eu.png);
}
.matches_layout_wide_group .categoryimg.america {
    background-image: url(http://cdn2.esl.tv/images/icons/flags_wave/us.png);
}
.matches_layout_wide_group .categoryimg.uk {
    background-image: url(http://cdn2.esl.tv/images/icons/flags_wave/uk.png);
}


    .matches_layout_wide_item_vote {
        font-size: 11px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        position: absolute;
        bottom: 0px;
        line-height: 40px;
        width: 25%;
        height: 60px;
    }
    .matches_layout_wide_item_vote a:visited {
        color: #ccc;
    }
    .matches_layout_wide_item_vote a {
        position: relative;
        color: #ccc;
        padding: 0px;
        width: 100%;
        height: 100%;
        display: block;
    }
    .matches_layout_wide_item_vote a:hover {
        color: #fff;
        background-color: rgba(255,255,255,0.2) !important;
    }
    .matches_layout_wide_item_vote_inner {
        #position: absolute;
        #top: 0px;
        padding: 10px;
    }
    .matches_layout_wide_item_vote_inner img {
        width: 9px;
        height: 9px;
    }
    .matches_layout_wide_item_vote_inner.team_1 {
        text-align: left;
    }
    .matches_layout_wide_item_vote_inner.team_2 {
        text-align: right;
    }
    .matches_layout_wide_item_vote_inner.player_1 {
        left: 22px;
    }
    .matches_layout_wide_item_vote_inner.player_2 {
        right: 33px;
    }

    .matches_layout_wide_item_vote.team_1 {
        left: 0px;
    }
    .matches_layout_wide_item_vote.team_2 {
        right: 0px;
    }

    .matches_layout_wide_item_vote.player_1 {
        left: 0px;
    }
    .matches_layout_wide_item_vote.player_2 {
        right: 0px;
    }

    .matches_layout_wide_item .maps {
position: absolute;
  width: 100%;
  height: 14px;
  bottom: 0px;
  /* left: calc( 25% ); */
  font-size: 11px;
  line-height: 12px;
  color: #878081;
  background-color: rgba(77, 77, 77, 0.17);
  padding: 2px 0px;
  /* margin: 0 auto; */
  font-weight: 300;
  /* border-top-left-radius: 20px; */
  /* border-top-right-radius: 20px; */
  /* box-shadow: inset 0px -8px 5px rgba(0, 0, 0, 0.4); */
          }
