.title {
	display: inline-block;
	font-size: 40px;
	letter-spacing: -0.03em;
	line-height: 46px;
}

.body {
    color: white;
	font-size: 20px;
    line-height: 1.2em;
    margin-right: 50px;
    margin-bottom: 30px;
    counter-reset: section 0;
}

.latex{
    font-style:oblique;font-size:110%; line-height:140%;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

a {
    text-decoration: none;
}

p {
    margin-top: 0em;
    margin-bottom: 0em;
    text-indent: 1em;
    line-height: 1.7em;
}

#toc {
    padding-bottom: 10px;
    margin-top: 50px;
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: bolder;
    border-bottom: solid 2px white;
}

.toc_item {
    font-size: 22px;
    line-height: 1.5em;

}

h1 {
    padding-bottom: 10px;
    margin-top: 50px;
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: bolder;
    border-bottom: solid 2px white;
    counter-reset: sub_section 0;
}

h1:before {
    counter-increment: section 1;
    content: counter(section) ". ";
}

h2 {
    padding-bottom: 10px;
    margin-top: 2em;
    font-size: 24px;
    font-weight: bold;
}

h2:before {
    counter-increment: sub_section 1;
    content: counter(section) "." counter(sub_section) " ";
}

ul li {
    margin-left: 24px;
    margin-top: 5px;
    margin-bottom: 5px;
    list-style-type: disc;
}

ul ul li {
    margin-left: 48px;
    margin-top: 5px;
    margin-bottom: 5px;
    list-style-type: circle;
}

ol li {
    margin-left: 24px;
    margin-top: 5px;
    margin-bottom: 5px;
    list-style: decimal;
}

ol.brackets_with_decimal li, ol.brackets_with_alphabet li {
    padding-left: 1.8em;
    text-indent: -1.8em;
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    list-style-type: none;
	counter-increment: cnt;
}

ol.brackets_with_decimal li::before {
	content: "(" counter(cnt) ") ";
}

ol.brackets_with_alphabet li::before {
	content: "(" counter(cnt, lower-latin) ") ";
}

.card_container {
	display: flex;
	flex-wrap: wrap;
    margin: calc(-20px / 2); 
	padding: 20px;
}

.card_itemWrapper {
	width: calc(100% / 3 - 20px);
	margin: calc(20px / 2);
    margin-bottom: 30px;
}

.card_item {
    font-size: 14pt;
    line-height: 1.5em;
}

.membername {
    font-weight: bolder;
    font-size: 16pt;
}
