/*--------------------------------------------------------------
# Game 4
--------------------------------------------------------------*/

.game .game-title-left{
    background-color: #0e77b3;
}
.game .game-title-right{
    background-color: #05a246;
}
.game .game-title-left .team-logo{
    background-image: url(../../img/tonisky.png);
}
.game .game-title-right .team-logo{
    background-image: url(../../img/maxisky.png);
}
.game .round1 .round-map-picture{
    background-image: url(../../img/maps/nile_shallows.png);
}
.game .round2 .round-map-picture{
    background-image: url(../../img/maps/midgard.png);
}
.game .round3 .round-map-picture{
    background-image: url(../../img/maps/tbd.png);
}

  