@media (max-width: 576px)
{
    .w-xs-100
    {
        width: 100%;
    }

    .form-outline .form-control~.form-notch .form-notch-middle
    {
        width: 0px !important;
    }
}

@media print
{
    .form-outline .form-control
    {
        padding: .32rem .75rem;
    }

    .form-outline.mb-4
    {
        margin-bottom: 1.0rem !important;
    }
}
