.lht-42 {
    line-height: 42px; 
}  

.dsp-grid-height {
    display: flex;
}

.flex-3-4 {
    -webkit-box-flex: 3;
    -prefix-box-flex: 3;
    -webkit-flex: 3;
    flex: 3;
    box-flex: 3;
    display: block; 
}
.cutoftext { 
    white-space: nowrap; 
    min-width: 100px; 
    overflow: hidden;
    text-overflow: ellipsis; 
    text-align: center;
}
.width-96p{
    width: 97%;
}
.width-97p{
    width: 98%;
}
.width-99p{
    width: 99%;
}
.hdp_n{
    display: block;
}

.height-min{
    min-height: 80px;
    height: auto;
}

.odds.singleVal-nv {
    padding: 5px 0; }
.pd-tb-6{
    padding:8px 0;
}

.mg-tblr-6{
    margin:4px 3px 0 3px;
}

.mg-tb-6{
    margin:6px 0 6px 3px;
}

.lht-14 {
    line-height: 14px; }

.bbr-c-3 {
    border-bottom: 1px solid #c9c6cd;}    
   
.bg-c-121 {    
    background-color: #d1e7f2;}

.correct_odds {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    padding: 3px 0 3px 0;
    text-align: center;
}

.MoreOdds:empty {
	display: none;
}

#SideMenuOddsType .hidden_odds{
    display: none;
}

.MinCount{
    padding: 8px 12px;
    background-color:#c75151;
    color: #fff;
    font-size: 14px;
}

/* 
@media (min-width: 490px) and (max-width: 540px) {    
    .cutoftext { 
        white-space: nowrap; 
        width: 90px; 
        overflow: hidden;
        text-overflow: ellipsis; 
        text-align: left;
    }
}

@media (min-width: 460px) and (max-width: 490px) {
    .cutoftext { 
        white-space: nowrap; 
        width: 80px; 
        overflow: hidden;
        text-overflow: ellipsis; 
        text-align: left;
    }
}

@media (min-width: 430px) and (max-width: 460px) {
    .cutoftext { 
        white-space: nowrap; 
        width: 75px; 
        overflow: hidden;
        text-overflow: ellipsis; 
        text-align: left;
    }
}


@media (min-width: 320px) and (max-width: 430px) {
    .cutoftext { 
        white-space: nowrap; 
        width: 65px; 
        overflow: hidden;
        text-overflow: ellipsis; 
        text-align: left;
    }
} */