#layout-content #bottomline {
    width: 100%;
    text-align: center;
    color: #2c363a;
}

.dark-mode #layout-content #bottomline {
    color: #c5d1d3;
}

#layout-content #bottomline a {
    float: initial;
    color: inherit;
}

#layout-content #bottomline a:hover {
    text-decoration: none;
}

#layout-content #bottomline a:after {
    content: " | ";
}

#layout-content #bottomline a:last-child:after {
    content: "";
}

#layout-content #bottomline {
    bottom: 0;
    padding: 8px;
    position: fixed;
}

.xlarry #toplogo {
    max-height: 40px;
}

.light-mode #rcmloginsubmit {
    background: #123b72;
    border-color: #123b72;
    color: #fff;
}
