

.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;*/
/*}*/

.fixture-row-center {
    white-space: nowrap;
}

.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;
}

.arrowBox {
    max-width: 100%  !important;
    position: absolute  !important;
    width: 30px  !important;
    right: 10px  !important;
    bottom: 10px  !important;
    top: 0px  !important;
    padding-bottom: 0px  !important;
}

.api-disclaimer {
    font-size: 12.5px;
}

.sporty-fixture-box.transparent-bg {
    padding: 20px 40px !important;
}