.close_promo {
	border-radius: 12px;
	box-shadow: 0px 0px 10px rgba(174, 174, 174, 0.804);
	color: #C9C9C9;
	float: right;
	font-family: "Arial";
	font-size: 16px;
	font-weight: 700;
	height: 25px;
	line-height: 23px;
	text-align: center;
	text-decoration: none;
	width: 25px;
}

.close_promo:hover {
	background: #FF4F23;
	color: #ffffff;
}

.promo_content {
	clear: both;
	display: none;
	padding: 15px;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 3px 10px rgba(50, 50, 50, 0.8);
	-moz-box-shadow:    0px 3px 10px rgba(50, 50, 50, 0.8);
	box-shadow:         0px 3px 10px rgba(50, 50, 50, 0.8);
	background: #FFF;
	text-align: left;
	min-width: 400px;
	max-width: 700px;
	overflow: auto;
	z-index: 10000;
}

 .promo_content h2.promo-title {
	color: #6A6A6A;
	font-family: "Arial";
	font-size: 16px;
	font-weight: 700;
	margin-top: 8px;
	padding: 0px 15px 10px;
	text-transform: uppercase;
}
 .promo_content p {
	padding: 0px 15px 10px;
}

 .promo_content img {
	max-width: 100%;
	height: auto !important;
}

.promo_content .table-bordered, .promo_content .table-bordered > tbody > tr > td {
	border: none !important;
}

.promo_content .accept, .promo_content .not-accept {
	padding: 8px 15px;
	text-decoration: none;
	color: #fff;
	min-width: 100px;
	display: inline-block;
	margin: 0 2px;
	text-align: center;
	font-size: 16px;
	font-family: Arial;
}

.promo_content .accept {
	background-color: #6cc12c;
}

.promo_content .not-accept {
	background-color: #ff4444;
}

@media (max-width: 767px) {
	.promo_content {
	margin-top:75px;
    }
}

@media (max-width: 1000px) {
    .promo_content {
	min-width: 90%;
	max-width: 90%;
	max-height: 90%;
    }
}
