
    /******************************************************** Match players **/
/*
#match-details h2 {
    font-size: 120%;
}
*/

/*#match-details #players-0,
#match-details #players-1 {
    width: 49%;
}*/
#match-details .team-logo {
    float: left;
    margin: 0.7em;
}
#match-details #players-0 {
    float: left;
    width: 320px;
}
#match-details #players-1 {
    float: left;
    width: 355px;
    /*background: #EEE;*/
}

    /********************************************************* Match detail **/

.events_team0, .events_team1 {
    display: block;
    text-indent: -2em;
    padding-left: 2em;
}
.match_minute { color: black; }

.b-match-admin{text-align:center;}
.b-match-admin legend{text-align:center;}

.b-match-roster{vertical-align:top;text-align:center;}
.b-match-roster td{text-align:left;}

.margin_center td {
    text-align: center;
}

.s-autosos{color:red;}

    /************************************************************ match-text */

table.table-events td {
    padding-bottom: 0.5em;
}

.event-minute {
    width: 3.5em;
    background-position: center right;
    background-repeat: no-repeat;
}
span.event-minute {
    display: inline-block;
    height: 1.4em;
}

.event-text {padding-left: 4px;}
.event-goal { background-image: url(/static/i/ball16.png); }
.event-yellow { background-image: url(/static/i/icons/match/yellow.gif); }
.event-second-yellow { background-image: url(/static/i/icons/match/second_yellow.png); }
.event-red { background-image: url(/static/i/icons/match/red.gif); }
.event-penalty-goal { background-image: url(/static/i/icons/match/pen.gif); }
.event-penalty-mimo { background-image: url(/static/i/icons/match/npe.gif); }
.event-freekick { background-image: url(/static/i/icons/match/freekick.png); }
.event-injury { background-image: url(/static/i/icons/match/injury.gif); }
.event-corner { background-image: url(/static/i/icons/match/corner.gif); }
.event-razvod { background-image: url(/static/i/icons/match/start-end.gif); }
.event-substitution { background-image: url(/static/i/icons/match/zamena.gif); }
.event-endtime { background-image: url(/static/i/icons/match/start-end.png); }
.event-endmatch { background-image: url(/static/i/icons/match/start-end.png); }
.events-team0 { color: #2222BB; }
.events-team1 { color: #BB2222; }
.event-text a { text-decoration: none; }
.events-team0 a { color: #2222BB; }
.events-team1 a { color: #BB2222; }
.chronology-image {width: 20px; height: 20px; vertical-align: bottom;}
/* tournaments */

.b-tournaments-continent {
    background-color: #E6E6E6;
    margin-bottom: 10px;
    text-align: center;
    float: left;
    width: 100%;
}

.b-tournaments-country {
    float: left;
    width: 25%;
    text-align: center;
    margin-bottom: 7px;
    margin-top: 3px;
}




    /************************************************************ Tech data  */
.table-events {
}

.table-strategy, .table-statistics {
    width: none;
}

.right-align {
    text-align: right;
}

.left-align {
    text-align: left;
}

.center-align {
    text-align: center;
}

#non-vip-img, #non-vip-p {
    display: inline-block;
}

#non-vip-img {
    width:24px;
    height:24px
}

#non-vip-p {
    font-weight: bold;
    text-align: center;
    color: #a24201;
}

#table-statistics {
    border-collapse: collapse;
    margin-left: 5px;
}

#table-strategy {
    margin-left: 5px;
}

#players-1_ {
    margin-left: 10px;
}

.menu_tour-active {
    text-decoration: none;
    font-weight: bolder;
}
