/* Scss Document */
/* Scss Document */
@media screen and (max-width: 767px) {
  #topics-body > .container {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}
#topics-body .topics-title-wrap {
  border-bottom: solid 1px #ccc;
}
#topics-body .topics-title-wrap .tag-wrap {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
#topics-body .topics-title-wrap .tag-wrap .date {
  display: inline-block;
  font-size: 1rem;
  margin-left: 15px;
}
#topics-body .topics-title-wrap .tag-wrap .tag {
  display: inline-block;
  width: 110px;
  font-size: 0.75rem;
  text-align: center;
  background-color: #009D85;
  color: #fff;
  border-radius: 3px;
}
#topics-body .topics-title-wrap h2.h2 {
  text-align: left;
  margin: 10px auto 25px auto;
}
#topics-body .acms-entry h2, #topics-body .acms-entry h3, #topics-body .acms-entry h4, #topics-body .acms-entry h5, #topics-body .acms-entry h6, #topics-body .acms-entry dl {
  margin: 0 !important;
}
