@CHARSET "UTF-8";

/**
 * CSS for Special:WatchlistConditions in the Semantic Watchlist extension.
 * @see http://www.mediawiki.org/wiki/Extension:Semantic_Watchlist
 * 
 * @licence GNU GPL v3 or later
 * @author Jeroen De Dauw <jeroendedauw at gmail dot com>
 */

fieldset .swl_group {
	width: 100%;
	border: 1px solid black;
	min-height: 60px;
}

/*table .swltable {
	width: 100%;
	border: 1px solid black;
}

*/div .propid {
	width: 100%;
	padding-bottom: 2px;
	/*border: 1px solid black;*/
}

.swl-group-prop {
	
}

div.customText {
	background: #ddd;
	padding: 5px;
	margin-bottom: 12px;
}

div.customText table {
	width: 100%;
}
