#article-anchor {
  width: 90%;
  max-width: 1100px;
  display: block;
  margin: 10px auto 30px;
  font-weight: 400;
}

.block{
  box-shadow:0px 1px 4px rgba(0, 0, 0, 0.1), 0px 10px 20px rgba(0, 0, 0, 0.05);
  padding: 20px;
}
.article-title {
  font-size: 26px;
}

#article-anchor article h2 {
  margin-top: 10px;
  font-size: 24;
  text-decoration: underline;
}

#article-anchor article * {
  font-weight: 400;
}

#article-anchor article strong {
  font-weight: 500;
}


#article-anchor .article-title {
  text-align: center;
  line-height: 1.2;
}

.article-subtitle {
  text-align: center;
  color: #999999 !important;
}
#article-anchor article .image {
  height: auto !important;
  align-items: center !important;
}
#article-anchor article * {
  color: #363636;
  line-height: 1.3em !important;
  font-weight: 300;
}
#article-anchor article .image {
  height: auto !important;
  align-items: center !important;
}
#article-anchor img {
  width: 100%;
  height: auto;

}

#comment-section-anchor {
  display: block;
  width: 80%;
  margin: 0 auto;
}

#comment-section-anchor h4 {
  font-weight: 600;
  text-align: center;
}

#comment-section {
  margin: 20px 0;
}

.article-comment {
  text-align: left;
}

#post-comment-section {
  margin-top: 40px;
}

#post-comment-section h6 {
  text-align: center;
  font-weight: 600;
}

#post-comment-section table {
  width: 100%;
}

#post-comment-section input {
  border: none;
  width: calc(100% - 10px);
}

#post-comment-section textarea {
  resize: none;
  display: block;
  width: calc(100% - 20px);
  height: 100px;
  padding: 5px 10px;
  border-radius: 5px;
  border-color: #aaaaaa;
  margin-top: 5px;
}

.comment {
  width: 80%;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 5px auto;
}

.comment-author {
  font-weight: 600 !important;
  font-size: 14px;
  margin-bottom: 5px;
  text-decoration: underline;
}

.comment-body > * {
  line-height: 1em !important;
  padding-left: 10px;
}

#post-comment-btn {
  background-color: #ff7e13;
  color: white;
  display: block;
  margin: 5px 0 0 auto;
  border: none;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 5px;
}

#post-comment-btn:hover {
  cursor: pointer;
  background-color: #ad560e;
}

.post-comment-status {
  display: block;
  font-size: 12px;
  text-align: center;
  padding: 10px;
}

.post-comment-success {
  background-color: #08ce0155;
  color: #08ce01;
  border: solid 1px #08ce01;
}

.post-comment-error {
  color: red;
  background-color: #ff000055;
  border: solid 1px red;
}

.post-comment-login {
  color: #34bdeb;
  background-color: #34bdeb55;
  border: solid 1px #34bdeb;
}

#post-comment-login a {
  color: #ff7e13;
}

@media screen and (max-width: 800px) {
  .comment {
    width: 100%;
  }
}
