@charset "utf-8";

/* category.css */
main p strong {
	font-weight: bold;
}

.category {
	background-color:#98a619;
	color:#bcc569;
}

.category em {
	background-color:#747504;
}

#circle_info {
	margin : 0px 0px 20px 0px;
}

table.activityBox {
	border-top: 1px solid #747504;
}

.activityBox strong {
	font-weight:bold;
}

.activityBox th,td {
	border-bottom: 1px solid #747504;
	padding:3px;
}

.activityBox th {
	white-space: nowrap;
}

.headerImg {
	margin-bottom : 20px;
}

#circlePage .update {
	text-align:right;
	font-size:0.875rem;
}

#circlePage .update:before {
	content:"\f073";
	font-family: FontAwesome;
	padding-right:4px;
}

.newsList p {
	padding:0;
	font-size:0.875rem;
}

a[href^="mailto:"] {
	display: inline-flex;
	align-items: center;
}

@media only screen and (max-width: 640px) {

}
