@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&family=Roboto:ital@0;1&display=swap');
.UIFooterControl {
    line-height: 18px;
    margin: 0 auto 10px;
    width: 100%;
    position: relative;
	font: 12pt/23px roboto;
}
.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;    
    }
}