@CHARSET "ISO-8859-1";

.maincontainer .footer-row,
#maincontainer .footer-row {
    /* position: absolute; */
    text-align: center;
    width: 100%;
    height: 120px;
    color: var(--body-text);
}
.footer-cr-row {
    margin-bottom: 10px;
    text-align: center;
    color: var(--body-text);
    width: 100%;
}
#quicklink {
    background: none;
    color: var(--f-ql);
}
#quicklink li {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.quicklinks li a {
    color: var(--f-ql-a);
}
.quicklinks li a:hover {
    color: var(--f-ql-a-h);
}

body[theme="default"] {
    --f-ql: #969ba4;
    --f-ql-a: #5993c5;
    --f-ql-a-h: #002e57;
}