/**
 * CSS for the Contest MediaWiki extension.
 * @see https://www.mediawiki.org/wiki/Extension:Contest
 * 
 * @licence GNU GPL v3 or later
 * @author Jeroen De Dauw <jeroendedauw at gmail dot com>
 */

.contestant-comment {
	border: solid 1px #aaaab3;
	padding: 0;
	background: #eee;
	margin-bottom: 8px;
	margin-left: 0;
}

.contestant-comment-meta {
	padding: 4px 8px;
}

.contestant-comment-text {
	background: white;
	padding: 16px;
}
