.UIFooterControl {
        color: #ffffff;
        margin: 0 auto;
}
.UIFooterControl .CopyRight {
        font: 13px arial;
        margin: 0 auto;
        padding: 15px 0;
}
.UIFooterControl a {
        color: #ffffff;
}
.UIFooterControl .Design {
        text-align: right;
}
@media only screen and (max-width: 768px){
        div.UIFooterControl .CopyRight img {
                max-width: 55px !important;
        }
}
