.content-wrapper {
    padding-top: 0px;
    padding-bottom: 30px;
}
.content-detail {
    font-size: 16px;
}
.content-detail img {
    text-align: center;
}
.header {
    height: 46px;
    border-bottom: none;
    position: relative;
    background: #ED1B24;
}
.header a.back {
    width: 50px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    background: #000;
    text-align: center;
    text-align: center;
    font-size: 40px;
    display: inline-block;
}
.header .logo {
    display:inline-block;
    padding: 0 5px;
}
.header .logo img {
    height: 30px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.header .emagazine {
    display: block;
    height: 46px;
    padding: 2px;
    width: 200px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -50px;
    line-height: 42px;
    font-size: 30px;
    text-align: center;
    color: #fff;
}
.emagazine.label {

}
.tags {
    float: none;
    padding-top: 20px;
}
.content-detail .post-meta .meta-info {
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
}