
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 80px;
}

.hoverImage:hover {
    opacity: 0.6;
    font-weight: bold;
}

.smallText {
    font-size: 0.8em;
}

.superSmallText {
    font-size: 0.6em;
}

label {
    font-weight:bold;
    font-style:italic;   
}

.panelSeparate {
    background-color: #EFF3F8;
}

.panelFile {
    background-color: #F4F6F6
}

.emphasisedQuestion { background-color: #EFEFEF; color: black; font-style: italic;}