body {
	background-image: url('/static/thanos.png');
	background-position: bottom right;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #C3B7DA;
	color: rgba(68, 60, 84, 1);
	font-family: arial;
	font-size: 15px;
}
div.post.reply {
	background: #f4f4f4;
	border: 6px solid #443c54;
	
}
div.post.reply.highlighted {
	background: #a48cd4;
	border-color: #0b0a0d;
	
}


.desktop-style div.boardlist:nth-child(1) {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin-top: 0;
	background-color: rgba(251,254,251,255)
}

div.pages {
	color: white;
	background: rgba(0, 0, 0, 0.2);
	display: inline-block;
}

form table tr th{
	background: linear-gradient(0deg, rgba(149, 138, 173, 1) 0%, rgba(149, 138, 173, 1) 100%);
} 
.boardlist {
	background: linear-gradient(0deg, rgba(149, 138, 173, 1) 0%, rgba(149, 138, 173, 1) 100%);
}
div.pages.top {
	background: #73AD21;
}
div.pages {
	background: #73AD21;
}


.post-item, .post-submenu {
	
	color: #fcfcfc;
	
}

.post-item:hover, .post-submenu:hover {
	
	color:rgba(149, 138, 173, 1)
	
}

