.wiki_navi{
		display: flex;
		flex-direction: column;
		justify-content: center;
}

.wiki_nav_cat{
	text-align: center;
	font-weight: bold;
}

.wiki_entry{
	margin: 5px;	
}

.wiki_entry::before{
		content: "» ";
	padding-right: 2px;	
}

/*Main*/
.wiki_title{
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin: 20px 10px 15px 10px;
}

.wiki_textbox{
	margin: 10px 20px;	
}

/*modcp*/
.wiki_modcp_entry{
	padding: 5px;
	text-align: justify;
	max-height: 500px;
	overflow: auto;
}
        