/* This file overrides styles in app.css, which can't be edited due to missing 
source SCSS files. Specifically, for the applications/criteria page slider. */

#applications-slideshow {
    -webkit-touch-callout: initial;
    -webkit-user-select: initial;
    -khtml-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
}

#applications-slideshow .slide {
    outline: none;
}
