.background-player-image {
    top: -35px;
}

.background-player-image-container {
    position: relative;
}

.background-player-image.player-two {
    right: 0;
}

.fixture-row {
    cursor: default;
}

.stats-comparisons img {
    width: 25px;
}

.stats-comparisons .stat .stat-holder {
    display: inline-block;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
}

.stats-comparisons .stat.stat-success .stat-holder {
    background-color: #69c776;
    color: #fff;
}

.stats-comparisons .stat.stat-danger .stat-holder {
    background-color: #f15d5b;
    color: #fff;
}

.stats-comparisons .stat.stat-warning .stat-holder {
    background-color: #f2bf5d;
    color: #fff;
}

.stats-comparisons table tr td {
    max-width: 100px;
    min-width: 100px;
    vertical-align: middle;
}

.stats-comparisons table tr td:first-child,
.stats-comparisons table tr td:last-child {
    width: 50%;
}

.stats-comparisons .stat-title {
    padding-bottom: 15px;
}

.stats-comparisons .stat-divider,
.stats-comparisons .stat-title,
.stats-comparisons .stat-header {
    font-weight: bold;
}

.stats-comparisons .stat-divider {
    font-size: 12px;
}

@media (max-width: 1000px) {
    .player-title-image {
        display: none;
    }
}


@media (max-width: 600px) {
    .background-player-image.player-two,
    .background-player-image {
        bottom: 0;
    }

    .fixture-club,
    .fixture-week {
        display: none;
    }
}
