/*
	-- -- -- -- -- -- --
	Publications Supporting Docs plugin CSS
	-- -- -- -- -- -- --
*/

	.supportingdocs { 
		margin: 0 0 1em 0;
	}
	.supportingdocs ul.element-list {
		margin: 0;
		padding: 0;
		list-style: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	.supportingdocs ul.element-list li {
		margin: 0;
		padding: 0.6em 0;
		border: none;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		position: relative;
		list-style: none;
	}
	.supportingdocs small,
	.supportingdocs span {
		color: #999;
	}
	.supportingdocs span.ext {
		display: inline;
		font-size: 75%;
	}
	.supportingdocs .extras {
		float: right;
		color: #CCC;
		font-size: 85%;
	}
