body {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    font-size: 14px !important;
}

.navbar-dark.fixed-top, .navbar-dark.fixed-bottom {
    background-image: linear-gradient(to bottom, #a0a0a0 0%, #868686 100%) !important;
}
.navbar-dark.fixed-top a, .navbar-dark.fixed-bottom a  {
    color: white !important;
}
.navbar-dark.fixed-top .dropdown-menu a, .navbar-dark.fixed-bottom .dropdown-menu a {
    color: black !important;
}
input.nospinner[type=number]::-webkit-outer-spin-button,
input.nospinner[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input.nospinner[type=number] {
    -moz-appearance:textfield;
}