.modal {
	box-shadow: none !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	border-radius: 2px !important;
	color: #333;
	background-color: rgba(255, 255, 255, 0.9) !important;
	padding: 25px !important;
	margin: 2% auto;
	max-width: 70% !important;
}
.modal a {
	border-bottom: none !important;
	font-size: 700 !important;
	color: #333 !important;
}
.modal p a {
	border-bottom: 2px dotted #9f9f9f !important;
}
.modal a:hover {
	border-bottom: 2px dotted #000 !important;
	color: #000;
}
.modal strong {
	color: #666;
}
.modal h2 {
	color: #333;
	text-align: center;
}
