/* CSS Document */ .tooltip { pointer-events:none; } /* filled part */ .slider-selection { background:#555555; } /* unfilled part */ .slider-track-high, .slider-track-low { background:#C8C8C8; } /* offset for the handle so the button isn't off the edge of the slider */ .slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle { margin-left:-10px; top:-6px; } /* bad temporary fix, until the quiz HTML gets rewritten */ .toolbar { margin-bottom: 5px; } h1 > span { font-size:inherit; } h1 { color: #616161; } .quizBtn { border-radius: 0px; border: none; padding:1em .3em; text-align: left; width:100%; } #catOptions { list-style: none; } ul { white-space: nowrap; } /* small */ @media (min-width: 768px) { /* col-sm-3 = 25vw */ .quizBtn{ font-size: 1.3vw; } } /* extra small */ @media (max-width: 767px) { /* col-xm-12 = 100vw */ .quizBtn{ font-size: 4vw; } }