article h1.categoryname {
  padding: 0.5rem;
  border: none;
  color: #ffffff;
  text-align: center;
  font-size: 1.2rem;
}

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

.articledetail .return {
  display: block;
  margin: auto;
  margin-top: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 7rem;
  padding: 0.5rem;
  text-align: center;
  background: #003c8f;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.articledetail .return i {
  margin-right: 0.5rem;
}

@media print, screen and (min-width: 768px) {
  .articledetail img.left {
    width: 50%;
    max-width: 100%;
    float: left;
    margin-bottom: 1rem;
    margin-right: 1rem;
  }
  .articledetail img.right {
    width: 50%;
    max-width: 100%;
    float: right;
    margin-bottom: 1rem;
    margin-left: 1rem;
  }
}
/*# sourceMappingURL=style.css.map */