@import url('common.css');

.nav {
    font-size: 12px;
    color: #5E5E5E;
    margin-top: 10px;
}

.nav a {

    color: #5E5E5E;
}

.body {
    width: 66.1%;
    padding: 0;
    z-index: 0;
    float: left;
    /*left: 15%;*/
    margin-top: 1rem;
    display: flex;
    justify-content: center;
}
.body .content {
    margin-top: 20px;
}

.body .content h2 {
    text-align: center;
    font-size: 20px;
    color: #444;
    font-weight: unset;
}

.body .content p {
    text-align: center;
    font-size: 12px;
    color: #999999;
}

.body .content .info {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #CDCDCD;
}

.body .content .WP_VisitCount {
    display: inline-block;
}

.wp_articlecontent table {
    width: 100% !important
}

.content img {
    max-width: 100%;
}