.UIFooterControl {
    color: #000;
    font: 10pt/20px arial;
    margin: 0 auto;
    position: relative;
}
.UIFooterControl .CopyRight {
    padding: 10px 0 0 10px;
}
.UIFooterControl a {
    color: #fff;
    font: bold 10pt arial;
}
.UIFooterControl .Design {
    position: absolute;
    right: 10px;
    top: 16px;
}
.footerrow {
    margin-top: 12px !important;
    margin-left: 0 !important;
    text-align: left;
    font-style: italic !important;
}
.footerrow span {
            padding: 0 !important;
}

@media only screen and (max-width: 768px) {
.UIFooterControl img {
       width:150px !important;
       height:auto !important;
}
}
