/* One footer treatment for the panel and every public page. */
.main-footer {
    background-color: #fff;
    border-top: 1px solid #dee2e6;
    color: #869099;
    font-size: 1rem;
    line-height: 1.5;
    padding: 1rem;
}

.main-footer a {
    color: #007bff;
    text-decoration: none;
}

.main-footer a:hover,
.main-footer a:focus {
    color: #0056b3;
    text-decoration: none;
}

.main-footer .shared-footer-link {
    margin-right: 1rem;
}

.main-footer .shared-footer-meta {
    float: right;
}

@media (max-width: 575.98px) {
    .main-footer {
        font-size: .86rem;
        text-align: left;
    }
}
