.spoiler, .nsfw {    margin-top:20px;    margin-bottom: 20px;}.spoiler span.button{	background-color: #333;	padding: 5px;	border-radius: 3px;	border: 1px solid #333;	color:#FFF;	font-weight:bolder;	font-size: 85%;	cursor:pointer;}.nsfw span.button{	background-color: #ff1493;	padding: 5px;	border-radius: 3px;	border: 1px solid #333;	color:#FFF;	font-weight:bolder;	font-size: 85%;	cursor:pointer;}.spoiler .content{	display:none;	margin-top: 5px;    margin-bottom: 10px;	padding: 10px;}.nsfw .content{	display:none;	margin-top: 5px;    margin-bottom: 10px;	padding: 10px;}#reply .spoiler span:hover +div.content,#reply .nsfw span:hover +div.content,#reply .spoiler span:hover +span+div.content,#reply .nsfw span:hover +span+div.content{	display:block;}#reply .spoiler .content:hover,.nsfw .content:hover{	display:block;}/* Mysterious hack for Safari :hover bug */.spoiler + div.content *:hover { } .nsfw + div.content *:hover { } .spoilerbutton {display:inline-block; text-indent:-9999px; width:16px; height:16px; background:url(spoil.svg); background-repeat:no-repeat; padding-right:5px;}.formattingButtons .spoilerbutton{margin-top:-2px;}.nsfwbutton {display:inline-block; text-indent:-9999px; width:16px; height:16px; background:url(nsfw.svg); background-repeat:no-repeat; padding-right: 7px;}.formattingButtons .nsfwbutton{background-position:0; margin-top:-2px; margin-left: 3px;}