.times {
    color: #121212;
    font-family: 'times new roman', serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1.9375rem;
    line-height: 2.25rem;
}

.header {
    margin-top: 2rem;
    margin-bottom: 5rem;
    font-size: 40px;
    text-align: center;
}
.detail_post_header {
    margin-top: 2rem;
    margin-bottom: 5rem;
    font-size: 40px;
    text-align: center;
}

.picture_edging {
    height: 15rem;

}

.mobile_friendly {
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

.post_title_color{
    color: cadetblue;
}

.times_nonI {
    color: #121212;
    font-family: 'times new roman', serif;
    font-weight: 200;
    font-size: 22px;
    line-height: 2.25rem;

}

.times_info {
    font-style: normal;
    font-stretch: normal;
    margin-bottom: 1.25rem;
    color: #333;
    font-family: 'times new roman', serif;
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.5625rem;
}

.centerthis {
    align-self: center;
    justify-self: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wrapper {
    max-width: calc(720px - (30px * 2));
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
}

body {
    margin: 0;
    padding: 0;
    font-family: helvetica, sans-serif;
}

a {
    color: #343a40;
    text-decoration: none;
}

h1 {
    font-weight: normal;
    border-bottom: 1px solid #bbb;
    padding: 0 0 10px 0;
    /*position: absolute;*/
    /*left: 50%;*/
    /*transform: translatex(-50%);*/

}

h2 {
    font-weight: normal;
    margin: 30px 0 0;
}

#content {
    float: left;
    width: 90%;
    padding: 0 0 0 30px;
}

.sidebar_blog {
    float: right;
    width: 10%;
    padding: 10px;
    background: #efefef;
    height: 100%;
}

p.date {
    color: #333333;
    font-family: georgia, serif;
    font-size: 12px;
    font-style: italic;
}

/* pagination */
.pagination {
    margin: 40px 0;
    font-weight: bold;
}

/* forms */
label {
    float: left;
    clear: both;
    color: #333;
    margin-bottom: 4px;
}

input, textarea {
    clear: both;
    float: left;
    margin: 0 0 10px;
    background: #ededed;
    border: 0;
    padding: 6px 10px;
    font-size: 12px;
}

input[type=submit] {
    font-weight: bold;
    background: #00abff;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
}

.errorlist {
    color: #cc0033;
    float: left;
    clear: both;
    padding-left: 10px;
}

/* comments */
.comment {
    padding: 10px;
}

.comment:nth-child(even) {
    background: #efefef;
}

.comment .info {
    font-weight: bold;
    font-size: 12px;
    color: #666;
}