.livescore-content{
    min-height: 300px;
}

.score-table {
    width: 100%;
    line-height: 25px;
}

.score-table .score {
    width: 8%;
    text-align: center;
    padding: 0 5px;
}

.home-score {
    width: 46%;
    text-align: right;
}

.away-score {
    width: 46%;
    text-align: left;
}

#tabTeamList p {
    font-size: 1.2em;
}

.share-buttons-container span {
    min-width: 73px;
}

h1.person-title {
    margin-top: 130px;
}

.person {
    margin-top: 10px;
}

#tabInfo > h2 {
    margin-top: 40px;
    margin-bottom: 30px;
}

#tabRules h2 {
    margin-top: 40px;
    margin-bottom: 30px;
}

.players-position {
    font-size: 2.8rem!important;
    margin: 80px 0 50px!important;
}


.winbet {
    margin-bottom: 20px;
}

.winbet a img {
    max-width: 100%;
}

@media only screen and (max-width: 1300px) {
    .winbet {
        position: relative;
        padding-top: 10%;
        margin-bottom: 20px;
    }

    .winbet a img {
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        max-width: 100%;
    }
}
