/* Styles shared among all language versions - page layout elements */

/********** Social **********/
.share-desktop{display:block;}
.share-popup{display:none;}

#share ul {
	display: none; /* Hide social media box by default */
	width: 130px;
	max-width: 130px;
	padding: 10px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
	#share ul li {
		padding-bottom: 10px;
	}
		/* Social media box header */
		#share ul li:first-child {
			font-size: 14px;
			color: #425c8d;
			font-weight: bold;
		}
		#share ul li.last {
			padding-bottom: 0px;
		}

	#share ul { 
		display: block; 
		position: fixed;
		right: -1px;
		top: 150px;
	}
	
#share-menu { display: none; } /* Social links dropdown - visible on tablet and phone layouts only */

