.UIFooterControl {
        color: #ffffff;
        margin: 0 auto;
        width: 1150px;
}
.UIFooterControl .CopyRight {
        font: 13px/1.5 arial;
        margin: 0 auto;
        padding: 15px 0;
}
.UIFooterControl a {
        color: #ffffff;
}
.UIFooterControl .Design {
        text-align: right;
}
@media only screen and (max-width: 768px) {
        .UIFooterControl {
                display:inline;
        }
}
