.simplemodal-overlay { 
	background-color: rgb(0, 0, 0); 
}
#buttonblock button {
	width:100%;
}
#subscribe-modal p {
	margin-bottom:3px !important;
}
#simplemodal-container .modalClose {
	float: right;
	margin-right: 10px;
	font-size: 20px;
	margin-top: -5px;
	color: #000;
}
@media only screen and (max-width:800px){
	#confirm-choice{
		margin-left:2px;
		margin-bottom: 5px;
	}
	.close-modal{
		margin-left:-3px;
	}
}
@media only screen and (max-width:550px){
	#subscribe-modal .modal-content{
		width:96%;
		margin-top:200px !important;
	}	
}