

.fixture-row-auto {
    display: table-cell;
    vertical-align: top;
    width: auto;
    text-align: center;
}

.fixture-row-auto:first-of-type {
    text-align: left;
}
/*.fixture-row-auto:last-of-type {*/
    /*text-align: right;*/
/*}*/

.width40p {
    width: 40%;
}
.width20p {
    width: 20%;
}
.width5p {
    width: 5%;
}

.fixture-header .fixture-row-auto{
    color: #ffffff !important;
}

.fixture-header {
    background-color: #000000;
}

.ourTeam.fixture-row {
    background-color: #eb5656 !important;
}

.ourTeam .fixture-row-auto{
    color: #fff !important;
}

.fixture-row .ourTeam {
    color: #eb5656 !important;
}


@media screen and (max-width: 480px) {
    .fixture-row-inner,
    .fixture-row-left,
    .fixture-row-right,
    .fixture-row-center {
        display: table !important;
    }
}

.fixture-wrapper.minWidth, .widget_sporty-season-widget.minWidth {
    min-width: 800px;
}

.resp-tab-content-active {
    overflow-x: auto;
}