.app-name img {
    margin-top: -8px !important;
}
.form-select > option {
  font-family: arial, sans;
}
.footer {
    position: relative;
    bottom: 0;
    padding: 10px;
    border-top: 1px solid gray;
    text-align: center;
}
.alert-sm {
    padding: 0.3rem 0.5rem !important;
    margin-top: 0.4rem !important;
}

.alert-dismissible .btn-close {
    padding: 0.5rem !important;
}

#loader {
    position: fixed;
    right: 10px;
    bottom: 10px;
    display: none;
}