* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

html,
body {
	/* background: rgb(229,223,239) linear-gradient(rgba(169,165,210,1), rgba(229,223,239,0)) left 80px repeat-x; */
	/* background-size: 10px 250px; */
	display: block;
	/* font:  "motiva-sans", sans-serif; */
	margin: 0;
	min-height: 100%;
	text-rendering: geometricPrecision;
	/* z-index: 1; */
}

a {
	color: rgb(39,35,80);
}

button {
	cursor: pointer;
}


button {
	background: rgb(39,35,80);
	border: 0;
	color: rgb(255,255,255);
}

label {
	display: none;
}

input,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

/*
input:focus {
	background: rgba(255,255,255,1);
}
*/

::-webkit-input-placeholder {
   color: rgb(0,0,0);
}

::-moz-placeholder {
   color: rgb(0,0,0);
}

hr {
	border: 0;
	border-top: 1px solid rgba(255,255,255,.25);
	margin: 20px auto;
	height: 1px;
	width: 25%;
}

img {
	max-width: 100%;
}

	#sb-body img {
		max-width: unset;
	}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.stabby {
	border-radius: 40px;
	height: 40px;
	width: 40px;
}

.content {
	margin: 0 auto;
	padding: 25px 0;
	width: 720px;
}

.meta {
	/* opacity: .5; */
}

h2 {
	display: none;
}

h3,
h4,
h5 {
	font-family: futura-pt, sans-serif;
	font-weight: 600;
	letter-spacing: -0.04em;
}

h3 {
	font-size: 24px;
}

h4,
h5 {
	font-size: 20px;
}

.linethrough {
	text-decoration: line-through;
}

.spoiler {
	cursor: pointer;
	position: relative;
}

.spoiler a {
	color: rgb(0 0 0);
}

.spoiler::before {
	content: 'Tap to view';
	display: block;
	font-family: sans-serif;
	font-size: 8px;
	font-weight: bold;
	left: 0;
	line-height: 8px;
	position: absolute;
	top: -8px;
}

.input,
textarea,
[type=submit],
[type=button] {
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 5px;
	font-size: 14px;
	padding: 10px;
}

[type=submit],
[type=button] {
	background: rgb(51,63,120);
	border: 0;
	color: rgb(255,255,255);
}