article {

    width: 870px;
    margin: 0 auto;
    font-size: 21px;
}

article > h1 {

    width: 100%;
    margin-top: 80px;
    font-size: 40px;
    text-align: center;
}

article > section {

    width: 100%;
    margin: 60px 0 0 0;
    line-height: 1.6em;
    text-align: left;
}

article > section > h1 {

    font-size: 32px;
    margin-bottom: 0.5em;
}

article > section > ol {

    margin: 1em 0;
    padding: 2em 4em;
    background: rgba(177,153,20,0.15);
    list-style-position: inside;
}

article > section ul {

    margin: 1em 2em;
    font-size: 18px;
    list-style-position: inside;
}

article > section > ol > li {

    margin-top: 1em;
}

article > section > .photo {

    width: 100%;
    margin: 2em 0;
    text-align: center;
    font-size: 18px;
}

article > section > table {

    width: 100%;
}

article > section > table tr th,
article > section > table tr td {

    border: solid 1px #666666;
    width: 50%;
    padding: 0.5em 1em;
}

article > section > table tr th {

    font-weight: normal;
    background: rgba(177,153,20,0.15);
}
