.ui-keyboard {
	position: fixed;
	top: unset;
	bottom: 0;

	left: 0;
	right: 0;
	margin: auto;
	background: #000000eb;
	padding: 20px 10px 20px 10px;
	z-index: 999999999;
	text-align: center;
	min-height: 340px;
}

/*.ui-keyboard-keyset {*/
/*text-align: right;*/
/*}*/

.ui-keyboard-button {
	min-width: 70px;
	min-height: 50px;
	background: #383533;
	color: #ffffff;
	border-radius: 10px;
	border: none;
	font-size: 20px;
	margin: 5px;
}

.ui-keyboard-bksp {
	background: #23211E;
}

.ui-keyboard-alt {
	background: #23211E;
}

.ui-keyboard-shift {
	background: #23211E;
}

.ui-keyboard-normal {
	background: #23211E;
}

.ui-keyboard-accept {
	background: #f26c19;
	width: 100px;
}

.ui-keyboard-space {
	width: 400px;
}

#coupon-number {
	text-align: center;
	background: #fff;
	width: 420px;
	font-size: 30px;
}

.ui-state-hover {
	background: #f26c19;
}