.oddspedia-wrapper {
    font-family: 'Roboto Condensed', sans-serif; 
    margin-bottom: 50px;
}

.oddspedia-wrapper:after {
    content: '';
    display: table; 
    clear: both; 
    line-height: 0; 
}
.odds-box-header {
    background-color: #f1f2f2;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.odds-box-title, .odds-type {
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
}
.odds-box-title {
    padding: 5px 15px;
	color: #181f39;
}
.odds-type-wrapper {
    justify-content: space-around;
    padding: 5px 0;
}
.odds-box-body {
    background-color: #fff;
    border-bottom: 1px solid #f1f2f2;
    min-height: 72px;
}
.event-data p {
    color: #000;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 0;
    opacity: 1;
}
.event-data span {
    color: #1a1a24;
    opacity: 0.6;
    font-size: 0.75em;
}

.event-data span br {
    display: none; 
}

.event-data span strong { 
    font-weight: 400; 
    font-size: 1.3em; 

}
.odds-cell-wrapper {
    /* height: 100%; */
    background-color: #f9f9ff;
    /*padding: 15px 10px;*/
    /*justify-content: space-between;*/
    padding: 15px 0;
    justify-content: space-around;
}
.odds-cell span {
    font-weight: bold;
}
.odds-cell img {
    width: 45px;
}
.odds-box-button {
    width: calc(100% + 30px);
    margin: 10px -15px 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: center;
    padding: 10px 15px;

}

.odds-box-wrapper .op-logo {
    display: block; 
    text-decoration: none; 
    font-size: 15px; 
}

.odds-box-wrapper .op-logo:hover,
.odds-box-wrapper .op-logo:focus {
    text-decoration: none; 
}


.odds-box-wrapper .odds-type {
    color: #17172b;
}


@media (min-width: 991px) {
    .odds-cell-wrapper {
        /*padding: 15px 0;*/
        /*justify-content: space-around;*/
    }

    .odds-box-wrapper .op-logo {
        font-size: 16px; 
    }
    
    .event-data span br {
        display: block; 
    }
}
@media (max-width:991px) and (min-width:510px) {
    .hot-matches-wrapper {
        padding: 0 10% 25px;
    }
}
@media (min-width: 992px) {
    .oddspedia-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 200px;
    }
    .hot-matches-wrapper {
        order: 2;
        margin-left: 20px;
    }
    .event-data {
        display: flex;
        justify-content: space-between;
        /* height: 100%; */
        align-items: center;
        min-height: 70px;
    }
    .event-data .event-team:nth-child(1) {
        order: 1;
        justify-content: flex-start;
    }
    .event-data .event-team:nth-child(2) {
        order: 3;
    }
    .event-data span {
        border: 1px solid #e1e1e1;
        padding: 5px;
        border-radius: 3px;
        opacity: 1;
        order: 2;
    }
    .event-team {
        display: flex;
        align-items: center;
        max-width: 140px;
        width: 140px;
        justify-content: flex-end;
    }
    .event-team:nth-child(1) p {
        margin-left: 15px;
    }
    .event-team:nth-child(2)  p{
        margin-right: 15px;
        text-align: right;
    }

    .odds-box-body {
        min-height: 90px;
        display: flex;
        align-items: stretch; 
    }

    .odds-box-body:last-child {
        border-radius: 0 0 5px 5px;
    }

   /*  .odds-box-body > div {
       align-self: center;
   } */
}