/*IE10 and IE11 */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .box.box-warning {
        margin-top: 29px;
    }
}


/*----MS Edge Browser CSS Start----*/

@supports (-ms-accelerator:true) {
    .box.box-warning {
        margin-top: 29px;
    }
}


/*----MS Edge Browser CSS End----*/