@charset "utf-8";

/* for top Glossary */
#main {
	width:760px;
	margin-left:35px;
}

#glossary #main p{
	width:700px;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:45px;
}

#glossary #main ul.charIndex {
	width:540px;
	margin-left:110px;
	margin-bottom:30px;
}

#glossary #main ul.charIndex li {
	display:inline;
	margin-left:6px;
}
#glossary #main table {
	margin-left:30px;
	margin-bottom:30px;
	width:700px;
	border-top:1px solid #628599;
	border-left:1px solid #628599;
}
#glossary #main table th,#glossary #main table td {
	padding:15px 20px;
	border-right:1px solid #628599;
	border-bottom:1px solid #628599;
}
#glossary #main table th {
	width:155px;
	border-right:none;
	border-bottom:1px solid #628599;
	color:#183640;
	vertical-align:top;
}
#glossary #main table th.category {
	padding:1px 20px;
	background:#628599;
	color:#fff;
	font-size:1.2em;
}

#glossary #main p.toTop{
	margin-bottom:45px;
	padding:0;
	text-align:right;
}
.mb45{margin-bottom:45px ! important;}
