/* Bắt đầu Content CSS */
#container .site-content {
   background: #fff;
   padding: 5px;
   border-bottom: solid 5px whitesmoke;
}

#content .entry-content p img {
   width: 100%;
   margin: 0
}

#content .entry-content p {
   font-size: 14px;
   line-height: 24px;
}

#content .entry-content h1 {
   color: #1b1b1b;
   line-height: 30px;
   text-align: center;
   margin: 5px 10px
}


#content .entry-content h2,
#content .entry-title {
    width: 100%;
    height: auto;
    background: transparent;
    color: #595959;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    margin: 4px 0;
    padding: 4px 10px;
    display: block;
    white-space: normal;
    text-overflow: initial;
    overflow: auto
}

/* Common styles for h3, h4, h5 */
#content .entry-content h3,
#content .entry-content h4,
#content .entry-content h5 {
    color: #595959;
    text-align: center;
    font-weight: bold;
    display: block;
    margin: 4px 0;
    padding: 0 10px;
    background: transparent;
}

/* Font sizes only */
#content .entry-content h3 { font-size: 16px; }

#content .entry-content h4 { font-size: 14px; }

#content .entry-content h5 { font-size: 12px; }

#container .entry-content a {
   text-decoration: none;
}

#container .entry-content p {
   margin-bottom: 10px;
}

#container .entry-content ul,
#container .entry-content ol {
   margin: 20px;
}

#container .entry-content ul li {
   margin: 5px;
   padding-left: 5px;
   list-style: disc;
   margin-left: 20px;
}

#container .entry-content ol li {
   margin: 5px;
   padding-left: 5px;
   list-style: decimal;
   margin-left: 20px;
}

#container .entry-content h1,
.entry-content h2,
#container .entry-content h3,
#container .entry-content h4,
#container .entry-content h5,
#container .entry-content h6 {
   margin-bottom: 20px;
}

#container .entry-content blockquote {
   margin: 0 0 0 30px;
   padding: 10px 10px 5px 40px;
}


#content .entry {
   margin-bottom: 20px;
}

#content .entry-header {
   margin-bottom: 15px;
}

#content .entry-title {
   color: #1b1b1b;
   line-height: 30px;
   text-align: center;
   margin: 5px 10px;
   font-size: 18px;
   font-weight: bold;
}

#content .entry-meta {
   margin-top: 15px;
   color: #666;
   font-size: 14px;
   text-align: center;
}

#content .post-date {
   font-style: italic;
}

/* Tags container */
#content .tags {
   margin-top: 15px;
   padding: 10px 0;
   text-align: center;
   font-size: 14px;
   color: #666;
}

/* Individual tag */
#content .tags .tag {
   background: #ebebeb;
   font-size: 90%;
   padding: 4px 10px;
   border-radius: 3px;
   margin: 5px 2px 0 0;
   display: inline-block;
   color: #1b1b1b;
   text-decoration: none;
}

#content .tags .tag:hover,
#content .tags a:hover {
   background: #d0d0d0;
   color: #1b1b1b;
}
/* Kết thúc Content CSS */

