﻿body {
    padding-top: 5rem;
    position: relative;
    min-height: 100vh;
    padding-bottom: 100px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    line-height: 60px;
    background-color: #f5f5f5;
}

span.alert[style*="inline"] {
    display: block !important;
}

@media print {
    body {
        padding: 0;
        min-height: 0;
        font-size: 12px;
    }
    h1 {
        font-size: 1.5rem;
    }
}