﻿/* VFDE-specific styles to fix problems in Internet Explorer */

@media all and (-ms-high-contrast:none) {

    .register-dropdown {
        background-image: none;
    }
}
