@charset "UTF-8";

/*----------------------------------------

	+ content
		- overview

-----------------------------------------*/

/*----------------------------------------
	content
-----------------------------------------*/

#content .breadcrumb + div {
	margin-top: 70px;
}

/*----------------------------------------
	overview
-----------------------------------------*/

#overview > section > h1 {
	padding-bottom: 20px;
}

#overview > section > table {
	width: 100%;
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-collapse: collapse;
}

#overview > section > table th,
#overview > section > table td {
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding: 5px 10px;
}

#overview > section > table th:first-child,
#overview > section > table td:first-child {
	width: 130px;
}