.spl-spoiler {
	margin: 10px 0px;
}

.spoiler-button {
    display: inline-block;
    text-align: justify;  

	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;

	color: #27408b;
	background-color: #f0f8ff;

	padding: 4px 8px;
	margin-left: 10px;

	border: 1px solid #ffd39b;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px;
	cursor: pointer;
}

.spoiler-button.likable {
	color: green;
}

.spoiler-pad {
	margin: -1px 0px 25px 0px !important;
	display: none;		/* will be overriden by inline-style */
}

.spoiler-pad.copyshield {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	cursor: default;
}

.spoiler-content {
	border: 1px solid #ffd39b;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px;
	padding: 10px;
	background-color: rgba(255,255,255,0.5);
}

.spoiler-scroll {
	float: right;
	height: 19px;
	line-height: 19px;
	font-size: 16px;
	padding: 0px 8px;
	
	border: 1px solid #ffd39b;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px;
	color: darkorange;
	background-color: rgba(255,255,255,0.5);
	cursor: pointer;
}

.top-scroll {margin-top: -20px;}
.bot-scroll {margin-top: -1px;}

