.footer {
    font-size: 0.92rem;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    min-height: 36px;
}

.footer .list-inline-item a {
    padding: 4px 8px;
    font-size: 0.96rem;
}

@media (max-width: 600px) {
    .footer {
        display: none !important;
    }
}
