div#next-date,div#prev-date{
	position: absolute;
	top:0;
	cursor: pointer;
	background-color: rgba(200, 200, 200, 0.5);
	padding: .5em 1em;
	margin: 0 5 5 5;
	border-radius: 3px;
}
div#prev-date{
	left:0;
}
div#next-date{
	right:0;
}
div.map-scroll{
        display: inline-block;
        width: 100%;
        scroll-snap-align: center;
	vertical-align: top;
}
div.map-scroll img{
        max-width: 100%;
}
div#map-overlays{
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        overflow-x: scroll;
	overflow-y: hidden;
        white-space: nowrap;
        scroll-snap-type: x mandatory;
}
 /* Hide scrollbar for Chrome, Safari and Opera */
div#map-overlays::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
div#map-overlays{
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

div.map-title{
	text-align: center;
	font-size: 1.5em;
}
@media (min-width: 960px){
	.center-content div#map-overlays{
		height: 472px;
		margin-bottom: 0;
	}
	.left-content div#station-data {
	    height: calc( 472px + 0em );
	}
	.odd-color td{
		color: black;
	}
	#small-screen-sponsor {
		display: none;
	}
	#prev-date.do-show,#next-date.do-show{
		display: block;
	}
	#prev-date.no-show,#next-date.no-show{
		display: none;
	}
	
}
@media (max-width: 959px){
	.odd-color{
		color: rgba(255,255,255,0);
	}
	#map-legend tr{
		font-size: 1.25rem
	}
	#large-screen-sponsor {
		display: none;
	}
	#prev-date,#next-date,#prev-date.do-show,#next-date.do-show,#prev-date.no-show,#next-date.no-show{
		display: none;
	}
}
div#map-legend{
	padding: 0 2em;
	font-size: 1.25em;
	width: 100%;
	white-space: normal;
}
div#map-legend table{
	margin-left: auto;
	margin-right: auto;
}
div#map-legend tr:first-child{
	border: solid 1px lightgray;
}
#large-screen-sponsor img, #small-screen-sponsor img{
	max-width: 100%;
	height: auto;
}
#small-screen-sponsor{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 30%;
}

#map-legend td{
        width: 1em;
        height: 1em;
	text-align: center;
}
#logo {
	margin: -25px 0px -180px;
	width: 100%;
}

#title{
	padding: 0;
    font-weight: 700;
    font-family: sans-serif;
    text-align: center;
}

#small_screen_title {
	text-align: center;
	font-weight: 700;
	font-family: sans-serif;
}

#small_screen_logo {
	width: 30%;
	margin: -70px 230px 9px;	
}

tr.highlight{
	background-color: #7137bd;
	color: white;
}
td.sortable-header.highlight{
	color: black;
	font-weight: bold;
}

td.table-low.highlight{
	background-color: #30a356;
	color: white;
}
td.table-low{
	background-color: #addc6f;
}
td.table-mod.highlight{
	background-color: #9eaf56;
	color: white;
}
td.table-mod{
	background-color: #dcf08f;
}
td.table-high.highlight{
	background-color: #c18c05;
	color: white;
}
td.table-high{
	background-color: #fcd574;
}
td.table-v-high.highlight{
	background-color: #f25521;
	color: white;
}
td.table-v-high{
	background-color: #fccaba;
}
td.table-extreme.highlight{
	background-color: #9e2bd8;
	color: white;
}
td.table-extreme{
	background-color: #e0a9fc;
}
td.highlight{
	background-color: #7137bd;
	color: white;
}
#calc-tab-content{
	padding: 1em;
}
#slider-range{
	margin: 1em 1em 0 1em;
}
#slider-time-start,#slider-time-end{
	display: inline-block;
	font-weight: bold;
	margin: 1em 1em;
}
#slider-time-end{
	position: absolute;
	right: 1em;
}
#calc-tab-content{
	font-size: 1.25em;
}
#calc-output{
	font-size: 1.1em;
}
#custom-calc-threshold{
	font-size: .8em;
}
#calc-output tr{
}
#calc-output td{
	padding: .25em .25em;
	border-top: solid 1px lightgray;
	border-bottom: solid 1px lightgray;
}
#calc-output span{
	font-weight: bold;
}
div.noUi-connect{
	background-color: #7137bd;
}

