#more-btn {
    margin-bottom: 20px;
}
.photo-preview {width: 121px; height: auto;}
#article-date {
    position: absolute;
    margin-top: 11px;
    text-align: center;
    width: 100%;
    font-size: 12px;
    color: #888;
}

#article-contents {
   /* padding-left: 162px;*/
}
.article-box .text-box {
    overflow: visible;
}

#popular-tags {
    margin-top: 26px;
}

/* Article gallery */
#article-gallery .gallery-holder > ul > li  {
    display: table;
    margin: auto;
}
#article-gallery .gallery-holder > ul > li.active {
    position: relative;
}
#article-gallery .gallery-holder > ul > li > a > img {
    /* width: 447px; */
    height: 273px;
    margin: 0 auto;
    display: block;
}

#article-gallery {
    margin-top: 20px;
}

#article-gallery .photo-gallery {
    padding: 0;
}

#article-gallery .photo-gallery .gallery-holder {
    height: 280px;
    width: 447px;
    margin: 0 auto 18px;
}

/* Articles files */
.article-file {
    background: #EDF5F7;
    margin-top: 10px;
    margin-bottom: 4px;
    border-radius: 7px;
    padding: 16px 0px 16px 24px;
}

.article-file > div.clear-both {
    clear: both;
}

.article-file-title {
    margin-bottom: 13px;
}

.article-file-icon {
    width: 48px;
    float: left;
    display: block;
    margin-top: 3px;
}

.article-file-description {
    width: 369px;
    float: left;
    display: block;
    padding-top: 0;
}

/* Article toggle */
#article-full-text-toggle {
    margin-top: 18px;
    margin-bottom: 23px;
}
