
.hotkeyView {
	color: #a57f44;
	padding: 20px;
}

.hotkeyView .screenTitle {
	width: 100%;
	text-align: center;
	color: #a57f44;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 20px;
}

.hotkeyView .hotkeysWrapper {
	max-height: 400px;
    overflow-y: scroll;
}

.hotkeyView .hotkeysWrapper .hotkeySubDiv {
	font-size: 16px;
	clear: both;
	line-height: 40px;
	min-width: 300px;
}

.hotkeyView .hotkeysWrapper .hotkeySubDiv button {
	float: right;
	height: 42px;
    min-width: 50px;
}

.hotkeyImg
{
    height: 30px;
    vertical-align: middle;
    margin-left: 12px;
    margin-right: 16px;
}