body {
	font-family: "Sawarabi Gothic";
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	max-width: 360px;
}

#coupon-code-input {
	-width: 360px;
}

.code-input {
	display: flex;
	justify-content: center;
	flex-flow: row nowrap
}

.code-input input {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	width: 1.6em;
	margin-right: 0.2em;
}

.code-input label {
	text-align: center;
	width: 1em;
}

footer {
	padding: 2px 0px !important;
	position: fixed;
	bottom: 1px;
	left: 0;
	width: 100%;
	z-index: 997;
}