body,html{
	margin:0;
}

body{
	font-family:"arial";
	font-size:16pt;
}

.ib{
	display:inline-block;
}

.hideMe{
	display:none;
}

.ssImg{
	width:100%;
}

#wrapper {
    width: 100%;
}

#header {
    width: 100%;
    height: 200px;        
    padding:20px;
    background:#f2f2f2;
}

#mmTop{
	font-size:2em; 
	text-align:center;	
	margin-top:90px;
	font-weight:bold;
}

#kbWrapper{
	position:unset;
	display:flex;justify-content:center;
}	

#keyboard ul{
	position:unset !important;
	left:0;
	width:785px !important;
}

#topLogo {
		max-height:100%;
		left:20px;		
		top:20px;
		position:absolute;
		width:200px;
}

#content {
    padding:50px;
}

#footer {
    margin-top: 20px;
}

.btn{
	width:100px;
	color:#000;
	background:#eee;
	height:30px;
	border:1pt solid #efefef;
	border-radius:3px;	
	line-height:30px;
	text-align:center;
	display:inline-block;	
	z-index:10;
}

.btn:hover{
	cursor:pointer;
	background:#333;
	color:#fff;
}

.ctr{
	text-align:center;
}

.clr{
	clear:both;
}

.clr5{
	clear:both;
	height:5px;
}	

.clr10{
	clear:both;
	height:10px;
}	

.clr20{
	clear:both;
	height:20px;
}	

.clr200{
	clear:both;
	height:200px;
}	

.clr100{
	clear:both;
	height:100px;
}	

.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 211, 211, 211, .8 ) 
                url('../img/loading.gif') 
                50% 50% 
                no-repeat;
    background-size:40px;            
}

/* responsive */
@media only screen and (max-width : 768px) {
	
			html, body {
			    overflow-x: hidden;
			}

			/* Ensure content doesn't overflow */
			* {
			    box-sizing: border-box;
			}

			.container {
			    max-width: 100%;
			    overflow-x: hidden;
			}

			/* Additional styles to ensure proper layout */
			body {
			    margin: 0;
			    padding: 0;
			}

			#mmTop{
				font-size:.8em; 
				text-align:center;	
				margin-top:110px								
			}

			#topLogo {
					max-height:100%;
					left:10px;		
					top:10px;
					position:absolute;
					width:100px;
			}	

		 .mobiletable {
			    overflow-x: auto;
			    -webkit-overflow-scrolling: touch; /* Enable smooth scrolling on iOS */
		 }			

			#keyboard ul{
				left: 0;
				padding-left:10px;
				width: unset !important;
			}
		 

}