body {
    font-family: Arial, Helvetica, sans-serif;
    /*width: 2200px;*/
}

.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 #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

.vstack {
    display: flex;
    flex-direction: column;
    align-self: stretch
}

.hstack {
    display: flex;
    flex-direction: row
}

@media not print {
    .overflow-auto {
        overflow: auto
    }
}

@media print {
    @page {
        size: landscape !important;
    }
}