/* align */

.c,
.c td,
.c th,
div.separator_a { text-align:center !important; }
.tal,
.tal td,
.tal th { text-align:left !important; }
.annotation { text-align:right !important; }
/* border */

.bbs1 { border-bottom:solid 1px; }
.bbd2 { border-bottom:dotted 2px; }
/* border-color */

.bcblack { border-color:#000; }
.bcbuff { border-color:#EBE4C5; }
/* background-color */

.bgwrite { background-color:#FFF; }
.bgcwaterpurple { background-color:#DCD5FB; }
.bgcbuff { background-color:#EBE4C5; }
/* display */

.db { display:block; }
/* float */

.fl { float:left !important; }
.fr { float:right !important; }
/* font color */

.important { color:#F00 !important; }
.fcindigo { color:#1E2188 !important; }
/* font size */

.note6 { font-size:60%; }
.note8 { font-size:80%; }
.chapter12 { font-size:120% !important; }
.chapter14 { font-size:140% !important; }
.fs10 { font-size:10px; }
.fs12 { font-size:12px; }
.fs14 { font-size:14px; }
.fs16 { font-size:16px; }
.fs18 { font-size:18px; }
.fs20 { font-size:20px; }
.fs12recursive * { font-size:12px; }
/* hr */

/* margin,padding */

.ma {
margin-left:auto;
margin-right:auto;
}
.mt0 {margin-top:0 !important; }
.mt10 { margin-top:10px !important; }
.mt1em { margin-top:1em !important; }
.mt2em { margin-top:2em !important; }
.mr10 { margin-right:10px !important; }
.mb0 { margin-bottom:0 !important; }
.mb05em { margin-bottom:0.5em !important; }
.mb1em { margin-bottom:1em !important; }
.mb2em { margin-bottom:2em !important; }
.mb5 { margin-bottom:5px !important; }
.ml10 { margin-left:10px !important; }
.ml1em { margin-left:1em !important; }
.ml2em { margin-left:2em !important; }
.ml3em { margin-left:3em !important; }
.ml4em { margin-left:4em !important; }
ul.limb5 li { margin-bottom:5px !important; }
.p5 { padding:5px; }
.p10 { padding:10px; }
.p15 { padding:15px; }
.pt0 { padding-top:0 !important; }
.pb0 { padding-bottom:0; }
.pb1em { padding-bottom:1em; }
/* heading */

/* lists */

ul.plane {
list-style:none;
margin:0;
padding:0;
}
ul.general {
margin-left:15px;
padding-left:15px;
}
ul.general,
ul.general li {
list-style:disc !important;
}
/* input width */

.inp50 { width:50px; }
.inp100 { width:100px; }
.inp150 { width:150px; }
.inp200 { width:200px; }
.inp250 { width:250px; }
.inp300 { width:300px; }
.inp350 { width:350px; }
.inp400 { width:400px; }
.inp450 { width:450px; }
.inp500 { width:500px; }
/* ol */

ol.common_b,
ol.common_a,
.llm20 {
margin-left:20px;
padding-left:20px;
}
ol.common_b li,
ol.common_a li,
.lsd li { list-style:decimal; }
ol.common_b { margin-bottom:1em; }
/* paragraph */

/* table */

table.wf { width:100%; }
table.plane td,
table.plane th {
padding:5px;
text-align:left;
}
/* text decoration */

.fwb { font-weight:bold; }
.fwn{ font-weight:normal !important; }
.tdul { text-decoration:underline; }