body {
	position: relative;
	background-color: #7aacdb;
	color: #fff;
	font-size: 12px;
 	font-family: "MS Gothic", "Kosugi Maru", sans-serif;
}

a {
	color: #fff;
}

p {
	min-height: 22px;
	border-bottom: 2px solid #fff;
	padding: 2px;
	display: flex;
	align-items: center;
}

p.chat-btn {
	text-decoration: underline;
	cursor: pointer;
}

a:hover,
a:hover span,
p.chat-btn:hover {
	text-decoration: none;
}

.sidebar-title {
	font-weight: bold;
}

.nav-separator,
.mini-heads {
	border-bottom: 2px solid #fff;
}

.mini-heads img {
	image-rendering: pixelated;
	image-rendering: crisp-edges;
}

.human-heads,
.mon-heads {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 3px;
}

.mon-heads {
	margin-top: -5px;
}

.blog-posts {
	font-size: 11px;
}