/* CSS for [[Template:closed]] */

/* The outermost container for the template. */
.wst-closed-container {
	background: #E3F9DF;
	padding: 0 10px;
	border: 1px solid #AAA;
}

/* The leading "This discussion is closed…" text. */
.wst-closed-leading {
	font-style: italic;
}

/* The result, if one is given. */
.wst-closed-result {
	font-weight: bold;
}

.wst-closed-discussion {
	/* In case we want to add some style to it. */
}