
.nobr { white-space:nowrap; }
.cmsblock { background:lightcyan; padding:10px; border-radius:5px; border:1px solid #ccc }
.cmsgoinfo { font-family:consolas; white-space:pre-wrap; font-size:13px;padding:20px;line-height:105% }

.bot { font-family:consolas;color:#999;text-align:center;font-size:13px;margin:1rem auto; }
#cmsgo45 {  }
.legend { font-family:consolas;color:#999; }
.legend.pagebuilt { color:#999; }
iframe.counter { display:block; width:0;height:0; background:#fff;border:0;margin:0 auto; }
#deskto { display:block; }
#mobile { display:none; } 
@media only screen and (max-width:736px) {
#deskto { display:none; }
#mobile { display:block; } 
}
