.modal_age {
	display: none;
}

#info_age_modal {
	max-width: 500px;
	background: #fff;
	padding: 25px;
	border-radius: 5px;
}

.modal_title {
	text-align: center;
	margin-bottom: 20px;
}

.modal_age_text {
	text-align: center;
}

.modal_age_text span {
	text-transform: uppercase;
	font-weight: bold;
	color: #ee0000;
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block;
}

.modal_age_but {
	text-align: center;
}

.modal_but_yes, .modal_but_no {
	display: inline-block;
	margin: 0 2px;
	padding: 8px 12px;
	border-radius: 5px;
	background: #eee;
	cursor: pointer;
}