html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* SK mods */
.choices {
    z-index: 7;
}


/* GSCE modifikace */
.gsc-above-wrapper-area {
    display: none;
}

.gsc-cursor-box.gs-bidi-start-align {
    display: none;
}

.gsc-control-cse {
    background: none !important;
    border: none !important;
}

.gsc-results {
    background:none !important;
}

.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
    background: none !important;
    border: none !important;
}
.gcsc-more-maybe-branding-root {
    display: none;
}

.grecaptcha-badge {
    right: -3186px !important;
}

/* forms */
.form-application {
    background-color: #f7fafd;
}

.form-application p, .form-application li, .form-application .tooltip__inner {
    text-align: justify;
}

.form-application ol li::before {
    background: none;
}

.form-application .tooltip .tooltip__inner {
    left: -250px;
}

.form-question-addon {
    margin-top: 10px;
    font-size: 14px;
}

