body {
	padding: 0;
}

ul.report li.item {
	border-top: 4px solid #555;
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
	margin-bottom: 2em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h2 {
	margin: 0 0 .5em;
}

h2.parentItem {
	font-weight: bold;
	font-size: 1em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #ccc;
}

/* If combining children, display parent slightly larger */
ul.report.combineChildItems h2.parentItem {
	font-size: 1.1em;
	padding-bottom: .75em;
	margin-bottom: .4em;
}

h2.parentItem .title {
	font-weight: normal;
}

h3 {
	margin-bottom: .6em;
	font-weight: bold !important;
	font-size: 1em;
	display: block;
}

/* Metadata table */
th {
	vertical-align: top;
	text-align: right;
	width: 15%;
	white-space: nowrap;
}

td {
	padding-left: .5em;
}


ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

/* Tags */
h3.tags {
	font-size: 1.1em;
}

ul.tags {
	line-height: 1.75em;
	list-style: none;
}

ul.tags li {
	display: inline;
}

ul.tags li:not(:last-child):after {
	content: ', ';
}


/* Child notes */
h3.notes {
	font-size: 1.1em;
}

ul.notes {
	margin-bottom: 1.2em;
}

ul.notes > li:first-child p {
	margin-top: 0;
}

ul.notes > li {
	padding: .7em 0;
}

ul.notes > li:not(:last-child) {
	border-bottom: 1px #ccc solid;
}


ul.notes > li p:first-child {
	margin-top: 0;
}

ul.notes > li p:last-child {
	margin-bottom: 0;
}


/* Preserve whitespace on notes */
ul.notes li p, li.note p {
	white-space: pre-wrap;  /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;  /* Opera 4-6 */
	white-space: -o-pre-wrap;  /* Opera 7 */
	word-wrap: break-word;  /* Internet Explorer 5.5+ */
}

/* Display tags within child notes inline */
ul.notes h3.tags {
	display: inline;
	font-size: 1em;
}

ul.notes h3.tags:after {
	content: ' ';
}

ul.notes ul.tags {
	display: inline;
}

ul.notes ul.tags li:not(:last-child):after {
	content: ', ';
}

