body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	max-width: 850px;
	margin: 15px auto;
	padding: 0 15px;
	background: url(/img/so-white.png);
}

.title-group h1 {
	margin-bottom: 0;
}

.title-group h3 {
	margin-top: 0;
}

h1 {
	font-size: 32px;
}

h2 {
	color: #888;
	text-transform: uppercase;
	margin-bottom: 5px;
}

h3 {
	color: #888;
}

blockquote {
	border-left: 2px solid #ccc;
	margin-left: 20px;
	padding-left: 10px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #1b70e0;
}

a:hover {
	color: #528edd;
	text-decoration: underline;
}

.small {
	font-size: 11px;
}

.muted, .muted a {
	color: #aaa;
}

.muted a {
	text-decoration: underline;
}

.eresult-list {
	padding-left: 50px;
	column-count: 2;
}

.eresult {
	font-size: 16px;
	word-break: break-all;
}

.eresult b {
	display: inline-block;
	width: 35px;
}

.eresult span {
	font-weight: normal;
}

.eresult-title b {
	color: #888;
}

.removed b {
	color: #f00;
}

.removed span {
	text-decoration: line-through;
}

.removed-desc {
	color: #f00;
}

.eresult:not(.removed) b {
	color: #000;
}

.eresult a {
	color: #000;
}

.eresult a:hover {
	color: #879DED;
}

@media (max-width: 600px) {
	blockquote {
		margin-right: 0;
	}

	.eresult-list {
		padding-left: 0;
		column-count: 1;
	}

	.eresult-list .eresult {
		margin-top: 10px;
	}

	.detail-return a {
		display: inline-block;
		margin-top: 20px;
	}
}
