@charset "UTF-8";
/* CSS Document for the holding page */

.home-page-box {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.home-page-box .content-box-content {
	padding-top: 10px;
	padding-bottom: 35px;
}

.home-page-logo {
	margin: 40px auto 25px auto;
	width: 300px;
	text-align: center;
}

.contact-details .fn,
.contact-details .org,
.contact-details .email .type,
.contact-details .email .value {
	display: none;
}

.contact-details .vcard {
	text-align: center;
	line-height: 30px;
	font-size: 16px;
}

#container .content-box-content {
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
}

.toc {
	width: 420px;
	float: right
}

.toc .content-box-content {
	padding: 0 0 30px 0;
}

.toc ul {
	margin-left: 20px;
}

.toc h3 {
	text-align: center;
}

h1 .contents-link {
	font-size: 14px;
}

.resources-book-table {
	border: 1px solid #333;
	border-collapse: collapse;
}
.resources-book-table td,
.resources-book-table th {
	border-bottom: 1px solid #333;
	padding: 3px;
}

.resources-book-table th {
	text-align: center;
}