.fixtures-teamfixtures {

}
.fixtures-teamfixtures .bold-text {
    font-weight: bold;
}
.fixtures-teamfixtures tbody tr:nth-child(even) td:nth-child(2) {
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    background-color: #FFF;
    width: 10px;
}

.fixtures-teamfixtures tbody tr:nth-child(even) td {
    font-style: italic;
}

.fixtures-teamfixtures tfoot, table thead {
    background: #2a4f87;
    color: #fefefe;
}
.fixtures-teamfixtures tbody tr:nth-child(even) {
    /*background-color: rgba(253,68,7,0.05);*/
    height: 100px;
    font-size: 1.2em;
}

.fixtures-teamfixtures tbody tr:nth-child(odd) {
    font-size: 25px;
    height: 60px;
}

.fixtures-teamfixtures .vs {
    width: 100px;
    height: 100px;
    padding: 35% 0;
    border-radius: 100%;
    margin: 10px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(202, 202, 202, 0.49) 100%);
    box-shadow: 0px 0px 7px 0px rgba(41, 47, 51, 0.2);
}
.fixtures-leaguetable .highlight-own-team {
    font-weight: bold;
}
.fixtures-leaguetable th {
    text-align: center;
    font-size: 1.1em !important;
}