@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-12-21 14:52:33
 * @version $Id$
 */



#Over18Modal {
	background-color: rgba(66,66,66,0.8);
}


#Over18Modal .modal-content 
{
	padding-bottom: 20px;
}

#Over18Modal .modal-content .modal-body
{
	text-align:center
}

#Over18Modal .modal-footer
{
	border:0px;
	text-align:center
}
#Over18Modal .modal-footer .already18
{
	width: 30%;
	background-color: #56b3c4;
	display: inline-block;
	text-align: center;
	min-width: 100px;
	text-decoration: none;
	color: #fff;
	margin-right: 20px;
}

#Over18Modal .modal-footer .already18 h4
{
	font-size: 36px;margin-bottom: 0px;
}


#Over18Modal .modal-footer .not18
{
	width: 30%;
	background-color: #cc1344;
	display: inline-block;
	text-align: center;
	min-width: 100px;
	text-decoration: none;
	color: #fff;
                        
}

#Over18Modal .modal-footer .not18 h4
{
	font-size: 36px;margin-bottom: 0px;
}