
.article-body {
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  background: #fefefe;
  color: #545454;
  line-height: 1.6;
}

.article-header {
  padding: 20px 0 20px 0;
  position: relative;
  display: block;
}
.article-header-owner-link {
  display: inline-block;
  float: left;
}
.article-header-owner-name {
  color: #111;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-size: 16px;
  display: block;
  padding: 6px 0 0 70px;
  text-decoration: none;
  width: 410px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
}
.article-header-owner-name:hover {
  text-decoration: none;
}
.article-header-owner-img {
  background-image: url("/.pixmaps/logo/avatar-512x512.png");
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-size: cover;
}
.article-header-subtitle {
  color: #727272;
  font-size: 13px;
  display: block;
  padding: 29px 0 0 70px;
}

.ah-subtitle-wrapper {
  display: flex;
  position: relative;
  justify-content: space-between;
}
.ah-date-wrapper {
  text-wrap-mode: nowrap;
}
.ah-section-wrapper {
  text-wrap-mode: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  direction: rtl;
}


.article-header-add-right {
  position: absolute;
  top: 20px;
  right: 0;
  color: #727272;
  font-size: 16px;
}

.article-theme {}

.article-view {
  margin-bottom: 30px;
  -webkit-user-select: text;
  user-select: text;
  transition: background-color 450ms ease-in-out;
  box-sizing: border-box;
}

.article-footer {
  margin-top: 45px;
}

h1 {
  font-size: 2.2em;
  margin-top: 56px;
  color: #222;
  line-height: 1.3;
}

h2 {
  font-size: 1.6em;
  margin-top: 2rem;
  color: #333;
  padding-bottom: 0.5rem;
}

h3 {
  font-size: 1.2em;
  margin-top: 2rem;
  color: #333;
  padding-bottom: 0.2rem;
}

.meta-info {
  color: #666;
  font-size: 16px;
  text-align: right;
}
.meta-info-header {
  padding-top: 6px;
}


.kxlab-name {
  color: #b40b22;
  font-weight: bold;
}


p {
  font-size: 1.1em;
  margin-bottom: 1rem;
}

li {
  font-size: 1.1em;
  margin: 0 0 0 2.2rem;
}

a {
  color: #b40b22;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.indent {
  margin-top: 20px;
  margin-left: 34px;
}

.figure {
  margin-top: 30px;
  margin-bottom: 30px;
}
.figure-content {
  position: relative;
  margin: 0 auto;
  padding-bottom: 12px;
  overflow: hidden;
  max-width: 100%;
}
.figure-content-sizer {
  width: 100%;
  height: 100%;
}
.figure-content-sizer-wrap {
  position: relative;
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
.figure-caption {
  text-align: center;
  margin: 0 auto;
  color: #727272;
  font-size: 14px;
}
.picture {
  width: 100%;
  height: 100%;
}

.picture-sizer {
  margin: 0 auto;
}
.picture-size-100 {
  width: 100%;
}
.picture-size-80 {
  width: 80%;
}
.picture-size-60 {
  width: 60%;
}
.picture-size-40 {
  width: 40%;
}

@media (max-width: 920px) {
  .picture-size-40 {
    width: 43%;
  }
}

@media (max-width: 768px) {
  .picture-size-40 {
    width: 52%;
  }
}

@media (max-width: 640px) {
  .picture-size-40 {
    width: 64%;
  }
}

