a.vidi:hover .match {
    background: white;
}

a.notVidi {
    cursor: default;
}

a:hover{
    text-decoration: none !important;
}

.match{
    display: block;
    background: transparent url('../../images/mobile/table_background.png') repeat;
    border-bottom: 1px solid #cccccc;
    padding: 0.5em;
}
.match .type>img{
    height: 2em;
    margin-right: 0.3em;
    vertical-align: middle;
}
.match .type span>img{
    height: auto;
    max-width: 100%;
}
.match .type{
    vertical-align: middle;
    line-height: 2em;
    vertical-align: top;
    display: block;
    font-family: Arial;
    color: #858585;
    font-size: 0.7em;
}
.match .type > *{
    vertical-align: middle;
}
.match .type span{
    display: inline-block;
    
}
.match .teams{
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    color: #777777;
    font-weight: bold;
    text-align: center;
}
.match .teams span{
    vertical-align: middle;
}
.match .teams span:nth-child(1),
.match .teams span:nth-child(3){
    display: inline-block;
    width: 38%;
}
.match .teams span:nth-child(1){
    text-align: right;
}
.match .teams span:nth-child(3){
    text-align: left;
}
.match .teams span:nth-child(2){
    padding: 0.25em;
    margin-left: 0.25em;
    margin-right: 0.25em;
    line-height: 2em;
    color: #FFFFFF;
    background: #888888;
}
.match .teams span.won{
    background: #6083a9;
}
.match .teams span.lost{
    background: #c4272e;
}
.match .teams span.draw{
    background: #888888;
}
.match .teams span.notPlayed{
    background: #888888;
}

.match .date{
    display: block;
    text-align: center;
    font-size: 0.7em;
    color: #858585;
}

.toggleDisplayedMatches {
    width: 54%;
}

.competitionSelector {
    width: 44%;
}

.toggleDisplayedMatches,
.competitionSelector {
    display: inline-block;
    vertical-align: top;
}

.competitionSelector {
    position: relative;
}

.competitionSelector select {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.competitionSelector>a {
    display: inline-block;
    width: 100%;
}

.competitionSelector>a>span {
    width: 100%;
}

.competitionSelector>a>span>.gradientButtonBackground {
    display: block;
    text-align: center;
}

.filterButtons.top,
.filterButtons.bottom {
    margin-top: 1.5em;
}

.filterButtons .toggleDisplayedMatchesText {
    display: block;
    color: #858585;
    font-size: 0.7em;
    text-align: center;
}

.filterButtons .toggleDisplayedMatches>a {
    width: 95%;
    display: inline-block;
}

.filterButtons .toggleDisplayedMatches>a>span {
    width: 100%;
}

.filterButtons .toggleDisplayedMatches>a>span>span {
    display: block;
    text-align: center;
}


.filterButtons .toggleDisplayedMatchesText.top {
    margin-top: 1.5em;
}

.filterButtons .toggleDisplayedMatchesText.bottom {
    margin-bottom: 1.5em;
}

.competitionSelector .gradientButton img:first-child {
    height: 1.2em;
}

.competitionSelector .gradientButton img:last-child {
    margin-top: 0;
}

.timetableRow .month .aggregatedDate.multiMonth>span {
    display: inline-block;
    vertical-align: middle;
}

.timetableRow .month .aggregatedDate.multiMonth>span:first-child {
    height: 100%;
}

.timetableRow .month .aggregatedDate.multiMonth {
    height: 1.9em;
    padding-top: 0;
    color: #ababab;
    border: 0;
    background: url('../../images/design/timetable_month_background.png') no-repeat;
    -webkit-background-size: 100% 2.2em;
    -moz-background-size: 100% 2.2em;
    -o-background-size: 100% 2.2em;
    background-size: 100% 2.2em;
    font-size: 0.8em;
    margin-left: 3.5%;
}