#keyboardMapTable td:nth-child(even) {

	text-align: right;
}

#keyboardMapTable td:nth-child(odd) {

	text-align: left;
}

#keyboardMapTable tr:nth-child(odd) td:not(#keyboardMapTitle) {

	background-color: lightgrey;
}

#keyboardMapTable th {

	padding-top: 5px; 
	text-align: left;
}

#keyboardMapTable th:nth-child(2) {

	text-align: right;
}

#keyboardMapTable {

	border: 1px solid lightgrey;
	border-radius: 5px;
	box-shadow: 2px 2px 3px lightgrey;
	margin: auto;
	
	width: 370px;
	
	padding: 5px;
	background-color: white;
}

#keyboardMapTable_Container {

	text-align: center;
	width: 100%;
	cursor: default;
}

#keyboardMapTitle {

	border-bottom: 1px solid lightgrey; 
	padding-bottom: 5px;
	
	color: #007AC3;
	font-weight: bold;
	text-align: center !important;
}