.topbar-element {
    padding-right: 0.3rem;
}

/* Media Queries */
@media only screen and (max-width: 525px) {
    .topbar-element {
        margin-top: 10px !important;
    }
}

.copyright {
    font-size: 14px;
    color: #999;
    text-align: center;
}