.container-fluid-max {
	margin: 0 auto;
	padding: 0;
}
#left_main {
	padding: 0;
	width: calc(100% - 152px);
}
#right_keyboard {
	padding: 1px;
	width: 152px;
	position: fixed;
	right: 0;
	top: 82px;
	height: 100vh;
	background: #246;
}
#right_keyboard select {
	padding: 0 4px;
	width: 100%;
	height: 47px;
	line-height: 1;
	font-size: 20px;
	font-weight: bold;
	color:inherit;
}
#right_keyboard table {
	background: inherit;
	width: 100%;
}
#right_keyboard table th,
#right_keyboard table td {
	padding: 1px;
	border: none;
	vertical-align: middle;
	line-height: 1;
}
#right_keyboard button, 
#right_keyboard div.dummy {
	padding: 0;
	height: 47px;
	line-height: 1;
	font-weight: bold;
	min-width: 73px;
	width: 100%;
	font-size: 20px;
}
#right_keyboard button.heightauto {
	height: auto;
	min-height: 47px;
	white-space: normal;
	font-size: 15px;
	letter-spacing: -1px;
}
#right_keyboard button.font-sm {
	font-size: 18px;
}
#right_keyboard button.font-lg {
	font-size: 22px;
}
#right_keyboard .entbtn {
	height: 96px;
	line-height: 47px;
}
#right_keyboard .entbtn i.fa {
	margin: 0;
	font-size: 36px;
	color: #36f;
}
#right_keyboard td > hr {
	margin-top: 8px;
	margin-bottom: 8px;
	border: 0;
	border-top: 2px solid #eee;
}
