.container {
	/*position: fixed;*/
	height: 550px;
	width: 100%;
	max-width: 460px;
	margin: auto;
	background-image: url("glassdoor.jpg");
	/*box-shadow: 1px 1px 2px #333;*/
	border-bottom: 1px solid #ccc;
}

/*.glassdoor {
	position: absolute;
	width: 100%;
	height: 500px;
	background-color: #333;
	opacity: .75;
	z-index: 0;
}
*/

#buildings-container {
	visibility: hidden;
	background-color: #fff;
}

#map-legend {
	width: 100%;
	height: 100px;
	background-color: #fff;
}

#box {
	float: left;
	padding: 6px;
	width: 50%;
	height: 200px;
    /*border-right: 1px solid #ccc;*/
}

#locate-container {
	width: 90%;
	margin: auto;
	margin-top: 0%;
	margin-bottom: 0px !important;
	z-index: 9999999;
}

.leaflet-control-layers-list {
	margin-bottom: 0px !important;
}

#showme {
	padding:6px;
}

.leaflet-container {
    background-color:rgba(255,0,0,0.0);
    outline-color: #fff;
    /*border-left: 1px solid #ccc;*/
    /*border-right: 1px solid #ccc;*/
}

#location-search {
/*	margin-top: 30%;
*/	margin-bottom: -20px !important;
}

.fa-location {
    -webkit-animation: myfirst 5s; /* Chrome, Safari, Opera */
    animation: myfirst 5s;
}


/* Chrome, Safari, Opera */
@-webkit-keyframes myfirst {
    from {color: red;}
    to {color: yellow;}
}

/* Standard syntax */
@keyframes myfirst {
    from {color: red;}
    to {color: yellow;}
}

tr {
	height: 54px;
}

#nav {
	/*background-color: #333;*/
	padding: 4px;
	/*border-bottom: 1px solid #ddd;*/
	visibility: hidden;
}

#table-container {
	width: 100%;
}

#buildings-table {
	width: 100%;
	margin-top: -1.25em !important;
	height: 150px;
	/*border-bottom: 1px solid #ccc;*/
	overflow: scroll;
}

.leaflet-control-layers {
	border: none;
	box-shadow: none;
}

.leaflet-control-layers label {
	font-size: 10pt;
	height: 18px;
}

.leaflet-control-layers-expanded {
	border: none;
}

#scroll-button {
	height: 40px;
	width: 100%;
	background-color: #eee;	
}

#scroll-button i:hover {
	color: #0079a1;
	cursor: pointer;
}

.big-map {
	width: 100%;
	height: 400px;
}

#box-info {
	padding: 6px;
	padding-top: 0px;
}

#box-info p {
	font-family: Helvetica;
	font-size: 11pt;
	line-height: 12pt;
	margin-bottom: 6px;
}

#showme {
	font-family: Helvetica;
	font-size: 11pt;
	margin-top: -6px;
	font-weight: bold;
}