/***   GENERAL STYLES   ***/

body {
	margin: 10px;
	padding: 0;
	font-family: Arial;
	font-size: 16px;
}

h2, h5 {
	margin: 0;
}

.form-div {
	width:325px;
	margin-right:25px;
	float:left;
}

.form-div {
	width:325px;
	--margin-right:25px;
	float:right;
}

/***   FORM VALIDATOR STYLES   ***/
.error_strings a li {
	color: #B00;
	list-style: none;
}
.req {
	color: red;
	font-weight: bold;
	font-size:1.2em;
}
#coyote h3 {
	font-weight: bold;
}


/***   PANEL STYLES   ***/
#panel, #panel-markers {
	float: left;
	width: 250px;
	height: 450px;
}

#panel h2, #panel-markers h2 {
	margin: 8px 0 7px 0;
}

#markerlist {
	height: 450px;
	margin: 10px 5px 0 0;
	overflow: auto;
	border: 1px #000 solid;
	font-size: 0.85em;
}
#markerlisty {
	height: 450px;
	margin: 10px 5px 0 0;
	overflow: auto;
	border: 1px #000 solid;
	font-size: 0.85em;
}

.title {
	border-bottom: 2px solid #999;
	overflow: hidden;
	width: 256px;
	cursor: pointer;
	padding: 2px;
	display: block;
	color: #000;
	text-decoration: none;
}

.title:visited {
	color: #000;
}

.title:hover {
	background: #e0ecff;
}

/***   MAP STYLES   ***/
#map-container {
	margin-left: 250px;
	padding-top: 10px;
}

#map {
	width: 100%;
	height: 450px;
	border: 1px #000 solid;
}
#mapy {
	width: 100%;
	height: 450px;
	border: 1px #000 solid;
}

.info {
	width: 200px;
}

/***   NOTES STYLES   ***/
#notes {
	width: 750px;
	float: left;
	margin: 10px 20px 0 0;
}

/***   LEGEND STYLES   ***/
#legend {
	float: left;
	margin-top: 10px;
}

#legend table {
	text-align: center;
	--background: #c0bdea;
}

#legend table td {
	width: 40px;
	height: 40px;
}

#legend table td img {
	width: 40px;
	height: 40px;
}

.clear { clear: both;}
li.active{font-weight:  750;color: green;}

      .lh-100 { line-height: 1;}
      .lh-125 { line-height: 1.25;}
      .lh-150 { line-height: 1.5; }
      .about{margin-left: 18%;}
		#wide-box {
		  margin:0;
		  font-size:13px;
		}
		fieldset.scheduler-border {
		  border: 1px solid #aaa !important;
		  padding: 0 1.4em 1.4em 1.4em !important;
		  margin: 0 0 1.5em 0 !important;
		 -webkit-box-shadow:  0px 0px 0px 0px #aaa;
		  box-shadow:  0px 0px 0px 0px #aaa;
		  border-radius: 4px 4px;
		}

		legend.scheduler-border {
		    width:inherit; /* Or auto */
		    padding:0 10px; /* To give a bit of padding on the left and right */
		    border-bottom:none;
		}
		h2.text-info{font-weight:600;text-shadow: 1px 1px 1.5px #065535;}	
			.subhead{color:black;margin-top: -18px;}
		.btn-primary, .btn-primary:active, .btn-primary:visited {
		    background-color: #065535 !important;
		}

		.btn-primary:hover{
		    background-color: #133337 !important;
		    text-decoration-line: none;
		}
		h5{margin-top: 8px;font-size: 1.2em;}
		input {font-size: 1.2em;}