#content {
    width: 800px;
    max-width: 100%;
    margin: 78px 0px;
}

    #content a {
        color: #eb9421;
    }

#inner_content {
    padding-bottom: 25px;
}

.example_table_wrapper {
    overflow-x: auto;
}

.example_table {
    width: 100%;
}

.guide_graph {
    font-size: 20px;
    line-height: 1.3em;
    margin: 0.5em 0 1em 0;
    color: #333;
}

strong {
    font-weight: 500;
}

.stat_explanation {
    margin: 35px 0 0 0;
}

.stat_header {
    cursor: pointer;
}

    .stat_explanation p, .stat_explanation h3, .stat_explanation ul, .stat_explanation .example_table_wrapper, .stat_explanation .stat_details {
        display: none;
    }

.click_to_show {
    font-size: 0.5em;
    color: #999;
}

.definition {
    font-weight: 400;
    font-size: 1.35em;
    text-transform: uppercase;
}

h1 {
    text-transform: uppercase;
    font-weight: 500;
    color: #505050;
    margin: 0;
    padding-bottom: 7px;
    border-bottom: 1px solid #eb9421;
}

.forum_link {
    background-color: #F2F2F2;
    padding: 15px;
    color: #666;
    margin: 10px 0px 15px 0px;
    font-size: 18px;
}

#content li {
    font-size: 20px;
}

.stat_details {
    background-color: #F2F2F2;
    padding: 20px;
}

    .stat_details h3, .stat_details li {
        margin: 0;
        font-weight: 400;
        color: #666;
    }

    .stat_details .guide_graph {
        margin-bottom: 0;
        color: #666;
        font-size: 19px;
    }