/*
 * extra CSS for misc plugins
 *
 * @author Christopher Arndt <chris@chrisarndt.de> & the resp. plugin authors
 */

/* highlighted */

.hilited, ins, del {
	padding-left: 0.1em;
	padding-right: 0.1em;
}

.hilited {
	color: #000000;
	background-color: yellow;
}

/* inserted */

ins {
	background: #c8fcc8;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

/* deleted */

del {
	color: #000000;
	text-decoration: line-through;
}

/* category */

.category {
	padding-top: 3px;
	margin-bottom: 0.4em;
	border-top: 2px dotted #dee7ec;
	text-align: right;
}

/* discussion */
.commentform {
	margin-left: 2em;
	margin-right: 2em;
}
