
.UIFooterControl {
    color: #fff;
    font: 10pt/20px arial;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.UIFooterControl .CopyRight {
    padding: 20px 0 20px 10px;
}
.UIFooterControl a {
    color: #fff;
    font: bold 10pt arial;
}
.UIFooterControl .Design {
    position: absolute;
    right: 10px;
    top: 20px;
}
@media only screen and (max-width: 768px){
  .UIFooterControl .Design{
  	display: none !important;
  }
}

