@charset "utf-8";
/* CSS Document */

           @media only screen and (min-width: 70rem) {

		#shareThisPage {
			display: none;
			position: absolute;
			width: 80px;
			height: 20px;
			bottom: 10px;
			right:330px;
			padding-left: 20px;
			margin: 0;
			background-image:url(https://maps.nls.uk/assets/sharethispage/skin/shareThisPageButton-background.png);
			background-position: 10px center;
			background-repeat: no-repeat;
			background-color: #003;
			border-radius: 12px;
			color: white;
			font-size: 11px;
			line-height: 1.7em;
			text-align: center;
			color: white;
			font-family:Arial, Helvetica, sans-serif;
			box-shadow: 1px 1px 5px 0px #999; 
			cursor: pointer;
		}

}

           @media only screen and (max-width: 70rem) {

		#shareThisPage {
			visibility: hidden;
		}

}


#shareThisPagePopUp {
	display: none;
	position: absolute;
	left: 0;
	width: 120px;
	margin: 0 0 4px 0;
	padding: 0;
	border-radius:20px;
	z-index: 100000;
}
#shareThisPagePopUp .above, #shareThisPagePopUp .below {
	display: block;
	width: 130px;
	height: 8px;
	margin: 0;
	padding: 0;

	background-position: center;
	background-repeat: no-repeat;
	z-index: 100000;
}
#shareThisPagePopUp .above {
	background-image:url(pointerUp.png);
}
#shareThisPagePopUp .below {
	background-image:url(pointerDown.png);
	z-index: 100000;
}
#shareThisPage ul {
	margin: 0;
	padding: 12px;
	list-style: none;
	// background-color: #003;
	background:rgba(0, 0, 51, 0.85);
	clear: both;
	z-index: 100000;
}
#shareThisPage p {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 1.1em;
	// background-color: #003;

	background:rgba(0, 0, 51, 0.85);

	clear: both;
	z-index: 100000;
}
#shareThisPage button {
	border: none;
	background-color: transparent;
	color: white;
	text-decoration: underline;
	font-weight: bold;
}
#shareThisPage button:hover {
	color: #ccc !important;
	cursor: pointer;
}
#shareThisPage p.copylink {
	padding-bottom: 20px;
}
#shareThisPage h3 {
	cursor: pointer;
	margin: 0;
	padding-top: 2px;
	padding-right: 8px;
	font-size: 1em;
	text-align: middle;
}
#shareThisPage #shareThisPageClose {
	margin: 0;
	padding: 4px;
	text-align: right;
	font-weight: bolder;
	cursor: pointer;
}
#shareThisPage ul li {
	width: 24px;
	min-height: 20px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 8px;
	zoom: 1;
	*display: inline;
	_height: 24px;
	z-index: 100000;

}
#shareThisPage a, #shareThisPage a:hover {
	background-color: transparent !important;
	text-decoration: underline !important;
	font-weight: bolder !important;
}
#shareThisPage a {
	color: white !important;
}
#shareThisPage a:hover {
	color: #c30 !important;
}
#shareThisPage li img {
	border: none;
}