#control {position: relative; display: flex; gap: 20px;}

#geomap {
	  height: 350px;
	  width:275px;
	  margin-top:0px !important;
	  padding-top: 0px;
	}
	
#geonex-panel #products h3:after {
	content: "\f106";
	float: right;
	font-weight: bold;
	font-family: FontAwesome;
	font-size: 21px;
}

.geo-citations h3,
#geonex-panel .product h3 {
	font-size: 18px;
}

.geo-citations li {
	list-style: disc !important;
}

.geo-citations h4 {
	font-size: 16px;
}

#geonex-panel .collapsed {
	display:unset;
}

#geonex-panel #products .collapsed h3:after {
	content: "\f107";
	float: right;
	font-weight: bold;
	font-size: 21px;
}

#geonex-panel #buttons {
	width: 240px; 
	height: 240px; 
}

#geonex-panel .indicator,
#geonex-panel .description {
	display: flex; 
	flex-wrap: wrap; 
	align-content:flex-start;
}

#geonex-panel .indicator {
	width:80px; 
	height:80px; 
	margin-right: 20px;
}

.two-dg .indicator {
	outline: 2px solid #E6673D;
}

.small-square {
	width:40px; 
	height:40px;
	box-sizing:border-box; 
	margin-top:0; 
	border:solid 1px gray; 
	background-color: white;
	color:transparent; 
	border-color: #aaa;
}

.small-square.active{
	border: #E6673D 2px solid;
	background-color: #CCDBE1;
}

.two-dg .small-square {
	background-color: #CCDBE1;
}

/* little light blue circle */
.two-dg .small-square:nth-child(3):after,
.one-dg .small-square.active:after,
.coords:before {
		content:" ";
        display: inline-block;
        color: #CCDBE1;
        background: #CCDBE1;
        border:2px solid #487E90;
        width: 14px;
        height: 14px;
        border-radius:8px; /* half of width + borders */ 
        /* line-height: 34px; vertical center */
	position: relative;
	top: 25px;
	left: -7px;
}

.coords:before {
	margin-right: 5px;
	left: 0;
	top: 2px;
}

#geonex-panel .collapsed .description {display: none;}
#geonex-panel .collapsed .geo {display: none;}

#geonex-panel a[target="_blank"]:after {
	content: " \f08e";
	font-weight: normal;
	font-family: FontAwesome;
}

#geonex-panel .graph-control-text li {
	list-style: disc !important;
}

#geonex-panel .fa-info-circle {
	color: #e6673d;
}

#geonex-panel .product .geo {
	position: relative;
}

#geonex-panel .dygraph-ylabel::after {
    content: '' !important;
}

#geonex-panel .dygraph-legend {
	left:unset !important;
	right:0;
	width: 300px !important;
}

#geonex-panel div.beta .icon:before,
.no-geo-data:before,
#geonex-panel .missing-data:before {
	color: #e6673d;
	content: "\f05a  ";
	font-weight: normal;
	font-family: FontAwesome;
	font-size: 18px;
}

#geonex-panel div.beta .icon:before {
	padding-left: 10px;
}

#geonex-panel div.beta .icon:before {
	position: relative;
	top: 2px;
}

.no-geo-data,
#geonex-panel .missing-data {
	font-weight: bold;
	font-size: 21px;
}

#geonex-panel div.beta {
	background-color: #F7F4E0;
	padding-top:10px;
	margin-bottom: 10px;
	display: flex;
	gap: 5px;
	align-items: baseline;
}

#download-geo-modal {
	display:none;
	position: fixed;
	height: 3000px;
	width: 100%;
	background-color: rgba(0,0,0,.5);
	z-index: 3000;
	top: 0px;
}

#download-geo-modal .dialog-box {
	width: 450px;
	margin: 180px auto;
	background: white;
	padding: 0;
}

#download-geo-modal header {
	background: #CCDBE1;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 20px;
}

#download-geo-modal .message {
	padding: 20px;
}

#download-geo-modal .message div {
	margin-bottom: 15px;
}

#download-geo-modal #dm-buttons {
	margin: 0px;
    overflow: hidden;
    padding-top: 10px;
}

#download-geo-modal .message i {
	font-style: normal;
}

#download-geo-modal #dm-buttons button {
	float: left;
	margin-right: 10px;
	width: auto;
}

#download-geo-modal ul {
	padding-left: 12px;
}

#download-geo-modal ul li {
	list-style: disc;
}