html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.incorrect { background-color:#fc7777; }
#Main_PageFilters { font-size:14px; }
#Main_PageFilters .fieldset-group { text-align:left; }
#Main_PageFilters .filter-legend { font-size:14px; font-weight:bold; }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 14px;
}