﻿/* This is an ie11 specific hack */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #ctl00_dxTabs_SVA,
    .dxtcTabsCell {
        /*height: 29px !important;*/
    }
    
    .dxtcTabsCell table:first-child{
        height: 18px;
    }
}