.modal_close,  #myModal_deliveryfee {
	display:none;
	position: fixed; /* Stay in place */
	z-index: 1000; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.weeks{text-decoration:underline}
.modal-content.hours{max-width:400px}
		
.modal-content_close, #modal-content  {
	position: relative;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 1s;
	animation-name: animatetop;
	animation-duration: 1s;
	background-color: #fefefe;
	margin: 100px auto; /* 15% from the top and centered */
	padding: 15px;
	border: 1px solid #888;
	width: 30%; /* Could be more or less, depending on screen size */
	border-radius:10px;
}

.modal-header{
    padding: 2px 16px;
    color: white;
	margin-bottom:10px;
}


.modal-body, #modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}
	
/* The Close Button */
.close{
	color:white;
	float: right;
	font-size: 26px;
	font-weight:bold;
}

.close_delivery{
	color:black;
	font-size: 20px;
	font-weight:bold;
	width:100%;
	text-align:right;
	display:block;
	position:relative;
	z-index:1000;
	
}

#feeclose{
	color:grey;
	float:right;
	font-size: 20px;
	padding-top: 5px;
	font-weight:bold;
}

.close:hover,
.close:focus {
		color: white;
		text-decoration: none;
		cursor: pointer;
}
		
		
.food-modal{
	font-size: 20px;
}

@media only screen and (max-width: 1100px) {
	.modal-content_close, #modal-content {width:50%; }
}

@media only screen and (max-width: 800px) {
	.modal-content_close, #modal-content {width:70%; }
}

@media only screen and (max-width: 767px) {
	.modal-content_close, #modal-content {width:95%; padding:10px}
}

@media only screen and (min-width: 1101px) {
	.modal-content_close {margin-top:100px; }
}