
.article{
    max-width: 700px;
}
.article h2, .article h3, .article h4 {
    margin-top: 30px;
}
.article h1, .article h2, .article h3, .article h4{
    font-weight: bold;
}
.article h1 {
    font-size: 26px;
} 
.article h2 {
    font-size: 22px;
} 
.article h3 {
    font-size: 18px;
}
.article h4 {
    font-size: 14px;
}
.article .article_title{
    text-align: center;
    padding: 40px 5%;
    font-weight: bold;
}
.article .article_photo img{
    max-width: 50%;
    margin: 10px;
    float: left;
}
.article .article_body{
    line-height: 32px;
}
.article .article_body li{
    margin-bottom: 10px;
}
.article .article_body p{
    margin-bottom: 20px;
}
.article .article_body ul {
    padding: 0 10px;
}
.article .article_body img{
    max-width: 100%;
}
.article .article_body a{
    color: var(--blue);
}
.article .article_body a:hover{
    color: #666;
}
.tags{
    list-style-type: none;
    text-align: right;
    padding: 0;
}
.tags div{
    display: inline;
    padding: 0 10px;
    margin: 2px;
    line-height: 24px;
    background: #61d8e5;
    float: right;
}
.related_sec .related_img{
    overflow: hidden;
    height: 180px;
}
.related_sec .related_img img{
    width: 100%;
    min-height: 100%;
}
.related_sec .related_title{
    padding: 10px 0;
    font-weight: bold;
}
.paginator{
    text-align: center;
    background: #eee;
    padding: 4px;
}
.pager > span > a {
    padding: 0 6px;
    border: 1px solid #ccc;
    margin: 0 2px;
    font-size: 16px;
}
.paginator .active{
    background: #fff;
    pointer-events: none;
}
.userMenu{
    text-transform: uppercase;
    font-weight: bold;
}


@media(max-width: 767px) {
    .article h1 {
        font-size: 22px;
    } 
    .article h2 {
        font-size: 18px;
    } 
    .article h3 {
        font-size: 14px;
    }
    .article h4 {
        font-size: 10px;
    }
}