/* 
    Document   : no-js.css
    Created on : Jun 18, 2013, 2:36:09 PM
    Author     : ashleyfinlayson
    Description:
        No Javscript fallback css - some elements will need to be hidden, displayed of have layout altered.
*/

.noscript-hide {
    display: none;
    visibility: hidden;
}

label .hidden {
    display: inline !important;
    visibility: visible;
}

.question-set .min {
    padding-right: 10px;
}

.question-set .max {
    padding-left: 10px;
}

.question-set .min,
.question-set .max {
    cursor: auto;
}

.question-set .min:hover,
.question-set .max:hover {
    color: inherit;
    text-decoration: none;
}

