/*
* GIBS Web Examples
*
* Copyright 2013 - 2014 United States Government as represented by the
* Administrator of the National Aeronautics and Space Administration.
* All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#body {
  background: white;
}

#map {
	float:right;
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
	margin: 0px
}

#coords {
	font-size: 15px;
	font-family:Sans-serif;	 
	position: absolute;	
	bottom: 0;
}

.leaflet-label {
    opacity: 0.6;
	filter: alpha(opacity=60);	
    font: 16px sans-serif;
    color: rgba(255,255,255,0.6);
    position: absolute;
}

.leaflet-control-attribution {
    background: rgb(138, 143, 149) !important;
	color: #82cdfa !important;
}

.my-div-icon
{
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
.my-div-cbar
{
	opacity: 1;
	filter: alpha(opacity=100);
	background-color: rgba(255,255,255,0.6);
    margin: 5px;
    padding: 10px;
}

#sidebar {
    position:absolute;
    top:0; bottom:0; left:0;
    width:100px;
    background:#fff;
}

#content { height:100%;
    text-align: center;
    margin:0 0 0 0;
}
