div.content, div.contentPhoneEmulation, div.contentTabletEmulation {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

div.contentPhoneEmulation, div.contentTabletEmulation {
	background-color: hsl(0, 0%, 0%);
}



/*** CONTENT PANEL ***/
div.contentWrapper {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #005999; /*hsl(205, 100%, 30%);*/
	overflow: hidden;
}

div.contentPhoneEmulation div.contentWrapper {
	width: 400px;
	height: 712px; /* 1.78*width */
	left: 50%;
	margin-left: -200px;
	top: 50%;
	margin-top: -356px;
	border-radius: 15px;
	overflow: hidden;
}

div.contentTabletEmulation div.contentWrapper {
	width: 1180px;
	height: 820px; /* 1.78*width */
	left: 50%;
	margin-left: -590px;
	top: 50%;
	margin-top: -410px;
	border-radius: 15px;
	overflow: hidden;
}

/*
div.contentTitle {
	position: absolute;
	z-index: 3;
	width: auto;
	height: 30px;
	left: 0px;
	right: 0px;
	top: 0px;
	font-family: "StandardFontBold", "Arial", sans-serif;
	font-variant: small-caps;
	font-size: 18px;
	letter-spacing: 1px;
	color: hsl(205, 100%, 80%);
	line-height: 30px;
	text-align: center;
	overflow: hidden;	
}
*/

div.contentPanel /*, div.contentPanelWithTitle*/ {
	position: absolute;
	z-index: 2;
	width: auto;
	height: auto;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	overflow: hidden;
}

/*
div.contentPanelWithTitle {
	top: 30px;
}
*/



/*** PRELOAD IMAGES ***/
div.preloadImages {
	position: fixed;
	left: 0px;
	top: -1000px;
	visibility: hidden;
	pointer-events: none;
}



/*** SPLASH PANEL ***/
div.splashPanel, div.splashPanelHidden {
	position: absolute;
	z-index: 9;
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto; /*100%;*/
	left: 0px;
	right: 0px;
	height: auto;
	top: 0px;
	bottom: 0px;
	background-color: hsl(205, 100%, 20%);
	cursor: pointer;
	pointer-events: auto;
	opacity: 1;
}

div.splashPanelHidden {
	opacity: 0;
	transition: opacity 1s;
}

div.splashPanelBgImage {
	position: absolute;
	z-index: 1;
	width: auto;
	left: 0px;
	right: 0px;
	height: auto;
	top: 0px;
	bottom: 0px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
  opacity: 0.75;
}

div.splashTitleBlock {
	position: absolute;
	z-index: 5;
	top: 10%;
	width: 100%;
	left: 0px;
	font-size: 0px;
}

div.splashTitle {
	font-family: "TitleFontRegular", "Arial", sans-serif;
	font-size: 75px;
	letter-spacing: 15px;
	color: hsl(0, 0%, 100%);
	text-align: center;
}

div.splashSubtitle {
	font-size: 22px;
	color: hsl(205, 80%, 65%);
	text-align: center;
	margin-top: 5px;
}

img.splashAppLogo {
	/*
	position: absolute;
	z-index: 5;
	left: 50%;
	margin-left: -125px;
	top: 50%;
	margin-top: -125px;
	width: 250px;
	*/
	z-index: 5;
	width: 35vmin;
}

.phoneView img.splashAppLogo {
	width: 60vmin;
}

div.splashAppLabel {
	position: absolute;
	z-index: 2;
	width: auto;
	left: 20px;
	right: 20px;
	bottom: 18%;
	font-family: "StandardFontRegular", "Arial", sans-serif;
	font-size: 40px;
	letter-spacing: 2px;
	color: hsl(0, 0%, 100%);
	white-space: nowrap;
	text-align: center;
}

div.splashLoadingAnimBlock {
	position: absolute;
	z-index: 5;
	bottom: 5%;
	width: 100%;
	left: 0px;
	font-size: 0px;
}

div.splashLoadingAnim, div.splashLoadingAnimHidden {
	margin-top: 100px;
	font-size: 0px;
	text-align: center;
}

div.splashLoadingAnimHidden {
	opacity: 0;
	transition: opacity 0.5s linear;
}

div.splashLoadingSpinnerAnim, div.splashLoadingSpinnerStopped {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border-top: solid 3px hsl(205, 100%, 75%);
	border-bottom: solid 3px hsl(205, 100%, 75%);
	border-left: solid 3px hsla(205, 100%, 75%, 0.25);
	border-right: solid 3px hsla(205, 100%, 75%, 0.25);
	background-color: hsla(205, 100%, 75%, 0);
	animation: splashLoadingSpinnerAction 1.25s linear infinite;
}

div.splashLoadingSpinnerStopped {
	border: none;
	border: solid 3px hsl(205, 100%, 75%);
	background-color: hsla(205, 100%, 75%, 1);
	transition: background-color 0.35s linear;
	animation: none;
}

@keyframes splashLoadingSpinnerAction {
	100% {transform: rotate(360deg);}
}

div.splashLoadingAnimText {
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
	font-size: 22px;
	color: hsl(205, 100%, 75%);
	margin-left: 10px;
}



/*** ACCOUNTS ***/
div.accountErrorMsg {
	font-family: "StandardFontBold", "Arial", sans-serif;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: hsl(0, 0%, 100%);
	background-color: hsl(0, 100%, 25%);
	border-radius: 10px;
	padding: 15px;
}

div.accountSuccessMsg {
	font-family: "StandardFontBold", "Arial", sans-serif;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: hsl(0, 0%, 100%);
	background-color: hsl(160, 100%, 35%);
	border-radius: 10px;
	padding: 20px;
}

div.accountSignOutContainer {
	position: absolute;
	z-index: 9;
	right: 15px;
	top: 15px;
}



/*** LOADING ANIMATIONS ***/
div.loadingAnimation, div.loadingAnimationDark {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

div.loadingSpinnerAnim, div.loadingSpinnerAnimStopped {
	/*display: inline-block;*/
	/*vertical-align: top;*/
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border-top: solid 3px hsl(205, 100%, 75%);
	border-bottom: solid 3px hsl(205, 100%, 75%);
	border-left: solid 3px hsla(205, 100%, 75%, 0.25);
	border-right: solid 3px hsla(205, 100%, 75%, 0.25);
	background-color: hsla(205, 100%, 75%, 0);
	animation: loadingSpinnerAction 1.25s linear infinite;
}

div.loadingAnimationDark div.loadingSpinnerAnim, div.loadingAnimationDark div.loadingSpinnerAnimStopped {
	border-top: solid 3px hsl(205, 100%, 45%);
	border-bottom: solid 3px hsl(205, 100%, 45%);
	border-left: solid 3px hsla(205, 100%, 45%, 0.25);
	border-right: solid 3px hsla(205, 100%, 45%, 0.25);
	background-color: hsla(205, 100%, 45%, 0);
}

div.loadingSpinnerAnimStopped {
	border: none;
	border: solid 3px hsl(205, 100%, 75%);
	background-color: hsla(205, 100%, 75%, 1);
	transition: background-color 0.35s linear;
	animation: none;
}

div.loadingAnimationDark div.loadingSpinnerAnimStopped {
	border: solid 3px hsl(205, 100%, 45%);
	background-color: hsla(205, 100%, 45%, 1);
}

@keyframes loadingSpinnerAction {
	100% {transform: rotate(360deg);}
}

div.loadingAnimText {
	/*display: inline-block;*/
	vertical-align: top;
	line-height: 30px;
	font-size: 20px;
	color: hsl(205, 100%, 75%);
	/*margin-left: 8px;*/
}

div.loadingAnimationDark div.loadingAnimText {
	color: hsl(205, 100%, 45%);
}



/*** SECTION BAR ***/
div.sectionBar {
	position: absolute;
	z-index: 2;
	width: auto;
	left: 0px;
	right: 0px;
	height: 70px;
	bottom: 0px;
	text-align: center;
	background-color: #005999; /*hsl(205, 100%, 30%);*/
	display: flex;
	justify-content: center;
}

.phoneView div.sectionBar {
	height: 80px;
}

div.sectionBarButtons {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
}

.standardView div.sectionBarButtons {
	align-items: center;
	max-width: 500px;
}

div.sectionBarButtonNorm, div.sectionBarButtonHL {
	position: relative;
	/*vertical-align: top;*/
	width: 70px;
	height: 65px; /*58px;*/
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 10px;
	gap: 3px;
	opacity: 1;
	pointer-events: auto;
	cursor: pointer;
}

div.sectionBarButtonNorm:first-child, div.sectionBarButtonHL:first-child {
	margin-left: 0px;
}

/*
div.sectionBarButtonNorm {
	opacity: 0.5;
	filter: grayscale(100%) brightness(200%);
}
*/

div.sectionBarButtonHL {
	/*opacity: 1;*/
	pointer-events: none;
}

div.sectionBarButtonAccountIndicator {
	position: absolute;
	z-index: 5;
	display: none;
	right: 12px;
	top: 10px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: hsl(150, 100%, 65%);
	pointer-events: none;
}

img.sectionBarButtonIcon {
	/*
	position: absolute;
	z-index: 1;
	left: 23px;
	top: 10px;
	*/
	width: 24px;
	height: 24px;
	pointer-events: none;
}

div.sectionBarButtonLabel {
	/*
	position: absolute;
	width: auto;
	left: 0px;
	right: 0px;
	bottom: 0px;
	*/
	height: 20px;
	line-height: 20px;
	color:  hsl(0, 0%, 100%);
	font-size: 14px;
	text-align: center;
	pointer-events: none;
}

div.sectionBarButtonNorm img.sectionBarButtonIcon, div.sectionBarButtonNorm div.sectionBarButtonLabel {
	opacity: 0.5;
	filter: grayscale(100%) brightness(200%);
}



/*** SECTION PANELS ***/
div.singleSectionPanel, div.multiSectionPanel, div.multiSectionPanelHidden, div.multiSectionPanelHiddenRender {
	position: absolute;
	z-index: 2;
	display: block;
	visibility: visible;
	width: auto;
	height: auto;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: hsl(205, 100%, 20%);
	overflow: hidden;
	pointer-events: auto;
}

div.multiSectionPanel, div.multiSectionPanelHidden, div.multiSectionPanelHiddenRender {
	bottom: 70px;
}

.phoneView div.multiSectionPanel, .phoneView div.multiSectionPanelHidden, .phoneView div.multiSectionPanelHiddenRender {
	bottom: 80px;
}

div.multiSectionPanelHidden {
	display: none;
	z-index: 1;
}

div.multiSectionPanelHiddenRender {
	visibility: hidden;
	z-index: 1;
	pointer-events: none;
}

div.multiSectionPanelHiddenRender div {
	pointer-events: none !important;
}

div.subsectionPanel {
	position: absolute;
	z-index: 1;
	width: auto;
	left: 0px;
	right: 0px;
	height: auto;
	top: 60px;
	bottom: 0px;
	padding: 20px 20px;
	overflow-x: hidden;
	overflow-y: scroll; /* has to be scroll, not auto */
	-webkit-overflow-scrolling: touch;
	pointer-events: auto;
}

div.simpleContentPanel, div.simpleContentPanelScroll, div.simpleContentPanelPadScroll {
	position: absolute;
	z-index: 1;
	width: auto;
	left: 0px;
	right: 0px;
	height: auto;
	top: 0px;
	bottom: 0px;
	overflow-x: hidden;
	overflow-y: hidden;
	pointer-events: none;
}

div.simpleContentPanelScroll {
	overflow-y: scroll; /* has to be scroll, not auto */
	-webkit-overflow-scrolling: touch;
	pointer-events: auto;
}

div.simpleContentPanelPadScroll {
	padding: 20px 20px;
	overflow-y: scroll; /* has to be scroll, not auto */
	-webkit-overflow-scrolling: touch;
	pointer-events: auto;
}

div.containerFullSizeScroll {
	position: absolute;
	z-index: 1;
	width: auto;
	left: 0px;
	right: 0px;
	height: auto;
	top: 0px;
	bottom: 0px;
	padding: 20px 20px;
	overflow-x: hidden;
	overflow-y: scroll; /* has to be scroll, not auto */
	-webkit-overflow-scrolling: touch;
	pointer-events: auto;
}

div.contentPanelWithHeading {
	top: 60px;
}

div.contentPanelCenterH, div.contentPanelCenterHV {
	display: flex;
	flex-direction: column;
	align-items: safe center;
}

div.contentPanelCenterHV {
	align-items: safe center;
	justify-content: safe center;
}

div.containerFullSizeCenterH, div.containerFullSizeCenterHV {
	position: absolute;
	z-index: 1;
	width: auto;
	left: 0px;
	right: 0px;
	height: auto;
	top: 0px;
	bottom: 0px;
	display: flex;
	flex-direction: column;
	align-items: safe center;
}

div.containerFullSizeCenterHV {
	align-items: safe center;
	justify-content: safe center;
}

div.containerWithHeading {
	top: 60px;
}

div.containerWithPad {
	padding: 20px 20px;
}



/*** HEADER ***/
div.panelHeader, div.panelHeaderWithTitle {
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 60px;
	left: 0px;
	top: 0px;
	background-color: #005999; /*hsl(205, 100%, 30%);*/
	overflow: hidden;
}

div.panelHeaderWithTitle {
	height: 80px;
}

div.panelHeaderNvsTitle {
	/*
	position: absolute;
	display: flex;
	flex-direction: column;
  justify-content: center;
	z-index: 10;
	right: 10px;
	height: 60px;
	font-size: 0px;
	padding-right: 5px;
	*/
	z-index: 1;
	left: 0px;
	top: 0px;
	height: 60px;
	line-height: 60px;
	font-family: "StandardFontBold", "Arial", sans-serif;
	font-variant: small-caps;
	font-size: 20px;
	letter-spacing: 1px;
	color: hsl(205, 100%, 85%);
	text-align: center;
	overflow: hidden;
}

.phoneView div.panelHeaderNvsTitle {
	height: 18px;
	top: 2px;
	line-height: 100%;
	font-size: 16px;
}

/*
.phoneView div.panelHeaderNvsTitle {
	padding-right: 5px;
}

div.panelHeaderNvsTitleSub {
	font-family: "StandardFontRegular", "Arial", sans-serif;
	font-size: 14px;
	text-align: right;
	color: hsl(205, 80%, 75%);
	margin-bottom: 3px;
}

div.panelHeaderNvsTitleMain {
	font-family: "StandardFontBold", "Arial", sans-serif;
	font-size: 18px;
	text-align: right;
	color: hsl(0, 0%, 100%);
}

.phoneView div.panelHeaderNvsTitleMain {
	font-size: 16px;
}
*/

div.panelHeaderTitle, div.panelHeaderTitleImpact {
	position: absolute;
	z-index: 1;
	width: auto;
	left: 0px;
	right: 0px;
	top: 0px;
	font-family: "StandardFontRegular", "Arial", sans-serif;
	font-size: 22px;
	letter-spacing: 1px;
	height: 60px;
	line-height: 60px;
	color: hsl(205, 80%, 75%);
	text-align: center;
}

.phoneView div.panelHeaderTitle {
	font-size: 18px;
}

div.panelHeaderTitleImpact {
	font-family: "StandardFontBold", "Arial", sans-serif;
	font-size: 24px;
	color: hsl(0, 0%, 100%);
}

div.panelHeaderDockL, div.panelHeaderDockR {
	position: absolute;
	z-index: 2;
	bottom: 0px;
	height: 60px;
	font-size: 0px;
}

div.panelHeaderDockL {
	left: 0px;
}

div.panelHeaderDockR {
	left: unset;
	right: 0px;
}

div.panelHeaderDockButtonNorm, div.panelHeaderDockButtonSelected {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	/*top: 0px;*/
	vertical-align: top;
	cursor: pointer;
	pointer-events: auto;
}

div.panelHeaderDockButtonSelected {
	background-color: hsl(205, 100%, 45%);
}

div.panelHeaderDockBtnIndicator, div.panelHeaderDockBtnIndicatorActive {
	position: absolute;
	z-index: 9;
	display: none;
	right: 7px;
	top: 7px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: hsl(150, 100%, 65%);
}

div.panelHeaderDockBtnIndicatorActive {
	display: block;
}

img.panelHeaderDockButtonIcon {
	position: absolute;
	width: 30px;
	height: 30px;
	left: 15px;
	top: 15px;
	pointer-events: none;
}

div.panelHeaderBackButton {
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	pointer-events: auto;
}

div.panelHeaderBackButtonIcon {
	position: absolute;
	width: 20px;
	height: 20px;
	left: 23px;
	top: 20px;
	border-top: solid 4px hsl(0, 0%, 100%);
	border-left: solid 4px hsl(0, 0%, 100%);
	transform: rotate(-45deg);
	pointer-events: none;
}

div.panelHeaderSubsectionButtons {
	position: absolute;
	/*display: flex;*/
	width: 100%;
	bottom: 0px;
	/*padding: 0px 20px;*/
	font-size: 0px;
	text-align: center;
}

div.panelHeaderSubsectionButtonNorm, div.panelHeaderSubsectionButtonHL {
	/*flex: 1;*/
	display: inline-block;
	/*width: 110px;*/
	/*flex: 1 1 50px;*/
	color: hsl(205, 100%, 75%);
	border-bottom: none;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	padding: 0px 15px;
	pointer-events: auto;
	cursor: pointer;
}

div.panelHeaderSubsectionButtonHL {
	color: hsl(0, 0%, 100%);
	background-color: hsl(205, 100%, 20%);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	pointer-events: none;
}



/*** PANELS ***/
div.panelAnimOpenL, div.panelAnimClosedL, div.panelInstantClosedL, div.panelAnimOpenR, div.panelAnimClosedR, div.panelInstantClosedR {
	position: absolute;
	z-index: 20;
	height: auto;
	top: 60px;
	bottom: 0px;
	width: 360px;
	background-color: hsl(0, 0%, 100%);
	border-right: solid 1px hsl(205, 50%, 45%);
	/*
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	pointer-events: auto;
	*/
	pointer-events: auto;
	overflow: hidden;
}

.phoneView div.panelAnimOpenL, .phoneView div.panelAnimClosedL, .phoneView div.panelInstantClosedL {
	z-index: 10;
	top: 80px;
	width: 100%; /*320px;*/
	border: none;
}

.phone div.panelAnimOpenL, .phone div.panelAnimClosedL, .phone div.panelInstantClosedL {
	width: 100vmin; /*320px;*/
}

div.panelAnimOpenL {
	left: 0px;
	transition: left 0.50s ease;
}

div.panelAnimClosedL {
	left: -365px;
	transition: left 0.50s ease;
}

.phoneView div.panelAnimClosedL {
	left: calc((100% + 5px) * -1); /*-325px;*/
}

.phone div.panelAnimClosedL {
	left: calc((100vmin + 5px) * -1); /*-325px;*/
}

div.panelInstantClosedL {
	left: -365px;
}

.phoneView div.panelInstantClosedL {
	left: calc((100% + 5px) * -1); /*-325px;*/
}

.phone div.panelInstantClosedL {
	left: calc((100vmin + 5px) * -1); /*-325px;*/
}

div.panelAnimOpenR, div.panelAnimClosedR, div.panelInstantClosedR {
	border-right: none;
	border-left: solid 1px hsl(205, 50%, 45%);
}

.phoneView div.panelAnimOpenR, .phoneView div.panelAnimClosedR, .phoneView div.panelInstantClosedR {
	z-index: 10;
	top: 80px;
	width: 100%; /*320px;*/
	border: none;
}

.phone div.panelAnimOpenR, .phone div.panelAnimClosedR, .phone div.panelInstantClosedR {
	width: 100vmin; /*320px;*/
}

div.panelAnimOpenR {
	right: 0px;
	transition: right 0.50s ease;
}

div.panelAnimClosedR {
	right: -365px;
	transition: right 0.50s ease;
}

.phoneView div.panelAnimClosedR {
	right: calc((100% + 5px) * -1); /*-325px;*/
}

.phone div.panelAnimClosedR {
	right: calc((100vmin + 5px) * -1) /*-325px;*/
}

div.panelInstantClosedR {
	right: -365px;
}

.phoneView div.panelInstantClosedR {
	right: calc((100% + 5px) * -1); /*-325px;*/
}

.phone div.panelInstantClosedR {
	right: calc((100vmin + 5px) * -1) /*-325px;*/
}

div.panelScrollable {
	overflow-x: hidden;
	overflow-y: scroll; /* has to be scroll, not auto */
	-webkit-overflow-scrolling: touch;
	pointer-events: auto;
}

div.panelHead {
	position: relative;
	display: flex;
	height: 50px;
	align-items: center;
	font-size: 0px;
	border-top: solid 3px hsl(205, 100%, 45%);
	background-color: hsl(205, 65%, 92%);
}

div.panelTitle, div.panelTitleWithPad {
	font-family: "StandardFontBold", "Arial", sans-serif;
	font-size: 20px;
	/*line-height: 46px;*/ /*28px;*/
	color: hsl(0, 0%, 0%);
}

div.panelTitleWithPad {
	padding-left: 8px;
}

/*
div.panelCloseButtonWrapper {
	position: relative;
	width: 26px;
	height: 26px;
	pointer-events: none;
}
*/

div.panelHeadActionButton {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-family: "StandardFontRegular", "Arial", sans-serif;
	font-size: 15px;
	letter-spacing: 0px;
	color: hsl(205, 100%, 5%) !important;
	line-height: 30px;
	white-space: nowrap;
	padding: 0px 10px;
	border-radius: 15px;
	background-color: hsl(205, 100%, 70%);
	overflow: hidden;
	cursor: pointer;
	pointer-events: all;
}

div.panelHeadButtonContainer, div.panelHeadButtonContainerActive {
	position: relative;
	width: 40px;
	height: 47px;
}

div.panelHeadButtonContainerActive {
	background-color: hsl(50, 100%, 70%);
}

div.panelHeadButton, div.panelHeadButtonActive {
	position: absolute;
	left: 0px;
	top: 4px;
	/*
	display: flex;
	align-items: center;
	justify-content: center;
	*/
	width: 40px;
	height: 40px;
	border-radius: 5px;
	cursor: pointer;
	pointer-events: auto;
}

div.panelHeadButtonActive {
	height: 43px;
	background-color: hsl(50, 100%, 70%);
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

/*
div.panelHeadButton:hover {
	background-color: hsla(0, 0%, 0%, 0.15);
}
*/

img.panelHeadButtonIcon {
	position: absolute;
	left: 7px;
	top: 7px;
	width: 26px;
	height: 26px;
	pointer-events: none;
}

div.panelHeadButtonIndicator, div.panelHeadButtonIndicatorActive {
	position: absolute;
	z-index: 9;
	display: none;
	right: 2px;
	top: 2px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: hsl(150, 100%, 40%);
}

div.panelHeadButtonIndicatorActive {
	display: block;
}

div.panelCloseButtonL, div.panelCloseButtonR {
	position: relative;
	width: 46px;
	height: 46px;
	cursor: pointer;
	pointer-events: auto;
}

div.panelCloseButtonR {
	margin-left: auto;
}

div.panelCloseButtonIconR, div.panelCloseButtonIconL {
	position: absolute;
	width: 20px;
	height: 20px;
	pointer-events: none;
}

div.panelCloseButtonIconR {
	right: 16px;
	top: 13px;
	border-top: solid 4px hsl(0, 0%, 0%);
	border-right: solid 4px hsl(0, 0%, 0%);
	transform: rotate(45deg);
}

div.panelCloseButtonIconL {
	left: 16px;
	top: 13px;
	border-top: solid 4px hsl(0, 0%, 0%);
	border-left: solid 4px hsl(0, 0%, 0%);
	transform: rotate(-45deg);
}

div.panelHeadVisBtnWrapperR {
	padding-right: 6px;
	margin-left: auto;
}

div.panelContent {
	margin: 5px 10px 5px 10px;
}

div.panelContentScrollable, div.panelContentWithHeading, div.panelContentScrollableWithHeading {
	position: absolute;
	z-index: 1;
	width: auto;
	height: auto;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: 0px 10px;
}

div.panelContentWithHeading, div.panelContentScrollableWithHeading {
	top: 50px;
}

div.panelContentScrollable, div.panelContentScrollableWithHeading {
	overflow-x: hidden;
	overflow-y: scroll; /* has to be scroll, not auto */
	-webkit-overflow-scrolling: touch;
	pointer-events: auto;
}

div.panelContentNoMargins {
	margin: 0px;
}

/*
div.panelList:first-child {
	margin-top: 5px;
}
*/

div.panelGroupHeading, div.panelGroupHeadingWithDivider {
	font-family: "StandardFontBold", "Arial", sans-serif;
	font-size: 18px;
	color: hsl(205, 75%, 45%);
	text-align: center;
	margin-top: 25px;
	/*padding-bottom: 10px;*/
	/*margin-bottom: 5px;*/
	/*
	display: flex !important;
	align-items: center;
	justify-content: center;
	*/
	text-align: center;
}

/*
div.panelGroupHeading:first-child, div.panelGroupHeadingWithDivider:first-child {
	margin-top: 0px;
}
*/

div.panelGroupHeadingWithDivider {
	border-bottom: solid 1px hsl(0, 0%, 92%);	
}

div.panelGroupButtonOpen, div.panelGroupButtonClosed {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	background-color: hsl(205, 75%, 45%);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding: 0px 40px 0px 20px;
	cursor: pointer;
	pointer-events: auto;
}

div.panelGroupButtonClosed {
	border-radius: 20px;
}

div.panelGroupLabel {
	height: 40px;
	line-height: 40px;
	font-family: "StandardFontBold", "Arial", sans-serif;
	font-size: 18px;
	color: hsl(205, 75%, 45%);
	text-align: left;
}

div.panelGroupButtonOpen div.panelGroupLabel, div.panelGroupButtonClosed div.panelGroupLabel {
	color: hsl(0, 0%, 100%); /*hsl(205, 75%, 45%);*/
	text-align: center;
}

/*div.panelGroupBtnExpand, div.panelGroupBtnCollapse {*/
div.panelGroupBtnExpandCollapse {
	position: absolute;
	z-index: 1;
	right: 13px;
	top: 13px;
	width: 14px;
	height: 14px;
	/*border-radius: 50%;*/
	/*background-color: hsl(205, 75%, 50%);*/
	margin-left: 10px;
}

div.panelGroupBtnIconH {
	position: absolute;
	width: 14px;
	height: 2px;
	left: 0px;
	top: 6px;
	background-color: hsl(205, 100%, 85%);
}

div.panelGroupBtnIconV {
	position: absolute;
	width: 2px;
	height: 14px;
	left: 6px;
	top: 0px;
	background-color: hsl(205, 100%, 85%);
}

/*div.panelGroupBtnCollapse div.panelGroupBtnIconV {*/
div.panelGroupButtonOpen div.panelGroupBtnIconV {
	visibility: hidden;
}

div.panelGroup, div.panelGroupItemDividers {}

div.panelGroupItemDividers {
	border-top: solid 1px hsl(0, 0%, 92%);
}

div.panelItemSet {
	margin-top: 25px;
}

div.panelItemSet:first-child {
	margin-top: 10px;
}

div.panelItemSetLabel {
	font-family: "StandardFontBold", "Arial", sans-serif;
	font-size: 16px;
	color: hsl(0, 0%, 0%);
	text-align: left;
	padding-bottom: 5px;
}

div.panelItem, div.panelItemActive {
	/*position: relative;*/
	/*
	height: 44px;
	overflow: hidden;
	cursor: pointer;
	pointer-events: auto;
	*/
}

/*
.standardView div.panelItem:hover {
	background-color: hsl(205, 100%, 95%);
}
*/

div.panelItemActive {
	background-color: hsl(50, 100%, 75%);
}

/*
.standardView div.panelItemActive:hover {
	background-color: hsl(50, 100%, 85%);
}
*/

div.panelGroupItemDividers div.panelItem, div.panelGroupItemDividers div.panelItemActive, div.panelGroupItemDividers div.panelItemSetLabel {
	border-bottom: solid 1px hsl(0, 0%, 92%);	
}

/*
div.panelGroupItemDividers div.panelItem:first-child, div.panelGroupItemDividers div.panelItemActive:first-child {
	border-top: solid 1px hsl(0, 0%, 92%);	
}
*/

div.panelItemContents {
	display: flex;
	align-items: center; /*center vertically*/
	flex-wrap: nowrap;
	height: 44px;
	overflow: hidden;
}

div.panelItemFavIcon, div.panelItemFavIconActive, div.panelItemFavIconBlank {
	/*
	position: absolute;
	z-index: 2;
	left: 5px;
	top: 8px;
	*/
	width: 26px;
	height: 26px;
	margin-left: 5px;
	cursor: pointer;
	pointer-events: auto;
}

div.panelItemFavIconBlank {
	pointer-events: none;
}

svg.panelItemFavIcon {
	width: 26px;
	height: 26px;
	fill: none; /*hsl(0, 0%, 100%);*/
	stroke: hsl(0, 0%, 65%);
	stroke-width: 4px;
	pointer-events: none;
}

/*
div.panelItemActive svg.panelItemFavIcon {
	fill: hsl(50, 100%, 90%);
}
*/

div.panelItemFavIconActive svg.panelItemFavIcon {
	fill: hsl(205, 100%, 60%); /*hsl(50, 100%, 65%);*/
	stroke: hsl(205, 100%, 60%); /*hsl(50, 50%, 55%);*/
}

div.panelItemButton {
	display: flex;
	flex-grow: 1;
	align-items: center; /*center vertically*/
	flex-wrap: nowrap;
	height: 44px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	pointer-events: auto;
}

.standardView div.panelItemButton:hover {
	background-color: hsl(205, 100%, 95%);
}

.standardView div.panelItemActive div.panelItemButton:hover {
	background-color: hsl(50, 100%, 85%);
}

div.panelItemIcon, div.panelItemIconLarge {
	/*
	position: absolute;
	z-index: 2;
	left: 37px;
	top: 9px;
	*/
	position: relative;
	width: 26px;
	height: 26px;
	margin-right: 5px;
	pointer-events: none;
}

div.panelItemIconLarge {
	width: 30px;
	height: 30px;
}

img.panelItemIcon, img.panelItemIconWithBorder {
	display: block;
	width: 26px;
	height: 26px;
	pointer-events: none;
}

div.panelItemIconLarge img.panelItemIcon, div.panelItemIconLarge img.panelItemIconWithBorder {
	width: 30px;
	height: 30px;
}

img.panelItemIconWithBorder {
	border: solid 1px hsla(0, 0%, 0%, 0.50);
}

div.panelItemIconPad img.panelItemIcon, div.panelItemIconPad img.panelItemIconWithBorder {
	padding: 4px;
}

div.panelItemIconRounded {
	border-radius: 3px;
}

div.panelItemLabel {
	/*
	position: absolute;
	z-index: 1;
	width: auto;
	left: 35px;
	right: 0px;
	top: 5px;
	height: 34px;
	padding: 0px 27px 0px 32px;
	*/
	font-size: 15px;
	line-height: 34px;
	color: hsl(0, 0%, 0%);
	overflow: hidden;
	white-space: nowrap;
	/*
	cursor: pointer;
	pointer-events: auto;
	*/
}

span.panelItemLabelInfo {
	font-size: 12px;
	opacity: 0.6;
}

div.panelItemDataAgeIcon {
	/*
	position: absolute;
	z-index: 2;
	right: 5px;
	top: 13px;
	*/
	/*
	height: 18px;
	width: 18px;
	border-radius: 50%;
	*/
	height: 24px;
	width: 28px;
	border-radius: 12px;
	/*border: solid 1px hsla(0, 0%, 0%, 0.10);*/
	font-size: 11px;
	letter-spacing: 0px;
	line-height: 22px;
	text-align: center;
	color: hsl(0, 0%, 100%);
	margin-left: auto;
	pointer-events: none;
}

div.panelItemLast {
	margin-left: auto;
	pointer-events: none;
}

div.panelNoticeMsg {
	font-size: 15px;
	line-height: 150%;
	color: hsl(50, 15%, 15%);
	font-style: italic;
	text-align: center;
	background-color: hsl(50, 100%, 85%);
	border-radius: 10px;
	padding: 10px;
}



/*** SUB PANELS ***/
div.subPanelAnimOpen, div.subPanelAnimClosed, div.subPanelInstantClosed {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: auto;
	top: 50px;
	bottom: 0px;
	left: 0px;
	background-color: hsl(0, 0%, 100%);
	border-top: solid 3px hsl(50, 100%, 70%);
}

div.subPanelAnimOpen {
	left: 0px;
	transition: left 0.50s ease;
}

div.subPanelAnimClosed {
	left: -101%;
	transition: left 0.50s ease;
}

div.subPanelInstantClosed {
	left: -101%;
}


/*** INFO PANEL ***/
/* panels that overlay other content, i.e., platform info/plots, etc. */
div.infoPanelAnimOpen, div.infoPanelAnimClosed, div.infoPanelInstantClosed {
	position: absolute;
	z-index: 20;
	height: auto;
	top: 60px;
	bottom: 0px;
	width: 400px;
	padding: 5px;
	background-color: hsl(0, 0%, 100%);
	border-left: solid 1px hsl(205, 50%, 45%);
	pointer-events: auto;
	/*
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	pointer-events: auto;
	*/
}

.phoneView div.infoPanelAnimOpen, .phoneView div.infoPanelAnimClosed, .phoneView div.infoPanelInstantClosed {
	/*z-index: 20;*/
	top: 0px;
	width: 100%;
	border-left: none;
}

div.infoPanelAnimOpen {
	right: 0px;
	transition: right 0.50s ease;
}

div.infoPanelAnimClosed {
	right: -405px;
	transition: right 0.50s ease;
}

.phoneView div.infoPanelAnimClosed {
	right: -101%; 
	transition: right 0.50s ease;
}

div.infoPanelInstantClosed {
	right: -405px;
}

.phoneView div.infoPanelInstantClosed {
	right: -101%;
}

div.infoPanelHeader {
	position: absolute;
	z-index: 2;
	width: auto;
	left: 0px;
	right: 0px;
	height: 60px;
	top: 0px;
}

div.infoPanelHeaderCloseButton {
	position: absolute;
	z-index: 1;
	right: 0px;
	top: 0px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	pointer-events: auto;
}

div.infoPanelHeaderCloseButtonIcon {
	position: absolute;
	z-index: 2;
	width: 20px;
	height: 20px;
	right: 23px;
	top: 20px;
	border-top: solid 4px hsl(0, 0%, 0%);
	border-right: solid 4px hsl(0, 0%, 0%);
	transform: rotate(45deg);
	pointer-events: none;
}

div.infoPanelHeaderContent {
	position: absolute;
	z-index: 1;
	width: auto;
	height: auto;
	left: 0px;
	right: 60px;
	top: 0px;
	bottom: 0px;
}

div.infoPanelFavIcon, div.infoPanelFavIconActive {
	position: absolute;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0px;
	top: 0px;
	height: 60px;
	width: 60px;
	font-size: 0px;
	cursor: pointer;
	pointer-events: auto;
}

svg.infoPanelFavIcon {
	height: 32px;
	width: 32px;
	fill: hsl(0, 0%, 100%);
	stroke: hsl(0, 0%, 65%);
	stroke-width: 4px;
	pointer-events: none;
}

div.infoPanelFavIconActive svg.infoPanelFavIcon {
	fill: hsl(205, 100%, 60%); /*hsl(50, 100%, 65%);*/
	stroke: hsl(205, 100%, 60%); /*hsl(50, 50%, 55%);*/
}

div.infoPanelHeaderCenterBlock {
	position: absolute;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: auto;
	height: auto;
	left: 60px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	font-size: 0px;
}

div.infoPanelHeaderCenterBlockIcon {
	display: flex;
	justify-content: center;
	align-items: center
}

img.infoPanelHeaderCenterBlockIcon {
	width: 32px;
}

div.infoPanelHeaderCenterBlockLabel {
	font-family: "StandardFontBold", "Arial", sans-serif;
	font-size: 17px;
	letter-spacing: 0px;
	color: hsl(0, 0%, 0%);
}

div.infoPanelContent {
	position: absolute;
	z-index: 1;
	width: auto;
	left: 0px;
	right: 0px;
	height: auto;
	top: 60px;
	bottom: 0px;
	border-top: solid 1px hsl(0, 0%, 80%);
	padding: 15px 15px;
	overflow-x: hidden;
	overflow-y: scroll; /* has to be scroll, not auto */
	-webkit-overflow-scrolling: touch;
	pointer-events: auto;
}

div.infoPanelDetails {
	background-color: hsl(205, 100%, 92%);
	border: solid 1px hsla(0, 0%, 0%, 0.05);
	border-radius: 5px;
	padding: 5px;
}

div.infoPanelDetailFlexCenter {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-size: 0px;
}

/*
div.infoPanelDetailFlexLR {
	display: flex;
	width: 100%;
	justify-content: space-between;
	font-size: 0px;
}
*/

div.infoPanelDetailGridWrapper {
	background-color: hsl(205, 100%, 92%); /*hsl(205, 25%, 95%);*/
	border: solid 1px hsla(0, 0%, 0%, 0.05);
	border-radius: 5px;
	padding: 5px;
	text-align: center;
	font-size: 0px;
}

div.infoPanelDetailGrid {
	display: inline-grid;
	grid-template-columns: auto auto;
	gap: 2px 10px;
}

div.infoPanelDataAgeIcon {
	/*
	height: 18px;
	width: 18px;
	border-radius: 50%;
	border: solid 1px hsla(0, 0%, 0%, 0.10);
	*/
	height: 18px;
	width: 20px;
	border-radius: 9px;
	font-size: 0px;
}

.infoPanelDetailItem, .infoPanelDetailItemDim, .infoPanelDetailItemSmall {
	color: hsl(0, 0%, 0%);
	font-size: 16px;
	line-height: 150%;
	text-align: left;
	white-space: nowrap;
}

.infoPanelDetailItemDim {
	color: hsla(0, 0%, 0%, 0.65);
}

.infoPanelDetailItemSmall {
	color: hsl(0, 0%, 25%);
	font-size: 15px;
}

div.varGrid {
  display: grid;
  grid-template-columns: min-content auto min-content min-content min-content;
  gap: 0px;
  padding: 0px;
}

div.varGroupLabel {
	height: auto !important;
	grid-column: 1/-1;
	font-family: "StandardFontBold", "Arial", sans-serif;
	font-size: 18px;
	color: hsl(205, 75%, 45%);
	text-align: center;
	margin-top: 15px;
	margin-bottom: 5px;
}

/*
div.varRowSpacer {
	grid-column: 1/-1;
	height: 10px;
}
*/

div.varGridCell, div.varGridCellSub {
	display: flex;
	align-items: center;
	height: 40px;
	font-size: 15px;
	color: hsl(0, 0%, 0%);
	white-space: nowrap;
	padding-left: 10px;
}

div.varGridCellSub {
	height: 30px;
}

div.varGridCellSubLastRow {
	margin-bottom: 5px;
}

div.varGridDataAge {
	padding-left: 0px;
}

div.varGridDataAgeIcon {
	/*
	height: 18px;
	width: 18px;
	border-radius: 50%;
	*/
	height: 24px;
	width: 28px;
	border-radius: 12px;
	font-size: 11px;
	letter-spacing: 0px;
	line-height: 22px;
	text-align: center;
	color: hsl(0, 0%, 100%);
	/*border: solid 1px hsla(0, 0%, 0%, 0.10);*/
	pointer-events: none;
}

div.varGridLabel {
	font-family: "StandardFontBold", "Arial", sans-serif;
}

span.varGridLabelDepth, span.varGridLabelDepthDim {
	font-family: "StandardFontRegular", "Arial", sans-serif;
	font-size: 13px;
	color: hsl(0, 0%, 0%);
	margin-left: 6px;
}

span.varGridLabelDepthDim {
	color: hsl(0, 0%, 50%);
}

div.varGridValue {
	font-family: "StandardFontBold", "Arial", sans-serif;
	text-align: right;
}

div.varGridUnits {
	color: hsl(0, 0%, 30%);
}

div.varGridViewPlot{
	padding-left: 15px;
}

div.varGridPlotContainer, div.varGridProfilePlotContainer {
	position: relative;
	z-index: 1;
	grid-column: 1/-1;
}

div.varGridPlotReadoutContainer {
	position: absolute;
	z-index: 10;
	width: auto;
	left: 0px;
	right: 0px;
	top: 5px;
}

div.varGridViewPlotClosed, div.varGridViewPlotOpen {}

svg.varGridViewPlotArrow {
	width: 20px;
	height: 15px;
	fill: hsl(0, 0%, 75%);
	rotate: 0deg;
	transition: rotate 0.35s ease-in-out;
}

div.varGridViewPlotOpen svg.varGridViewPlotArrow {
	rotate: 180deg;
}

div.varGridPlotClosed, div.varGridPlotOpen {
	max-height: 0px;
	overflow: hidden;
	transition: max-height 0.25s linear;
}

div.varGridPlotOpen {
	max-height: 210px;
}

div.varGridProfilePlotContainer div.varGridPlotOpen {
	max-height: 310px;
}

div.varGridPlotFrame {
	height: 200px;
	background-color: hsl(0, 0%, 100%);
	/*border: solid 1px hsl(0, 0%, 85%);*/
	/*
	border-top: solid 1px hsl(0, 0%, 85%);
	border-bottom: solid 1px hsl(0, 0%, 85%);
	*/
	background-color: hsl(205, 25%, 95%);
	border-radius: 5px; /*10px;*/
	overflow: hidden;
	margin-bottom: 10px;
	box-sizing: border-box;
}

div.varGridProfilePlotContainer div.varGridPlotFrame {
	height: 300px;
}

div.varGridPlotLoadingMsg {
	position: absolute;
	z-index: 1;
	width: auto;
	height: auto;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: hsl(203, 100%, 40%);
	font-size: 20px;
	/*
	line-height: 200px;
	text-align: center;
	*/
}

div.varGridPlotWrapperHidden, div.varGridPlotWrapperVisible {
	position: absolute;
	z-index: 2;
	width: auto;
	height: auto;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	opacity: 0;
	/*background-color: hsl(0, 0%, 100%);*/
}

div.varGridPlotWrapperVisible {
	opacity: 1;
	transition: opacity 0.25s linear;
}

div.varGridPlotCanvas {
	position: absolute;
	width: auto;
	height: auto;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}



/*** ACCOUNT ***/
img.accountNanoosLogo {
	width: 180px;
}

div.accountOptionsBlock {
	position: relative;
	display: inline-block;
	font-size: 0px;
	border: solid 2px hsl(205, 50%, 40%);
	border-radius: 10px;
	padding: 30px;
}



/*** CONTENT ***/
div.contentBlock {
	position: relative;
	font-size: 0px;
	text-align: left;
}

.standardView div.contentBlock {
	display: inline-block;
	font-size: 0px;
	border: solid 2px hsl(205, 50%, 40%);
	border-radius: 10px;
	padding: 30px;
}

p.contentHeading {
	font-family: "StandardFontBold", "Arial", sans-serif;
	color: hsl(205, 75%, 65%);
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 5px;
}

p.contentHeading:first-child {
	margin-top: 0px;
}

p.contentText {
	color: hsl(0, 0%, 100%);
	font-size: 16px;
	line-height: 150%;
}



/*** MENU TILE GRID ***/
div.menuTileGrid { /* grid max-height is set when creating rows/cells */
  /*position: absolute;*/
  z-index: 1;
  display: grid;
  width: 100%;
  height: 100%;
  gap: 10px;
  padding: 10px;
  margin: 0px;
}

.standardView div.menuTileGrid {
	height: auto;
	grid-template-columns: repeat(auto-fit, 180px);
	grid-template-rows: repeat(auto-fit, 180px);
	place-items: center;
	justify-content: center;
}

.phoneView div.menuTileGrid {
	grid-template-columns: 1fr 1fr;
}

div.menuTile, div.menuTileSpecial {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
	background-color: hsl(205, 75%, 30%);
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	pointer-events: auto;
}

.standardView div.menuTile, .standardView div.menuTileSpecial {
	width: 100%;
	height: 100%;
}

.phoneView div.menuTileGrid div.menuTileSpecial {
	grid-column: 1 / -1;
}



img.menuTileIcon, img.menuTileIconLarge {
	position: relative;
	height: 50px;
	pointer-events: none;
}

img.menuTileIconLarge {
	top: -5px;
	scale: 1.35;
}

div.menuTileLabel {
	font-family: "StandardFontBold", "Arial", sans-serif;
	font-size: 18px;
	letter-spacing: 0px;
	color: hsl(0, 0%, 100%);
	line-height: 18px;
	text-align: center;
	pointer-events: none;
}

.phoneView {
	font-size: 16px;
}



/*** LAYERS ***/
div.layerIconForecast {
	background-color: hsl(150, 35%, 45%);
}

div.layerIconObs {
	background-color: hsl(200, 35%, 45%);
}

div.layerIconClimate {
	background-color: hsl(35, 50%, 45%);
}

div.layerIconAnomaly {
	background-image: linear-gradient(hsl(0, 50%, 40%), hsl(0, 0%, 65%), hsl(240, 50%, 40%));
	background-repeat: no-repeat;
  background-size: cover;
}

div.layerIconVariable {
	background-color: hsl(0, 0%, 45%);
}



/*** INFO ***/
.standardView div.infoContainer {
	max-width: 600px;
	margin: 0px auto;
}

.phoneView div.infoContainer {}

div.infoText {
	font-size: 17px;
	line-height: 175%;
	color: hsl(0, 0%, 100%);
	margin-top: 15px;
}

div.infoText:first-child {
	margin-top: 0px;
}

.phoneView div.infoText {
	margin-top: 10px;
}

div.infoTitle {
	font-family: "StandardFontBold", "Arial", sans-serif;
	font-size: 20px;
	line-height: 150%;
	color: hsl(50, 100%, 55%); 
	margin-top: 30px;
}

div.infoTitle:first-child {
	margin-top: 0px;
}

div.infoNotice {
	font-family: "StandardFontBold", "Arial", sans-serif;
	font-size: 18px;
	line-height: 150%;
	color: hsl(50, 100%, 55%); 
}

div.infoErrorTitle {
	font-size: 24px;
	line-height: 150%;
	letter-spacing: 1px;
	color: hsl(50, 100%, 55%);
	text-align: center;
}



/*** DEBUG ***/
div.debugPanel {
	position: fixed;
	z-index: 99;
	right: 0px;
	top: 0px;
	max-width: 300px;
	background-color: hsl(0, 0%, 0%);
	border: solid 1px hsl(160, 100%, 60%);
	border-top: none;
	border-right: none;
	padding: 10px;
}

p.debugMsg {
	font-size: 15px;
	color: hsl(160, 100%, 60%);
	line-height: 150%;
	margin-top: 10px;
}

p.debugMsg:first-child {
	margin-top: 0px;
}
