/* Counter-css for other browsers
   ========================================================================== */


/* Target IE11 and up
   ========================================================================== */
_:-ms-fullscreen, :root select::-ms-expand {
    display: none; /* Remove default arrow */
}

/* Firefox
   ========================================================================== */
input[type=number] {
    -moz-appearance: textfield;
}
/* Disable iphone scroll down issue / auto-zoom
   ========================================================================== */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    html, body {
        /*
        -webkit-overflow-scrolling: touch !important;
        overflow: auto !important;
        */
    }

    select,
    textarea,
    input {
    font-size: 16px;
    }
}