/* All IE
   ========================================================================== */
select::-ms-expand {
    display: none;
}

/* IE9+
   ========================================================================== */
@media screen and (min-width:0) and (min-resolution: +72dpi) {
    button {
        /*padding: 0.6em 1.8em 0.3em 1.8em; /* Hits chrome as well? */ 
    }

    .navigation_sub_spacer {
        /*margin-left: 212px;  /* Hits chrome as well? */ 
    }
}

/* Edge
   ========================================================================== */
@supports (-ms-ime-align:auto) {
    button {
        padding: 0.4em 1.8em;
    }
}

/* Firefox
   ========================================================================== */
@-moz-document url-prefix() { 
    button {
        padding: 0.4em 1.8em;
    }

    .navigation_sub_spacer {
        margin-left: 211px;
    }
}

/* Ipad
   ========================================================================== */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { 

    .navigation_sub_spacer {
        margin-left: 215px;
    }
}

/* Iphone
   ========================================================================== */
@supports (-webkit-overflow-scrolling: touch) {

    .navigation_top {
        width: 100% !important;
        margin-right: 0px;
    }
}