#tos_alert {
	position: fixed;
	bottom: 0px;
	z-index: 100;
	display: block;
	width : 100%;
	padding: 20px 40px;
	border-top: 4px solid red;
	background: #ffffff;
	font-size: 1.8rem;
	text-align: center;
}

#tos_alert_inner {
}

#tos_alert_close_button {
	margin: 10px 0px;
	padding: 5px 25px;
	border-radius: 25px;
	background-color: #43b2af;
	color: #ffffff;
	outline: none;
}