#footer {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

#footer section {
    padding: 10px;
}

#footer .s-dark {
    background-color: unset;
    border-top: unset;
}