Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/*
	Article Info
	Created by: Terasail
*/
#p-ubar {
	font-size: 0.875rem; font-family: sans-serif;
}

#p-ubar, #p-ubar li {
	display: inline-block;
}

#p-ubar li {
	margin-left:0.4rem; padding-left: 0.4rem; border-left: 1px solid #54595d;
}

#p-ubar a, #p-ubar a:visited {
	color: #54595d;
}

#p-pbar {
	width: 100%; padding: 0.2rem 0; border-bottom: 1px solid #c8ccd1;
}

#p-pbar, #p-pbar li {
	display: inline-block;
}

#p-pbar li:not(:last-child) {
	margin-right:0.25rem; padding-right: 0.25rem; border-right: 1px solid #c8ccd1;
}

#p-pbar a:visited {
	color: #3366cc;
}