		.yanniswp_spoiler_button {
			display : block;
			background: black;
			color: white;
			border: 1px solid red;
			border-radius: 5px;
			padding: 8px;
		}

		.yanniswp_spoiler {
			background: #f0f0f0;
			color: black;
			margin-top: 10px;
			margin-bottom: 10px;
			padding: 10px;
			border: 1px;
			box-shadow: inset 0 0 10px #000;
			-moz-box-shadow: inset 0 0 10px #000;
		}
		