:root {
 --weli-body-color: #8a7e6c;
 --weli-warning-color: #da5523;
 --weli-danger-color: #ef2c00;
}

body {
  color: var(--weli-body-color);
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

a {
  text-decoration: none;
}

em {
  color: var(--weli-warning-color);
  font-weight: bold;
  font-style: normal;
}

.title::before {
  margin-right: var(--title-prepend-margin-end);
  content: var(--title-prepend);
  color: var(--title-prepend-color);
  font-weight: bold;
}

.icon-circle {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 1.5rem;
  box-shadow: inset 0 0 0.1rem #555;
  line-height: 1.5rem;
  text-align: center;
}

.import {
  color: var(--weli-danger-color);
  font-weight: bolder;
}

.ribbon {
  width: 40px;
  height: 65px;
  background: #d5a42e;
  background: -moz-linear-gradient(15deg, #d5a42e 50%, #fff545 100%);
  background: -webkit-linear-gradient(15deg, #d5a42e 50%, #fff545 100%);
  background: linear-gradient(15deg, #d5a42e 50%, #fff545 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d5a42e", endColorstr="#fff545", GradientType=1);
  transform: skew(-30deg);
  box-shadow: 0 0 1px #000;
}

.html-content h1,
.html-content h2,
.html-content h3,
.html-content h4,
.html-content h5,
.html-content h6 {
  font-size: 1rem;
  color: #f29f1c;
}

.html-content {
  overflow-y: hidden;
  overflow-x: auto;
}

.html-content table {
  min-width: 740px;
  width: 100%;
}

.html-content img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1400px) {
}