.hot-matches-wrapper {
    /* background-image: url("../images/hot-matches-bg.jpg"); */
    background-size: cover;
    border-radius: 5px;
    background-repeat: no-repeat;
    margin-bottom: 50px; 
    padding-bottom: 25px; 
}
.hot-matches-title {
    font-size: 1.2em;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #222940;
    width: 90%;
    margin: 10px auto;
    height: 30px;
    line-height: 30px;
}
img.operator-logo {
    width: 120px;
    display: block;
    margin: 0 auto;
}
.match-teams-wrapper {
    display: flex;
    align-items: center;
    margin: 15px 0 20px;
    justify-content: center;
}

 .match-teams-wrapper > div {
    width: 33.33%;
    padding: 0 3px; 
 }
.match-teams-wrapper p {
    margin-bottom: 0;
    opacity: 1;
    font-weight: bold;
    font-size: 0.85em;
}
.operator-odds {
    width: calc(33.33% + 20px);
    margin-right: 10px;
}
.operator-odds:last-child {
    margin-right: 0;
}
.operator-odds p {
    background-color: #2a7dfb;
    color: #fff;
    text-align: center;
    opacity: 1;
    font-weight: bold;
    margin-bottom: 0;
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.operator-odds div {
    color: #2a7dfb;
    background-color: #fff;
    width: 100%;
    /*display: block;*/
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
	border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.hot-matches-user-bet {
    margin-bottom: 20px;
}
.hot-matches-button {
    width: 100%;
    margin: 20px auto;
    display: block;
}
.hot-matches-user-bet p {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}
.hot-matches-user-bet-buttons button {
    color: #fff;
    width: calc(33.33% + 20px);
    margin-right: 10px;
}
.hot-matches-user-bet-buttons button:last-child {
    margin-right: 0;
}

@media ( min-width: 992px ) {
    .hot-matches-wrapper {
        margin-bottom: 0; 
    }   
}