.article-content blockquote {
   background: #f6f3ff;
   margin: 0;
   padding: 20px;
   font-weight: bold;
   font-style: italic;
}
.article-content blockquote span {
   font-weight: normal;
   text-align: right;
   display: block;
   margin-top: 20px;
}

.article-content img.featured {
   width: 100%;
   height: auto;
   max-width: 800px;
   margin: 0 auto 20px;
   display: block;
}

.article-content img.featured.sert {
   max-width: 400px;
}
.article-content ul,
.article-content ol {
   padding-left: 20px;
   display: block;
   width: 100%;
}
.article-content ul li,
.article-content ol li {
   margin-bottom: 10px;
}

.article-content > * {
   margin-bottom: 20px;
}

.grey {
   background: #fafafa;
   padding: 20px;
}
.grey > div {
   font-style: italic;
   margin-bottom: 20px;
}
.grey > p {
   margin-bottom: 20px;
}
.green {
   background: #edffed;
   padding: 20px;
}
.green p {
   margin-bottom: 20px;
}
.green h5 {
   margin-bottom: 10px;
}

.orang {
   background: #ffeed5;
   padding: 20px;
}
.orang p {
   margin-bottom: 10px;
}
/* Comments v.1 */
.comment {
   padding: 15px 0;
   border-top: 1px solid #e8e8e8;
}

.comment .text1 {
   font-size: 14px;
   font-weight: 700;
}

.comment .text2 {
   font-size: 12px;
   float: right;
   color: #888;
   font-weight: 400;
}

.comment .text3 {
   font-size: 15px;
   padding: 10px 0 0;
   font-weight: 400;
}

.comment .text3:after {
   content: "";
   display: block;
   clear: both;
}

.comment img {
   width: 50px;
}

/* Comments v.2 */
.comments {
   border-bottom: 1px solid #cecece;
   margin: 10px 0;
}
.comments a,
.comment a {
   color: #2d00cc;
}

.comments::after {
   clear: both;
   content: " ";
   display: table;
}

.comments p {
   color: #5b5b5b;
   padding-bottom: 10px;
}


.comments .user-name {
   color: #3b599d;
   font-weight: 700;
   padding: 0;
}

.comments > img {
   width: 50px;
   padding-right: 10px;
   float: left;
}

.comments .txtbottom {
   color: #999;
   font-size: 12px;
}

.comments .txtbottom a {
   color: #6d84b4;
   text-decoration: none;
}

.comments .visiblefor-icon {
   vertical-align: middle;
}

.article-content table {
   max-width: 800px;
   margin: 0 auto 30px;
   box-shadow: 2px 3px 8px 0 rgba(105, 105, 105, 0.39);
   width: 100%;
}

.article-content th,
.article-content td {
   border-color: #bdbdbd;
}

.article-content .tg {
   border-collapse: collapse;
   border-spacing: 0;
}

.article-content .tg td {
   font-family:
      open sans,
      sans-serif;
   font-size: 14px;
   border-style: solid;
   border-width: 1px;
   overflow: hidden;
   vertical-align: text-top;
   padding: 4px 3px;
   line-height: 20px;
}

.article-content .tg td ul {
   list-style: disc;
   padding-left: 0;
   margin-left: 20px;
}

.article-content.tg th {
   font-family:
      open sans,
      sans-serif;
   font-size: 14px;
   font-weight: 400;
   padding: 10px 5px;
   border-style: solid;
   border-width: 1px;
   overflow: hidden;
}

.article-content .tbg1 {
   background: #b4edff none repeat scroll 0% 0%;
}

.article-content .tbg2 {
   background: #f1f1f1;
}

.copyright {
   padding: 30px 0;
   text-align: center;
   font-size: 14px;
}
.copyright a {
   display: block;
   margin: 15px 0;
   text-decoration: none;
   color: #fff;
}
.copyright img {
   width: auto;
   display: block;
   margin: 0 auto;
}
.copyright p {
   padding: 0;
   margin: 0;
}
