
.UIFooterControl {
    color: #fff;
    font: 14px/20px arial;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    width: 1200px;
}

.UIFooterControl a {
    color: #fff;
}
.UIFooterControl > a:hover {
    text-decoration: underline;
    font: italic 14px arial;
}
@media only screen and (max-width: 768px){
.UIFooterControl {
    width: 100% !important; 
}
} 