.article-content-wrapper {
  text-align: center;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px dotted #717171;
  padding-bottom: 10px;
}

.article-title div{
  color: #454545;
  text-shadow: none !important;
  box-sizing: border-box;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  padding: 0 5px;
  margin: 5px 0px;
  word-wrap: break-word;
  text-align: center;
}

.article-image-container img {
  width: auto;
  max-width: calc(min(100%, 1000px));
}

.hkecl-content p {
  color: #4a4a4a;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-shadow: none !important;
  padding: 0 5px;
  word-wrap: break-word;
  text-align: center;
  max-width: 690px;
  margin: 0 auto;
}

.hkecl-channel-customized.upload-date{
  display: none;
}


