.sectiontext ul li {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1em;
    font-weight: 500;
}

.sectiontext > ul > li {
    margin-top: 30px;
    text-indent: -2em;
    padding-left: 2em;
}

.sectiontext > ul > li > ul > li {
    margin-top: 10px;
    padding-left: 4em;
    text-indent: -1.4em;
}

.sectiontext > ul > li > ul > li > ul > li {
    padding-left: 1em;
    text-indent: -1em;
}

span.numspace {
    padding-right: 5px;
}

.sectiontext p {
    text-align: left;
}

article .sectionbox h2 {
    color: black;
    font-size: 18px;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 0.5em;
}

ol.items, ul.members {
    list-style: none;
    padding-left: 1em;
    margin-top: 0;
}

ol.items > li, ul.members > li {
    padding-left: 2.5em;
    text-indent: -2.65em;
    font-size: 16px;
    font-weight: 500;
    margin-top: 1em;
}

article .sectionbox h2:before {
    display: none;
}

h3 {
    font-size: 16px;
    margin-top: 1em;
}

p.note {
    text-align: center;
}

.articlebox table {
    border:1px solid #555;
    border-collapse:collapse;
    margin-top:1em;
}
.articlebox table td,.articlebox table th {
    border:1px solid #555;
    padding:1em
}
.articlebox table thead th {
    background-color:#F4F4F4;
}


.articlebox table tbody th, .articlebox table tbody td {
    font-size: 16px;
    font-weight: 500;
}

.articlebox table thead th:nth-child(2) {
    width: 171px;
}

.articlebox table thead th:nth-child(1) {
    width: 102px;
}

@media (max-width: 600px){
    .sectiontext {
    padding-top: 0;
}

article .sectionbox h2 {
    font-size: 14px;
}

ol.items > li, ul.members > li {
    font-size: 14px;
}

article li span {
    display: inline;
}

ol.items, ul.members {
    padding-left: 0;
}

.articlebox table tbody th, .articlebox table tbody td {
    font-size: 14px;
    padding: 0.5em;
}

.articlebox table thead th:nth-child(1) {
    width: 1em;
}

.articlebox table thead th:nth-child(2) {
    width: 99px;
}

.articlebox table thead th {
    font-size: 14px;
    padding: 0.5em;
}

p.note {
    text-align: left;
}

h3 {
    font-size: 14px;
}
}