html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #189fd4;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.small-container {
    max-width: 860px;
    margin: auto;
}


.grid-radio {
    grid-template-columns: auto 1fr;
    grid-gap:0 12px;
}

.grid-radio .form-check {
    grid-row: 1 / span 2;

}

.wrap-pre {
    white-space: pre-line;
}