#poptuk {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	z-index:20;
}

#poptuk table {
	width: 100%;
	height: 100%;
	display: block;
}

#poptuk td {
	width: 100%;
}

#poptuk_content {
	background: #fff;
	display: block;
	
	border-radius: 11px;
	border: 5px solid #ddd;
	padding: 10px 0 10px 15px;
    width: 80%;
	margin: 5% auto 0 auto;
}

#poptuk_content .poptuk_body {
	max-height: 500px;
	overflow-y: auto;
}

.poptuk_b {
	background: #fff;
	display: inline-block;
	border-radius: 3px;
	
	box-shadow: 0 0 2px  #bbb;
	padding: 10px;
	cursor: pointer;
}

@media(max-width:1024px) {
#poptuk_content {width: 100%;}
.dateleftdiv {width:20%; float:left;}
.daterightdiv {width:80%; float:left;}
.dateleft, .dateright {width:100%; float:left;}
.cityname {width:16.5%;}
}

@media(max-width:768px) {
#poptuk_content {width: 70%;}
}

@media(max-width:640px) {
#poptuk_content, #poptuk_content .container {width: 100%;}
.dates .head {font-size:11px;}
}