<style type="text/css">
			.ttarunp{
				font-size: 15px;
				font-weight:bold;
				padding: 0px;
				background: none;
				border: none;
				color: aqua;
				text-shadow: 0px 0px 10px black;
				box-shadow: none;
				max-width: 160px;
			}
			.ttesp{
				margin-left: 10px;
			}
			.ttarund{
				font-size: 11px;
				padding: 0px;
				background: none;
				border: none;
				color: black;
				box-shadow: none;
			}
			.ttarungn{
				font-size: 11px;
				padding: 0px;
				background: none;
				border: none;
				color: black;
				box-shadow: none;
			}

			.legend { background : white; line-height : 1.5em}
			.legend i { width : 5em; float : left }
			.map-label { font-size:10px }
				div.info{font-family: kokila; text-align: center;}
				div.info > *{display: block;}
				div.info div.detail{
					display: flex;
					flex-wrap: wrap;
				}
				div.info div.title{font-size: 30px; font-weight:bold}
				div.info div.detail div.details{
					flex-grow: 1;
					margin: 5px;
					padding: 5px;
					border: 5px solid green;
					border-radius: 10px;
					transition: .5s linear;
					-moz-transition: .5s linear;
					-webkit-transition: .5s linear;
					-o-transition: .5s linear;
					background: white;
				}
				div.info span.a{font-size: 20px;}
				div.info span.b{font-size: 30px;}
				div.info div.detail div.details:hover{
					box-shadow: 0px 5px 10px #555;
					cursor: pointer;
				}
			
			footer {
					/* background-color: lightblue; */
					bottom: 0;			  
					width: 100%;
					/*line-height: 30px;*/
					/*text-align: center;*/
					/*border: 2px solid green;*/
					border-radius: 6px;
					
				}
			
			.textcenter{
				font-size :25px;
				text-align: center;	
				font-weight:bold;
			}
			.tablebody{
				font-size :25px;
				text-align: center;					
			}
			body {
				display: block;
			
				
			}
			@media screen and (max-width:767px) {
			.ttarunp{
				font-size: 8px;
				font-weight:bold;
				padding: 0px;
				background: none;
				border: none;
				color: aqua;
				text-shadow: 0px 0px 10px black;
				box-shadow: none;
				max-width: 160px;

			}
			.ttarund{
				font-size: 8px;
				padding: 0px;
				background: none;
				border: none;
				color: black;
				box-shadow: none;
			}
			.ttarungn{
				font-size: 8px;
				padding: 0px;
				background: none;
				border: none;
				color: black;
				box-shadow: none;
			}

			div#cont {
				
				margin-bottom:30px;
			}
			div#map {
				margin-top: 55px;
				height: 200px;
				width: 100%; /*1000px;*/
				border: 1px solid red;
				position: relative;
				flex-grow: 1;
				border: 5px solid green;
				border-radius: 10px;
				transition: .5s linear;
				-moz-transition: .5s linear;
				-webkit-transition: .5s linear;
				-o-transition: .5s linear;
			}	
			div.info div.title {
								font-size: 14px !important;
								font-weight: bold;
							}
		.textcenter {
						font-size: 6px;
						text-align: center;
						font-weight: bold;
					}
		.tablebody {
					font-size: 9px;
					text-align: center;
					}
		.tablefooter{
			font-size:9px !important;
		}		
	.modal-content {
   
    width: 100% !important;
}
							
			div.info div.detail div.details{
					flex-grow: 1;
					margin: 5px;
					padding: 5px;
					border: 3px solid green;
					border-radius: 5px;
					transition: .5s linear;
					-moz-transition: .5s linear;
					-webkit-transition: .5s linear;
					-o-transition: .5s linear;
					background: white;
				}
				div.info span.a{font-size: 10px;}
				div.info span.b{font-size: 20px;}
				div.info div.detail div.details:hover{
					box-shadow: 0px 5px 10px #555;
					cursor: pointer;
				}
				
			}
			@media only screen  and (min-width : 768px) {
/* Styles */

			div#map {
				/*margin-top: 20px;*/
				height: 450px;
				width: 100%; /*1000px;*/
				border: 1px solid red;
				position: relative;
				flex-grow: 1;
				border: 5px solid #3373B9;
				border-radius: 10px;
				transition: .5s linear;
				-moz-transition: .5s linear;
				-webkit-transition: .5s linear;
				-o-transition: .5s linear;
			}
			div.info div.title {
    font-size: 30px;
    font-weight: bold;
}
			
			}
						div#hover{
						position: absolute;
						top: 0px;
						left: 0px;
						padding: 10px;
						display: none;
						font-size: 13px;
						border:5px solid #0cf;
						background-color:#cff; color:#000;
						text-align: left;
						
			}
			
			div#hover > span{
				font-weight: bold;
				margin-bottom: 5px;
				font-size: 15px;
				text-align:center;
			}
			
			
			div#control{
				
				width: 100%;
				padding: 0px;
				border: 2px solid black;
				border-radius: 5px;
				margin: 0px;
				display: flex;
				flex-wrap: wrap;
				top: 0px;
				height: 50px;
				/*position:fixed;*/
				left: 0px;
				/*z-index: 9999;*/
				background-color:white;
				
			}
			div#control > div{
				text-align: center;
				padding: 10px;
				border: 1px solid #ccc;
				background-color: lightblue;
				margin: 2px;
				font-family: 'helvetica';
				transition: all 500ms linear;
			}
			div#control > div:hover{
				cursor: pointer;
				background-color: blue;
				color: white;
			}
		
			/* flexbox hide/show animation add/remove */
			div.new-item {
			  flex: 0;
			  -webkit-animation: flexGrow 500ms ease forwards;
			  -o-animation: flexGrow 500ms ease forwards;
			  animation: flexGrow 500ms ease forwards;
			}
			
			div.remove-item {
			  flex: 1;
			  margin: 0px;
			  padding: 0px;
			  border: 0px;
			  overflow: hidden;
			  -webkit-animation: flexShrink 500ms ease forwards;
			  -o-animation: flexShrink 500ms ease forwards;
			  animation: flexShrink 500ms ease forwards;
			}
			
			@-webkit-keyframes flexGrow {to {flex: 1;}}
			@-o-keyframes flexGrow {to {flex: 1;}}
			@keyframes flexGrow {to {flex: 1;}}
			@-webkit-keyframes flexShrink {to {flex: 0;}}
			@-o-keyframes flexShrink {to {flex: 0;}}
			@keyframes flexShrink {to {flex: 0;}}		

		
		/*
* {
    box-sizing: border-box;
}

.columns {
    float: left;
    width: 14%;
    padding: 8px;
}

.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.price:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,10)
}

.price .header {
    background-color: #111;
    color: white;
    font-size: 25px;
}

.price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}

.price .grey {
    background-color: #eee;
    font-size: 20px;
}

.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}

@media only screen and (max-width: 600px) {
    .columns {
        width: 100%;
    }
}*/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 0px; /* Location of the box */
    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 */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
   color: #130101;
    float: right;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.geo-substr{
	padding: 10px;
}
.geo-substr .more{
	cursor:pointer;
}