.UIFooterControl {
        color: #444;
        margin: 0 auto;
        width: 100%;
}
.UIFooterControl .CopyRight {
        margin: 0 auto;
        padding: 5px 0;
        width: 1060px;
        font:13px/18px arial;
}
.UIFooterControl a {
        color: #000000;
}
.UIFooterControl .Design{
        color: #444;
}
.UIFooterControl a:hover {
        color: red;
}
@media only screen and (max-width: 768px){
        div.UIFooterControl {
                max-width: 100%;
                width: 100% !important;
        }
         div.UIFooterControl table td *{
                 display: unset !important;
         }
        div.UIFooterControl table tr:first-child td{
                position: relative !important;
                top:-12px;
        }
        div.UIFooterControl .CopyRight table{
                width: 100% !important;
    			height: 100px !important;
                margin-top: 20px !important;
        }
}
