/**********************************************************************
 * Permalink buttons (article content)
 */

hgroup.plink {
	position:relative;
}
hgroup.plink button {
	position:absolute;
	overflow:hidden;
	color:inherit;
	text-indent:2em;
	right:100%;
	top:0;
	margin:0 0.2em 0 0;
	padding:0;
	width:1.4em;
	height:1.4em;
	background:transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M35,65 L65,35 M25,40 l-5,5 a1,1 0 0,0 35,35 l5,-5 M40,25 l5,-5 a1,1 0 0,1 35,35 l-5,5' fill='none' stroke='%234a6466' stroke-width='8' /%3E%3C/svg%3E") no-repeat center center;
	opacity:0.66;
}
hgroup.plink:hover button,
hgroup.plink button:focus {
	opacity:1;
}
hgroup.plink h2+button { top:0.2em; }
hgroup.plink h3+button { top:0.1em; }

@media print {
	hgroup.plink button {
		display:none;
	}
}
@media screen and (width<1200px) {
	hgroup.plink {
		margin-left:1.5em;
	}
}