body {
    font-size: 1rem;
}

legend {
    font-size: 1rem;
}

.h1, .h2, .h3, .h4 {
    font-size: 1rem;
}

.form-group {
    margin-bottom: 0.5rem;
}

.form-check-inline {
    margin-right: .2rem;
}

.form-text-input {
    padding: .25rem .25rem .125rem;
    font-size: 1rem;
}

.form-box {
    padding: 0 .5rem 1rem;
    border: 2px solid #000;
}

.form-box-header {
    background-image: linear-gradient(to right, #fff 0%, #000 100%);
    padding: 0.3rem 0.5rem 0.5rem;
    color: #fff;
    margin-left: -.5rem;
    margin-right: -.5rem;
    font-size: 1.25rem;
    position: relative;
}

.form-box-header-number {
    position: absolute;
    left: 1rem;
    font-size: 3em;
    bottom: -0.25rem;
    color: #000;
    text-shadow: 2px 5px 4px #333;
}

.squeeze-box .form-group {
    margin-bottom: 0.25rem;
}

@media (min-width: 768px) {
    .dotted-question::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 1px;
        height: 1px;
        width: 100%;
        border-bottom: 1px dotted #333;
    }

    .dotted-question legend {
        background-color: #fff;
        z-index: 5;
        position: relative;
        width: auto;
        display: inline-block;
    }
}

@media print {
    .dotted-question::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 1px;
        height: 1px;
        width: 100%;
        border-bottom: 1px dotted #333;
    }

    .dotted-question legend {
        background-color: #fff;
        z-index: 5;
        position: relative;
        width: auto;
        display: inline-block;
    }
}

@media print {
    body {
        font-size: 12px;
    }

    legend {
        font-size: 12px;
    }
    .form-text-input {
        font-size: 12px;
    }

    ol {
        font-size: 10px;
    }

    .line-height-12 {
        line-height: 1.2;
    }

}