/* Target IE 10 and 11
   ========================================================================== */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    /* Double bullet fix - line height issue? */
    aside nav li, aside nav ul {
        list-style-type: none;
    }

    /* Margin adjusting due to no bullet */
    aside nav {
        margin-left: 0px;
    }
}

/* Target IE9
   ========================================================================== */
@media screen and (min-width:0\0) and (min-resolution: .001dpcm) { 
    button {
        background-color: #0083c2;
    }

    button:hover {
        background: #0d6290;
    }
}


/* Target IE
   ========================================================================== */
select::-ms-expand {
    /* Native arrows */
    display: none;
}