@font-face {
    font-family: heroes-icon;
    src: url(../fonts/heroes.eot?adcul8);
    src: url(../fonts/heroes.eot?#iefixadcul8) format('embedded-opentype'),
         url(../fonts/heroes.woff?adcul8) format('woff'),
         url(../fonts/heroes.ttf?adcul8) format('truetype'),
         url(../fonts/heroes.svg?adcul8#icomoon) format('svg');
    font-weight: 400;
    font-style: normal
}

.icon-role-warrior:before {
    font-family: heroes-icon;
    content: "\e603";
}

.icon-role-support:before {
    font-family: heroes-icon;
    content: "\e604";
}

.icon-role-specialist:before {
    font-family: heroes-icon;
    content: "\e605";
}

.icon-role-assassin:before {
    font-family: heroes-icon;
    content: "\e606";
}

.icon-role-warrior.active {
    color: #337ab7;
}

.icon-role-support.active {
    color: seagreen;
}

.icon-role-assassin.active {
    color: #d9534f;
}

.icon-role-specialist.active {
    color: dimgray;
}

body {
    margin-top: 20px;
    margin-bottom: 20px;
}

.nav > li > a {
    padding-right: 12px;
    padding-left: 12px;
}

.h3 {
    margin-top: 10px;
}

.breadcrumb {
    overflow: hidden;
}

.page404 {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .page404 .wrap {
        font-size: 24px;
        text-align: center;
    }

        .page404 .wrap .t404 {
            font-size: 136px;
            font-weight: bold;
            line-height: 150px;
        }
        
        .page404 .wrap a {
            display: block;
            margin-top: 7px;
            text-decoration: none;
        }

.footer {
    color: #999999;
    margin-bottom: 3px;
}

    .footer a {
        color: #999999;
    }

.welcome {
    margin-bottom: 15px;
}

    .welcome h2 {
        margin-top: 2px;
    }

    .welcome p {
        margin: 12px 0 2px 0;
    }

form .options {
    padding: 7px 0 7px 3px;
}

form .checkbox-icon {
    position: relative;
    margin-right: 20px;
    display: inline-block;
}

    form .checkbox-icon input[type="checkbox"] {
        opacity: 0;
        z-index: 1;
        margin: 0;
        position: relative;
        cursor: pointer;
    }

    form .checkbox-icon input[type="checkbox"]:checked + span.glyphicon {
        color: #888;
    }

    form .checkbox-icon span.glyphicon {
        color: #D1D1D1;
        font-size: 18px;
        position: absolute;
        left: -3px;
        top: 0;
    }

.table-fixed {
    table-layout: fixed;
}

.nowrap {
    white-space: nowrap;
    overflow: hidden;
}

.bar {
    height: 3px;
    margin-bottom: 2px;
    overflow: hidden;
}

.bar .red {
    background-color: #d9534f;
}

.bar .gray {
    background-color: dimgray;
}

.bar .blue {
    background-color: #337ab7;
}

.bar .green {
    background-color: seagreen;
}

td.with-bars {
    line-height: 24px !important;
}

td.vertical-middle > * {
    vertical-align: -2px;
}

td.vertical-middle > img {
    vertical-align: middle;
}

tr.border2 {
    border-top: 2px solid #ddd;
}

td.bold {
    font-weight: bold;
}

.summary {
    text-align: center;
    overflow: hidden;
    margin-left: 12px;
    float: right;
}

    .summary .card {
        position: relative;
        z-index: 100;
        font-size: 37px;
        width: 80px;
        height: 52px;
        background-color: #FFFFFF;
        font-weight: bold;
        border: solid 1px #DDDDDD;
        border-radius: 7px;
        overflow: hidden;
    }

    .summary .title {
        position: relative;
        z-index: 0;
        bottom: 8px;
        font-size: 12px;
        color: #FFFFFF;
        font-weight: bold;
        padding: 10px 0 2px 0;
        border-radius: 7px;
        width: 80px;
        overflow: hidden;
    }

    .summary .title.blue {
        background-color: #337ab7;
    }

    .summary .title.red {
        background-color: #d9534f;
    }

    .summary .title.gray {
        background-color: lightslategray;
    }

    .summary .title.darkgray {
        background-color: slategray;
    }

    .summary .title.yellow {
        background-color: #E3A836;
    }

    .summary .title.green {
        background-color: #40AD44;
    }

.disbanded-switcher-wrapper {
    font-weight: bold;
    line-height: 34px;
    padding-left: 9px;
}

#team-list {
    overflow: hidden;
}

    #team-list .team {
        float: left;
        margin: 9px;
        position: relative;
    }

        #team-list .team .thumbnail {
            display: table-cell;
            padding: 0;
            width: 170px;
            height: 160px;
            vertical-align: middle;
            position:relative;
            z-index: 100;
        }

            #team-list .team .thumbnail img {
                padding: 8px;
            }

            #team-list .team .disbanded {
                position: absolute;
                top: 0;
                z-index: 100;
            }

        #team-list .team .name {
            width: 170px;
            height: 35px;
            overflow: hidden;
            color: #FFFFFF;
            background-color: #333;
            font-size: 13px;
            font-weight: bold;
            text-align: center;
            border-radius: 4px;
            position: relative;
            padding: 13px 0 4px 0;
            bottom: 10px;
            z-index: 1;
        }

        #team-list .team .name.description {
            color: #333;
            background-color: #FFFFFF;
            border: 1px solid #ddd;
            bottom: 20px;
            margin-bottom: -15px;
            z-index: 0;
        }

        #team-list .team .thumbnail.tbd {
            text-align: center;
            font-size: 140px;
            line-height: 40px;
            font-weight: bold;
            color: #CCC;
        }

.breadcrumb .date,
.breadcrumb .patch,
.breadcrumb .favorites {
    float: right;
    color: #888;
}

.breadcrumb .favorites a {
    text-decoration: none;
    color: #888;
}

.breadcrumb > li + li.patch::before {
    content: "";
}

    #draft .team-left,
    #draft .team-right {
        height: 53px;
    }

        #draft .team-left .media-body h2,
        #draft .team-right .media-body h2 {
            margin: 0;
        }

            #draft .team-left .media-body h2 a,
            #draft .team-right .media-body h2 a {
                color: #333;
                font-weight: bold;
                text-decoration: none;
            }

#draft .first-pick {
    font-weight: bold;
    font-size: 10px;
    padding-left: 5px;
}

#draft .bans-title {
    font-weight: bold;
    font-size: 10px;
}

#draft .hero-left {
    float: left;
}

#draft .hero-right {
    float: right;
}

#draft .hero-left img,
#draft .hero-right img {
    position:relative;
    z-index: 100;
}

#draft .hero-left .player,
#draft .hero-right .player {
    display: block;
    text-decoration: none;
    height: 32px;
    overflow: hidden;
    color: #FFFFFF;
    background-color: #111;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
    position: relative;
    padding: 14px 0 4px 0;
    bottom: 12px;
    z-index: 0;
}

#draft .map {
    text-align: center;
}

    #draft .map img {
        position:relative;
        z-index: 100;
    }

    #draft .map .name {
        display: inline-block;
        height: 36px;
        overflow: hidden;
        color: #FFFFFF;
        background-color: #111;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        border-radius: 4px;
        position: relative;
        padding-top: 13px;
        bottom: 10px;
        z-index: 0;
    }

@media (min-width: 1200px) {
    #draft .team-left {
        padding-right: 65px;
        text-align: right;
    }

    #draft .team-right {
        padding-left: 65px;
        float: right;
    }

    #draft .hero-left {
        margin-right: 10px;
    }

    #draft .hero-right {
        margin-left: 10px;
    }

    #draft .hero-left img,
    #draft .hero-right img {
        width: 90px;
        height: 135px;
    }

    #draft .hero-left .player,
    #draft .hero-right .player {
        width: 90px;
    }

    #draft .bans-title {
        padding-left: 55px;
    }

    #draft .bans-left {
        padding-left: 50px;
    }

    #draft .bans-right {
        padding-right: 50px;
    }

    #draft .map {
        padding-top: 29px;
    }

    #draft .map img {
        width: 270px;
        height: 80px;
    }

    #draft .map .name {
        width: 270px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #draft .team-left {
        padding-right: 28px;
        text-align: right;
    }

    #draft .team-right {
        padding-left: 28px;
        float: right;
    }

    #draft .hero-left {
        margin-right: 7px;
    }

    #draft .hero-right {
        margin-left: 7px;
    }

    #draft .hero-left img,
    #draft .hero-right img {
        width: 80px;
        height: 120px;
    }

    #draft .hero-left .player,
    #draft .hero-right .player {
        width: 80px;
    }

    #draft .bans-title {
        padding-left: 48px;
    }

    #draft .bans-left {
        padding-left: 43px;
    }

    #draft .bans-right {
        padding-right: 43px;
    }

    #draft .map {
        padding-top: 24px;
    }

    #draft .map img {
        width: 240px;
        height: 70px;
    }

    #draft .map .name {
        width: 240px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #draft .team-left {
        padding-right: 15px;
        text-align: right;
    }

    #draft .team-right {
        padding-left: 15px;
        float: right;
    }

    #draft .hero-left {
        margin-right: 5px;
    }

    #draft .hero-right {
        margin-left: 5px;
    }

    #draft .hero-left img,
    #draft .hero-right img {
        width: 62px;
        height: 94px;
    }

    #draft .hero-left .player,
    #draft .hero-right .player {
        width: 62px;
    }

    #draft .bans-title {
        padding-left: 40px;
    }

    #draft .bans-left {
        padding-left: 35px;
    }

    #draft .bans-right {
        padding-right: 35px;
    }

    #draft .map {
        padding-top: 11px;
    }

    #draft .map img {
        width: 200px;
        height: 60px;
    }

    #draft .map .name {
        width: 200px;
        font-size: 12px;
        padding-top: 16px;
        bottom: 13px;
    }
}

@media (max-width: 767px) {
    #draft {
        width: 720px;
        overflow: hidden;
    }

    #draft .team-left {
        padding-right: 15px;
        text-align: right;
    }

    #draft .team-right {
        padding-left: 15px;
        float: right;
    }

    #draft .hero-left {
        margin-right: 5px;
    }

    #draft .hero-right {
        margin-left: 5px;
    }

    #draft .hero-left img,
    #draft .hero-right img {
        width: 62px;
        height: 94px;
    }

    #draft .hero-left .player,
    #draft .hero-right .player {
        width: 62px;
    }

    #draft .bans-title {
        padding-left: 40px;
    }

    #draft .bans-left {
        padding-left: 35px;
    }

    #draft .bans-right {
        padding-right: 35px;
    }

    #draft .map {
        padding-top: 11px;
    }

    #draft .map img {
        width: 200px;
        height: 60px;
    }

    #draft .map .name {
        width: 200px;
        font-size: 12px;
        padding-top: 16px;
        bottom: 13px;
    }
}

.match-summary {
    margin: -5px 0 10px 0;
    min-width: 720px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

    .match-summary .blue {
        color: #337ab7;
    }

    .match-summary .red {
        color: #a94442;
    }

    .match-summary .team {
        min-width: 250px;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
    }

        .match-summary .team .name {
            font-size: 32px;
            line-height: 36px;
            font-weight: bold;
        }


        .match-summary .team .level {
            font-size: 18px;
            font-weight: bold;
            line-height: 18px;
            vertical-align: middle;
        }

    .match-summary .swords {
        display: inline-block;
        font-size: 68px;
        line-height: 68px;
        font-weight: bold;
        vertical-align: top;
    }

        .match-summary .swords img {
            vertical-align: 3%;
        }

    .match-summary .swords.blue {
        padding: 0 25px 0 18px;
    }

    .match-summary .swords.red {
        padding: 0 18px 0 25px;
    }

        .match-summary .swords.blue img {
            margin-left: 15px;
        }

        .match-summary .swords.red img {
            margin-right: 15px
        }

    .match-summary .duration {
        display: inline-block;
        vertical-align: 40%;
    }

        .match-summary .duration .caption {
            font-size: 14px;
            line-height: 18px;
        }

        .match-summary .duration .time {
            font-size: 24px;
            font-weight: bold;
        }

table.match-stats {
    min-width: 720px;
}

table.match-stats td {
    border-top-color: white !important;
}

    table.match-stats td.rel {
        padding: 0;
        margin: 0;
    }

        table.match-stats td.rel div {
            position: relative;
        }

table.match-stats a.hero-image {
    position: absolute;
    left: 0;
    top: 0;
}

table.match-stats .talent {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -18px;
}

table.match-stats .sorted-center {
    text-align: center !important;
}

table.match-stats .sorted-right {
    text-align: right !important;
}

table.match-stats .pad-value {
    padding-right: 25px;
}

table.match-stats .role-warrior {
    font-size: 20px;
    line-height: 18px;
    vertical-align: middle;
}

table.match-stats .role-support {
    font-size: 20px;
    line-height: 18px;
    vertical-align: middle;
}

table .ppr span.label {
    font-size: 12px;
    cursor: default;
    padding-top: 3px;
}

.spoiler-switcher-wrapper {
    font-weight: bold;
    font-size: 15px;
    position: absolute;
    top: 0;
    right: 0;
}

tr.matches-inline .actions {
    margin: 10px auto 15px;
    text-align: center;
}

tr.match-line {
    cursor: pointer;
}

tr.match-line .game {
    line-height: 24px !important;
    padding-left: 15px;
}

tr.match-line .map {
    line-height: 24px !important;
}

tr.match-line img {
    padding: 0 2px;
}

img.greyscale {
    filter: gray; /* IE6-9 */
    filter: opacity(60%) grayscale(1); /* Microsoft Edge and Firefox 35+ */
    -webkit-filter: opacity(70%) grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}

tr.match-line .score {
    font-size: 16px;
    display: inline-block;
    width: 67px;
    padding: 0 5px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

tr.match-line .score span.label {
    padding: .3em .6em .3em;
}

tr.match-line .more {
    color: #BBBBBB;
    line-height: 24px !important;
}

tr.match-line .more .item {
    display: inline-block;
    text-align: center;
    width: 22px;
}

tr.match-caption {
    font-size: 16px;
    font-weight: bold;
}

    tr.match-caption .vs {
        font-size: 18px;
        line-height: 20px;
        width: 69px;
        text-align: center;
        display: inline-block;
    }

    tr.match-caption .first-team {
        width: 269px;
        display: inline-block;
        text-align: right;
    }

.place-1 {
    background-color: #ffd901;
}

.place-2 {
    background-color: #cecece;
}

.place-3 {
    background-color: #eaae42;
}

.tier-1 {
    background-color: rgba(135, 217, 91, 0.49);
}

.tier-2 {
    background-color: rgba(199, 217, 107, 0.51);
}

.tier-3 {
    background-color: rgba(217, 181, 101, 0.51);
}

.tier-4 {
    background-color: rgba(217, 83, 79, 0.42);
}

.tier-legend {
    overflow: hidden;
    margin: 20px 0 15px;
}

    .banner {
        width: 25%;
        float: left;
        padding: 3px 7px;
        font-size: 14px;
        font-weight: bold;
    }

.map-detail {
    margin: 10px 0 25px 0;
    position: relative;
}

    .map-detail .name {
        position: absolute;
        color: #FFFFFF;
        background-color: #111;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        padding: 4px 12px;
        bottom: 0;
        left: 0;
        border-bottom-left-radius: 6px;
        z-index: 1;
    }

.map-list {
    width: 214px;
    margin: 0 7px;
    overflow: hidden;
    float: left;
}

    .map-list img {
        position: relative;
        z-index: 100;
    }

    .map-list .name {
        display: inline-block;
        width: 214px;
        height: 33px;
        overflow: hidden;
        color: #FFFFFF;
        background-color: #111;
        font-size: 0.84em;
        font-weight: bold;
        text-align: center;
        border-radius: 4px;
        position: relative;
        padding-top: 14px;
        bottom: 10px;
        z-index: 0;
    }

.hero-portrait-list {
    width: 90px;
    margin: 0 6px;
    overflow: hidden;
    float: left;
}

    .hero-portrait-list img {
        position: relative;
        z-index: 100;
    }

    .hero-portrait-list .name {
        display: inline-block;
        width: 90px;
        height: 33px;
        overflow: hidden;
        color: #FFFFFF;
        background-color: #111;
        font-size: 0.84em;
        font-weight: bold;
        text-align: center;
        border-radius: 4px;
        position: relative;
        padding-top: 14px;
        bottom: 10px;
        z-index: 0;
    }

.hero-portrait {
    width: 160px;
    margin: 0 auto;
    overflow: hidden;
}

    .hero-portrait img {
        position: relative;
        z-index: 100;
    }

    .hero-portrait .name {
        display: inline-block;
        width: 160px;
        height: 38px;
        overflow: hidden;
        color: #FFFFFF;
        background-color: #111;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        border-radius: 4px;
        position: relative;
        padding: 13px 0 4px 0;
        bottom: 10px;
        z-index: 0;
    }

#hero {
    margin-top: 25px;
}

    #hero .chart-container {
        margin: 40px auto 0;
    }

    @media (max-width: 767px) {
        #hero .chart-container {
            margin: 0 auto;
        }
    }

        #hero .chart .title {
            min-width: 360px;
            font-size: 28px;
            font-weight: bold;
        }

        #hero .chart .matches {
            min-width: 360px;
            padding-bottom: 10px;
        }

.show-matches span.glyphicon {
    line-height: 18px;
    margin-left: 2px;
}
        
.img-inline {
    margin-right: 3px;
}

.event-caption {
    font-size: 16px;
    font-weight: bold;
}

.footnote {
    color: #777;
    font-size: small;
    margin-bottom: 20px;
}

.player .socials {
    position: absolute;
    bottom: 0;
}

    .player .socials a,
    .team .socials a {
        margin-right: 4px;
    }

table.hero-builds {
    min-width: 720px;
}

    table.hero-builds td.rel {
        padding: 0;
        margin: 0;
    }

        table.hero-builds td.rel div {
            position: relative;
        }

table.hero-builds .talent {
    position: absolute;
    left: 50%;
    top: 2px;
    margin-left: -18px;
}

table.hero-builds .level {
    text-align: center;
}

.players-compare {
    margin-top: 25px;
}

.players-compare .left-column {
    margin-top: 25px;
    width: 28%;
    text-align: right;
    float: left;
}

.players-compare .right-column {
    margin-top: 25px;
    width: 28%;
    text-align: left;
    float: right;
}

.players-compare .left-column .player-card .nickname {
    background-color: #337ab7;
}

.players-compare .right-column .player-card .nickname {
    background-color: #d9534f;
}

.player-card {
    position: relative;
    display: inline-block;
}

    .player-card .photo {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .player-card .nickname {
        color: #FFFFFF;
        font-size: 15px;
        font-weight: bold;
        padding: 2px 7px 1px 45px;
        max-width: 180px;
        white-space: nowrap;
        overflow: hidden;
        position: absolute;
        left: -3px;
        top: 216px;
    }

    .player-card span[class^="icon-role"] {
        font-size: 48px;
        color: #FFFFFF;
        position: absolute;
        left: -4px;
        top: 194px;
    }

    .player-card .team {
        position: absolute;
        top: 7px;
        right: 7px;
    }

        .player-card .team img {
            border-radius: 5px;
        }

    .player-card .most-played-heroes {
        border-top: 1px solid #FFFFFF;
        white-space: nowrap;
    }

        .player-card .most-played-heroes a:not(:last-child) img {
            border-right: 1px solid #FFFFFF;
        }

        .player-card .most-played-heroes .left-hero {
            border-bottom-left-radius: 6px;
        }

        .player-card .most-played-heroes .right-hero {
            border-bottom-right-radius: 6px;
        }

.players-compare .middle-column {
    display: inline-block;
    width: 44%;
    padding: 0 30px;
}

    .players-compare .middle-column canvas {
        margin: 0 auto;
    }

    .players-compare .middle-column .title {
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        margin: 13px 0 5px 0;
    }

    .players-compare .middle-column .note {
        margin-top: 20px;
        color: #777;
        font-size: 12px;
    }

    .players-compare .middle-column .cmp-row {
        margin-bottom: 12px;
    }

    .players-compare .middle-column .cmp-row .cmp-values {
        color: #404040;
        font-weight: bold;
    }

        .players-compare .middle-column .cmp-row .cmp-values .left {
            float: left;
            text-align: left;
            font-size: 16px;
        }

        .players-compare .middle-column .cmp-row .cmp-values .right {
            float: right;
            font-size: 16px;
        }

        .players-compare .middle-column .cmp-row .cmp-values .name {
            text-align: center;
            font-size: 14px;
        }

    .players-compare .middle-column .cmp-row .cmp-bar {
        width: 100%;
        height: 5px;
        background-color: #d9534f;
        border-radius: 3px;
        overflow: hidden;
    }

        .players-compare .middle-column .cmp-row .cmp-bar .inner-bar {
            background-color: #337ab7;
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
            border-right: 3px solid #FFFFFF;
        }

@media (max-width: 991px) {
    .players-compare .left-column,
    .players-compare .right-column {
        margin-top: 0;
        text-align: center;
        width: 50%;
    }

    .players-compare .middle-column {
        width: 100%;
        margin-top: 60px;
        padding: 0 70px;
    }
}

td.team-composition {
    font-size: 30px;
    line-height: 24px !important;
}

    .team-composition span {
        cursor: default;
    }

.changelog {
    margin: -20px 0 20px 0;
    overflow: hidden;
}

.changelog h1,
.changelog h2 {
    margin: 25px 0 15px 0;
    font-weight: bold;
}

.nav-scroll {
    margin-top: 20px;
    position: relative;
}

    .nav-scroll .wrapper {
        position: relative;
        margin: 0 auto;
        overflow: hidden;
        height: 50px;
    }

    .nav-scroll .nav-tabs {
        position: absolute;
        left: 0;
        top: 0;
        min-width: 10000px;
    }

    .nav-scroll .scroller {
        text-align: center;
        cursor: pointer;
        display: none;
        padding: 11px 7px 10px 7px;
        background-color: #F4F4F4;
        border-radius: 5px;
        position: absolute;
    }

    .nav-scroll .scroller:hover {
        background-color: #E0E0E0;
    }

    .nav-scroll .scroller-right {
        right: 0;
        z-index: 100;
    }

    .nav-scroll .scroller-left {
        left: 0;
        z-index: 100;
    }

.hero-class-filter a {
    color: #CCCCCC;
    font-size: 36px;
    line-height: 30px;
    text-decoration: none;
    cursor: pointer;
}

.bets-splash {
    margin: 10px 0 25px 0;
    position: relative;
}

    .bets-splash a.rules {
        position: absolute;
        bottom: 12px;
        left: 2%;
        color: #FFFFFF;
        background-color: #000000;
        padding: 3px 6px;
        font-size: 11px;
        font-weight: bold;
        text-decoration: none;
    }

    .bets-splash .user {
        position: absolute;
        color: #FFFFFF;
        background-color: #000000;
        text-align: center;
        padding: 4px 9px 5px 12px;
        bottom: 0;
        right: 1px;
        border-bottom-right-radius: 6px;
        font-size: 18px;
        font-weight: bold;
        z-index: 1;
    }
    
        .bets-splash .user .username {
            color: #FFFFFF;
            text-decoration: none;
            padding-right: 5px;
        }

        .bets-splash .user .points {
            vertical-align: 1px;
            cursor: default;
        }
        
    .bets-splash .battle-net-login {
        position: absolute;
        bottom: 7%;
        right: 2%;
        border: 1px solid #222;
    }

    .bets-splash .headline {
        width: 36%;
    }

        .bets-splash .headline .line {
            position: absolute;
            background-color: #000000;
            color: white;
            white-space: nowrap;
            padding: 0 12px;
        }

        .bets-splash .headline .line.one {
            top: 7%;
            left: 2%;
        }

        .bets-splash .headline .line.two {
            top: 31%;
            left: 2%;
        }

        .bets-splash .headline .line.three {
            top: 55%;
            left: 2%;
        }

table.bets-matches th {
    white-space: nowrap;
}

table.bets-matches td {
    white-space: nowrap;
    font-size: 16px;
}

table.bets-matches td.datetime {
    font-weight: bold;
    overflow: hidden;
}

    table.bets-matches td.datetime span {
        font-weight: normal;
        font-size: 12px;
    }

table.bets-matches td.score {
    text-align: center;
    position: relative;
    cursor: default;
}

    table.bets-matches td.score select {
        float: right;
        border: none;
        font-weight: bold;
    }

    table.bets-matches td.score > span {
        font-weight: bold;
        position: relative;
        top: -4px;
    }
    
    table.bets-matches td.score .format {
        position: absolute;
        bottom: 1px;
        left: 0;
        font-size: 9px;
        width: 100%;
        text-align: center;
    }

table.bets-matches td.reward {
    padding-right: 7px;
    text-align: right;
}

    table.bets-matches td.reward span.label {
        font-size: 14px;
        vertical-align: 10%;
    }

table.bets-matches td.team {
    overflow: hidden;
    position: relative;
}

    table.bets-matches td.team .bets-ratio {
        position: absolute;
        z-index: 0;
        top: -1px;
        height: 105%;
    }
    
    table.bets-matches td.team .bets-ratio.blue {
        right: 0;
        background-color: #d9edf7;
    }
    
    table.bets-matches td.team .bets-ratio.red {
        left: 0;
        background-color: #f2dede;
    }
    
    table.bets-matches td.team a {
        position: relative;
        z-index: 100;
    }

table.bets-leaderboard {
    margin-top: 10px;
}

    table.bets-leaderboard th,
    table.bets-leaderboard td {
        white-space: nowrap;
    }

    table.bets-leaderboard .badges {
        cursor: default;
    }
    
        table.bets-leaderboard .badges .token {
            display: inline-block;
            width: 8px;
            height: 8px;
            border-radius: 4px;
            margin-left: 4px;
        }
    
    table.bets-leaderboard td.reward {
        padding-right: 7px;
        text-align: right;
    }
    
        table.bets-leaderboard td.reward span.label {
            font-size: 14px;
        }
    
        table.bets-leaderboard .bar {
            margin-bottom: -1px;
        }

.tooltip-inner {
    white-space: nowrap;
    max-width: none;
}

.anchor {
    margin-top: -15%;
    position: absolute;
}

ul.comment-list,
ul.comment-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    ul.comment-list li {
        overflow: hidden;
    }
    
        ul.comment-list .comment .wrapper {
            margin-bottom: 15px;
        }

        ul.comment-list .comment .profile {
            width: 56px;
            float: left;
        }
        
            ul.comment-list .comment .profile .rating-wrapper {
                font-size: 10px;
                width: 48px;
                margin-top: 4px;
                text-align: center;
            }
            
                ul.comment-list .comment .profile .rating-wrapper .rating {
                    padding: 1px 5px;
                    color: #666666;
                    background-color: #EEEEEE;
                    cursor: default;
                }

        ul.comment-list .comment .wrapper {
            min-height: 60px;
            overflow: hidden;
        }

        ul.comment-list .comment .body {
            margin-left: 56px;
        }

            ul.comment-list .comment .body .header {
                overflow: hidden;
            }
        
        ul.comment-list .comment .username {
            color: #000000;
            font-weight: bold;
            text-decoration: none;
        }
        
        ul.comment-list .comment .username.administrator {
            color: #d9534f;
        }
        
        ul.comment-list .comment .username.moderator {
            color: #337ab7;
        }
        
        ul.comment-list .comment time:before {
            content: "\b7\a0";
            font-weight: bold;
        }

        ul.comment-list .comment time {
            color: #777777;
            font-size: smaller;
        }
        
        ul.comment-list .comment .voting {
            float: right;
        }
            
            ul.comment-list .comment .voting .vote-up,
            ul.comment-list .comment .voting .vote-down {
                text-decoration: none;
                font-size: 12px;
                margin-left: 3px;
                color: #9ac2ce;
            }
        
            ul.comment-list .comment .voting .rating {
                color: #AAAAAA;
                margin-right: 2px;
                font-weight: bold;
            }
            
            ul.comment-list .comment .voting .positive {
                color: #6c9007;
            }
            
            ul.comment-list .comment .voting .negative {
                color: #d53c30;
            }
            
            ul.comment-list .comment .voting .disabled,
            ul.comment-list .comment .voting .neutral {
                color: #CCCCCC;
            }
        
        ul.comment-list .comment .body .text {
            margin-top: 4px;
        }
        
    ul.comment-list .node .actions {
        margin-top: 4px;
    }
    
    ul.comment-list .node .actions.as-new {
        font-size: 20px;
        margin-left: 56px;
        display: none;
    }
    
        ul.comment-list .node .actions a {
            text-decoration: none;
            border-bottom: 1px dashed;
            margin-right: 7px;
        }

    ul.comment-list .unauthorized {
        border-top: 1px solid #CCCCCC;
        margin: 15px 0 10px 0;
    }
    
        ul.comment-list .unauthorized .wrapper {
            margin-left: 56px;
        }
        
            ul.comment-list .unauthorized .wrapper .message {
                font-size: 20px;
                padding: 20px 0 15px 0;
            }
        
    ul.comment-list .node.removed .message {
        font-size: 20px;
        color: #333;
        min-height: 0;
    }

    ul.comment-list ul.children li.offset {
        margin-left: 56px;
    }

ul.form-errors li {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 4px;
    list-style: none;
    margin: 0 0 7px 0 !important;
}

ul.comment-list form .buttons {
    margin-top: 7px;
    margin-bottom: 16px;
}

ul.comment-list .node .actions.mark-read-all {
    font-size: 18px;
    margin-left: 56px;
}

.empty-list {
    overflow: hidden;
}

    .empty-list .message {
        margin: 10px auto;
        text-align: center;
        font-size: 20px;
    }

.user-profile {
    overflow: hidden;
}

    .user-profile .avatar-wrapper {
        float: left;
    }
    
    .user-profile .details {
        margin-left: 110px;
    }

    .user-profile h1 {
        margin-top: 0;
        margin-bottom: 5px;
        font-weight: bold;
    }

    .user-profile .stats {
        margin-right: 8px;
        cursor: default;
    }

    .user-profile .badges {
        margin-top: 8px;
    }
    
        .user-profile .badges .token {
            color: #333333;
            padding: 4px 8px;
            border-radius: 15px;
            font-weight: bold;
            margin-right: 7px;
            cursor: default;
        }
        
            .user-profile .badges .token .eyelet {
                display: inline-block;
                width: 10px;
                height: 10px;
                border-radius: 5px;
                background-color: #FFFFFF;
                margin-right: 2px;
            }
        
        .token.legendary {
            background-color: #f7a326;
        }
        
        .token.epic {
            background-color: #d73ac4;
        }
        
        .token.rare {
            background-color: #4097F6;
        }
        
        .token.common {
            background-color: #CCD6CD;
        }

.calendar-match {
    display: none;
}

    .calendar-match .vs {
        display: inline-block;
        width: 50px;
        position: relative;
        text-align: center;
    }
    
        .calendar-match .vs .score {
            font-weight: bold;
            position: relative;
            top: -5px;
        }
    
        .calendar-match .vs .best-of {
            position: absolute;
            bottom: -5px;
            left: 0;
            font-size: 9px;
            width: 100%;
        }

    .calendar-match .team-right {
        width: 50%;
        display: inline-block;
        text-align: left;
    }

.show-calendar-matches {
    float: right;
    margin: 12px 6px 0 0;
}

.team-overall {
    height: 180px;
    position: relative;
}

    .team-overall .chart-container {
        margin: 10px auto 5px;
    }

    .team-overall .chart {
        position: absolute;
    }

        .team-overall .chart .chart-container {
        }

        .team-overall .chart .title {
            min-width: 220px;
            font-size: 24px;
            font-weight: bold;
        }

    .team-overall .chart:nth-child(1) {
        left: 0;
    }

    .team-overall .chart:nth-child(2) {
        left: 180px;
    }

    .team-overall .chart:nth-child(3) {
        left: 360px;
    }

@media (min-width: 992px) and (max-width: 1199px) {
    .team-overall .chart:nth-child(1) {
        left: -30px;
    }

    .team-overall .chart:nth-child(2) {
        left: 130px;
    }

    .team-overall .chart:nth-child(3) {
        left: 290px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .team-overall .chart:nth-child(1) {
        left: 0;
    }

    .team-overall .chart:nth-child(2) {
        left: 250px;
    }

    .team-overall .chart:nth-child(3) {
        left: 500px;
    }
}
