/**
 * @package Simple Spoiler - phpBB Extension
 * @author Alfredo Ramos <alfredo.ramos@yandex.com>
 * @copyright (c) 2015 Alfredo Ramos
 * @license GNU GPL 3.0 <https://www.gnu.org/licenses/gpl-3.0.txt>
 */

.simple-spoiler {
	background-color: #fff;
	border-width: 1px;
	border-color: #c9d2d8;
	padding: 3px;
	font-size: 1em;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.simple-spoiler,
.simple-spoiler .spoiler-header{
	border-style: solid;
}
.spoiler-header {
	border-width: 0 0 1px 0;
	border-color: #ccc;
	font-size: 0.8em;
	line-height: 1.5em;
	font-weight: 700;
	/*text-transform: uppercase;*/
	margin: 0 0 3px 0;
	padding: 0 3px;
}
.spoiler-body {
	margin: 2px 0 0;
	padding: 3px 6px;
}
.simple-spoiler .simple-spoiler {
	background-color: #f9f9f9;
}