

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

#listingMyToursWindow .myToursPanel, #locationMyToursWindow .myToursPanel {
	position: fixed;
}

#overviewMyToursWindow .myToursPanel {
	position: absolute;
}

.myToursHd {
	width: 288px;
	font-size: 1.2rem;
	font-weight: 800;
	height: var(--d48);
	background-color: var(--panelHdBck);
}

.myToursHd a {
	height: inherit;
	display: inline-block;
	float: left;
	/* to avoid gap due to carriage return in teh source code */
}

.myToursHd img {
	width: inherit;
	height: inherit;
	background-color: var(--closeImgBck);
}

.myToursTitle {
	font-family: 'robotoCondensed';
	font-weight: 800;
	color: var(--white);
	float: left;
	padding-left: 1rem;
	line-height: 46px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

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

#myToursFrame {
	box-sizing: border-box;
	position: relative;
	height: 100%;
width: calc(100% + var(--scrollbarWidth) );
	overflow-y: scroll;
	line-height: 1.55rem;
	padding-left: 1.2rem;
	padding-right: 1.2rem;
	-webkit-overflow-scrolling: touch;
	/* to ensure momentum scrolling in IOs */
	text-align: justify;
}

#myToursFrame p {
	font-family: "sourceSerifPro";
	font-size: 1.1rem;
	line-height: 1.55rem;
	margin-bottom: 0.4rem;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}