@CHARSET "UTF-8";

.select-all-species {	/* Overwrite main.css */
	width: 140px !important; 
}

.thumb-wrap {
	width: 28em;	/* Addtion to main.css */
}
.left-side-panel {
	/*background-color: #d9e3ec;
	border-right: 1px solid #99bce8;*/
	border-top: 5px solid #d9e3ec;
	border-left: 5px solid #d9e3ec;
	border-right: 5px solid #d9e3ec;
	/*float: left;*/
	height:100%; 
	overflow:auto;
	width: 300px;	/* Adjusted after GE button was added to toolbar; Should be matched with the west region width in init() */
}

.left-side-panel-2015 li {
	font-size: 12px;
	text-indent: -10px;
	margin-top: 6px;
}
.left-side-panel-2022 ul {
	margin-left: 10px;
}
.left-side-panel-2022 li {
	font-size: 11px;
	text-indent: -10px;
	margin-top: 6px;
}

/* Copied from Bendy's static site and modified a little */
.left-side-panel-2015 .model-provider img {
	max-width: 7em;	/* adjusted after google earth button was added */
    padding: 1em;
    vertical-align: middle;
}
.left-side-panel-2022 .model-provider img {
	max-height: 50px;
    padding: 0.5em;
    vertical-align: middle;
}


.year-modeled-label {
	position:absolute; 
	top: 0px; 
	left: 12px;
	color: #7396c4;
}