@font-face {
    font-family: CMR;
    src: url(../fonts/cmuserif_roman_macroman/cmunrm-webfont.woff);
  }
  @font-face {
    font-family: CMB;
    src: url(../fonts/cmuserif_bold_macroman/cmunbx-webfont.woff);
  }


.LatexTitle {
    font-family: CMR, 'Noto Serif TC', serif;
    font-size: 40px;
    padding-top: 40vh;
    text-align: center;
    margin-bottom: 20px;
}

.LatexName {
    font-family: CMR, 'Noto Serif TC', serif;
    font-size: 27px;
    text-align: center;
    margin-bottom: 13px;
}

.LatexDate {
    font-family: CMR, 'Noto Serif TC', serif;
    font-size: 27px;
    text-align: center;
    margin-top: 13px;
    margin-bottom: 45px;
}

.LatexAbstract {
    font-family: CMB, 'Noto Serif TC', serif;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    margin-bottom: 10px;
}

.LatexAbstractText {
    margin-top: 10px;
    font-family: CMR, 'Noto Serif TC', serif;
    font-size: 21px;
    text-align: justify;
    text-indent: 20px;
}

.Margins{
    padding-left: 21%;
    width: 58%;
}

.AbstractMargins{
    padding-left: 6%;
    width: 88%;
    padding-bottom: 15px;
}

.Section {
    font-family: CMB, 'Noto Serif TC', serif;
    font-size: 33px;
    text-align: left;
    margin-top: 13px;
    margin-bottom: 20px;
}


.SubSection {
    font-family: CMB, 'Noto Serif TC', serif;
    font-size: 29px;
    text-align: left;
    margin-top: 13px;
    margin-bottom: 20px;
}

.BodyText {
    font-family: CMR, 'Noto Serif TC', serif;
    font-size: 23px;
    text-align: left;
    margin-top: 13px;
    margin-bottom: 45px;
    line-height: 125%;
    column-count: 1;
}

.BodyText2Col {
    font-family: CMR, 'Noto Serif TC', serif;
    font-size: 23px;
    text-align: left;
    margin-top: 13px;
    margin-bottom: 45px;
    line-height: 125%;
    column-count: 2;
}


.BodyText3Col {
    font-family: CMR, 'Noto Serif TC', serif;
    font-size: 23px;
    text-align: left;
    margin-top: 13px;
    margin-bottom: 45px;
    line-height: 125%;
    column-count: 3;
}

.Justified{
    text-align: justify;
    text-justify: inter-word;
}

.footerSize{
    height: 30vh;
    width: 100%;
}

.tiny{
    font-size: 8px;
}

.scriptsize{
    font-size: 11px;
}

.footnotesize{
    font-size: 13px;
}

.small{
    font-size: 15px;
}

.normalsize{
    font-size: 18px;
}

.large{
    font-size: 19px;
}

.Large{
    font-size: 23px;
}

.LARGE{
    font-size: 28px;
}

.huge{
    font-size: 33px;
}

.HUGE{
    font-size: 33px;
}