
.UIFooterControl {
    line-height: 18px;
    margin: 0 auto 10px;
    width: 100%;
    position: relative;
}
.UIFooterControl .CopyRight {
    color: #3d3d3d;
    margin: 0 auto;
    padding-top: 10px;
    text-align: left;
}
.UIFooterControl .Design {
    color: #3d3d3d;
    padding-bottom: 10px;
    position: absolute;
    text-align: ;
    right: 0;
    top: 10px;
}
@media only screen and (max-width: 768px){
	.UIFooterControl .Design{
    	position: unset;    
    }
}