#siteFooter {
    font-size: 1em;
    padding: 1em;
    flex-direction: row;
    -webkit-flex-direction: row;
    display: flex;
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    background: #b097c1 !important;
    color: #4f4f4f;
    border-top: 0px solid #e7e7e7 !important;
    justify-content: center;
}
body.Inner #siteFooter {
    background: #b097c1 !important;
}