#load-more {
	border-radius: 3px;
	font-size: 12px;
	text-align: center;
	letter-spacing: 1px;
	color: #900;
	font-weight: bold;
	line-height: 38px;
	cursor: pointer;
	position: relative;
	height: 38px;
	background: #ccc;
	text-transform: uppercase;
	width: 180px;
	margin: 0 auto;
}

#load-more:hover {
	background: #e1e1e1;
}

.spinner {
	position: absolute;
	background: url(/wp-admin/images/spinner.gif) no-repeat;
	background-size: 20px 20px;
	display: none;
	opacity: .7;
	filter: alpha(opacity=70);
	width: 20px;
	height: 20px;
	left: 80%;
	top: 9px;
}

.custom-archive-date {
	font-size: 12px;
	color: #707070;
	line-height: 20px;
}

.custom-archive-excerpt {
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	margin: 0;
}

.outlook-custom-archive .custom-archive-entry,
.washington-people-custom-archive .custom-archive-entry {
	margin-bottom: 35px;
}

.outlook-custom-archive-excerpt,
.washington-people-custom-archive-excerpt {
	margin-bottom: 15px;
}

.custom-archive-link {
	display: block;
	padding-bottom: 5px;
}

#no-more {
	display: none;
	text-align: center;
	color: #900;
	font-weight: bold;
	line-height: 38px;
	cursor: pointer;
	position: relative;
	height: 38px;
}