

#keyboard { 
	  display: table;
    list-style: none;
    padding: 0;
	border: 0px solid #ccc; 
	width: 99%; 
	cursor: move; 
	background-color: #FFFFFF;
	
}

#keyboard input {
	 width:30px; 
	height:30px; 
	line-height: 2.5em;
    padding:1px;
	padding-bottom:0px; 
	padding-left:0px;
	font-size: 12;
	font-color: #FFF;	
	background-color: #FFFFFF;
	border: 0.1em solid #aaa;
	border-radius: 5px;
	text-align: center; 
	
	/*font-size: medium;
    background-color: #FFFFFF;
    margin: 0 0.1em 0.4em 0.1em;
    border: 0.1em solid;
    border-radius: 5px;
    cursor: pointer;*/
	
}


/*.#keyboard {
    display: table;
    list-style: none;
    margin: 2em auto;
    padding: 0;
    width: 100%;
    text-align: center;
    font-size: 1em;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
}
*/


