#root .match-markets .match-market-template .match-market-has-special .special-value {
    display:none;
}
#root .match-markets .match-market-template .match-market-has-special .template-row-wrapper .market-template-row{
    display:flex;
    flex-direction:row;
    padding:4px 8px;
}
#root .match-markets .match-market-template .match-market-has-special .template-row-wrapper .odds-selection-default .selection-opt-label{
    color:var(--c-white-e);
    padding:4px;
    width:100%;
}
#root .match-markets .match-market-template .match-market-has-special .market-template-row .item-cell:not(.empty-cell) {
    flex:1;
    min-height:36px;
    margin:2px;
}
#root .match-markets .match-market-template .match-market-has-special .template-row-wrapper .odds-selection-default.odds-bet-slip-selected .selection-opt-label{
   
     color:var(--c-black);
}