/*-----[Keyboard structure]---------------------------------------------------*/

#osk-container {
	visibility: hidden;
	position: absolute;
	overflow: hidden;
	padding: 1%;
	margin: 0;
	z-index: 100;
}

	#osk-container > li {
		float: left;
		width: 5.81395349% !important;
		height: 3em;
		margin: 0 0.726744186% 5px 0;
		line-height: 3em;
		text-align: center;
		list-style-type: none;
		cursor: pointer;
		-webkit-user-select: none;
		 -khtml-user-select: none;
		   -moz-user-select: -moz-none;
			-ms-user-select: none;
				user-select: none;
	}

	#osk-container > .osk-capslock,
	#osk-container > .osk-tab,
	#osk-container > .osk-shift {
		clear: left;
	}

	#osk-container > .osk-dragger {
		display: none;
		width: 100%;
		cursor: move;
	}

		#osk-container > .osk-dragger:hover {
			position: static;
		}

	#osk-container > .osk-tab,
	#osk-container > .osk-backspace {
		width: 14.9709302%  !important;
	}

	#osk-container > .osk-capslock {
		width: 13.6337209%  !important;
	}

	#osk-container > .osk-return {
		width: 13.6918605%  !important;
	}

	#osk-container > .osk-shift {
		width: 16.2381395%  !important;
	}

	#osk-container > .osk-hide {
		width: 17.5581396% !important;
	}

	#osk-container > .osk-space {
		clear: left;
		width: 100%  !important;
		margin: 0;
	}

	#osk-container > .osk-last-item {
		margin-right: 0 !important;
	}

	#osk-container .osk-on {
		display: none;
	}

	#osk-container > .osk-uppercase {
		text-transform: uppercase;
	}

	#osk-container > .osk-disabled {
		cursor: default;
	}

	#osk-container > .osk-disabled:hover {
		position: static;
	}

	#osk-container > li:hover {
		position: relative;
		top: 1px;
	}

/*-----[Customisable styles]--------------------------------------------------*/

#osk-container {
	width: 57%;     /* Account for 2% padding and a vertical scroll bar */
	min-width: 500px;
	max-width: 1200px;
	background: #fafafa;
	background: rgba(195, 192, 192, 0.45);
	border-radius: 5px;
	border: 1px solid #ddd;
}

#osk-container > li {
	background: #fff;
	border-radius: 5px;
	-moz-transition: 0.5s;
	font-size: 20px;
	font-weight: bold;
}

#osk-container > .osk-dragger {
	background: transparent;
	color: #AAA;
}

#osk-container > .osk-disabled {
	background: #E5E5E5;
	color: #CCC;
}

.osk-focused {
	background: #FAFAFA !important;
}
