html, body {
	font-family: Arial, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
}

input {
	font-size: 12px;
}

.main {
	height: 100%;
	position: relative;
}

.category-info {
	font-size: 1.3em;
	color: green;
}

.location-info {
	font-size: 0.9em;
}

.options-box {
	background: #fff;
	border: 1px solid #999;
	border-radius: 3px;
	height: 100%;
	line-height: 35px;
	padding: 10px 10px 30px 10px;
	text-align: left;
	width: 362px;
}

.pointer {
	cursor: pointer;
}

#map {
	bottom:0px;
	height: 100%;
	left: 362px;
	position: absolute;
	right: 0px;
}


#pano {
	width: 200px;
	height: 200px;
}
	  
	  
 
.foursquare-logo {
	position: absolute;
	bottom: 30px;
	left: 382px; 
	width: 30px;
	height: 30px;
}
	  
@media only screen and (max-width: 765px) {

    #map {
        height: 65%;
        left: 0px;
    }

    .options-box {       
        padding: 10px 10px 50px 10px;
        height: 45%;
        width: 100%;
        overflow-y: scroll;
    }
	
	.foursquare-logo {
		left: 20px;
	}

}