

#storePanel {
	position: fixed;
	top: 0;
	width: 288px;
	right: -330px;
	height: 100%;
	overflow: hidden;
	font-family: "robotoCondensed";
	box-shadow: -5px 0 32px 4px rgba(86, 86, 86, 0.567);
	border-left: 1px solid #979797;
	z-index: 5000;
}

#storeHd {
	width: 18em;
	float: left;
	font-size: 110%;
	font-weight: 800;
	height: 48px;
	background-color: var(--panelHdBck);
}

#storeHd a {
	height: inherit;
	float: left;
	/* to avoid gap due to carriage return in the source code */
}

#storeHd img {
	width: auto;
	height: inherit;
	background-color: var(--closeImgBck);
}

#storeTitle {
	font-family: 'robotoCondensed';
	color: var(--white);
	float: left;
	padding-left: 1em;
	line-height: 2.7em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#storeContainer {
	position: relative;
	width: 100%;
	height: calc( 100% - var(--d48) );
	overflow: hidden;
	background-color: white;
	 background-color: #adadad;
}

#storeFrame {
	box-sizing: border-box;
	font-family: "sourceSerifPro";
	height: 100%;
 	width: calc(100% + var(--scrollbarWidth) );
	font-size: 1.1rem;
	text-align: justify;
	overflow-y: scroll;
	padding-left: 1rem;
	padding-right: 1rem;
	line-height: 1.55rem;
	border-left: 1px solid var(--containerBorder);
	background-color: var(--white);
	-webkit-overflow-scrolling: touch;
	/* to ensure momentum scrolling in IOs */
}

#storeFrame h2 {
	font-family: "robotoCondensed";
	font-size: 1.2rem;
	padding-top: 1.2rem;
	padding-bottom: 1rem;
	margin: 0;
}
#storeFrame p {
	padding-bottom: 8px;
}
