.sitemap_table {
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 50px;
}

.sitemap_table td {
	border: 1px solid #ccc;
	padding: 5px;
}

.sitemap_table td:first-child {
	width: 5%;
	text-align: right;
}

.sitemap_table .title {
	padding: 20px 0;
	text-align: left;
}