.topic-wrapper {
  max-width: 850px;
	width: 100%;
  padding: 20px;
  margin: auto;
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px), print {
  .topic-wrapper {
    padding: 50px;
  }
}

.topic-attribute {
  display: flex;
  align-items: center;
}

.topic-attribute__date {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #3151a2;
}

@media only screen and (min-width: 768px), print {
  .topic-attribute__date {
    font-size: 20px;
  }
}

.topic-attribute__category {
  display: inline-block;
  margin-left: 18px;
  max-width: 100px;
  width: 100%;
  text-align: center;
  padding: .5em 0;
	font-size: 12px;
  line-height: 1;
  font-weight: 700;
  color: #222;
  background: #fff;
  border: 1px solid #222;
}

.topic-attribute__category--news {
  color: #fff;
  background: #3895df;
  border: none;
}

.topic-attribute__category--important_news {
  color: #fff;
  background: #d0121b;
  border: none;
}

.topic-attribute__category--press_release {
  color: #fff;
  background: #0d47a1;
  border: none;
}

.topic-attribute__category--campaign {
  color: #fff;
  background: #ff9800;
  border: none;
}

.topic-attribute__category--maintenance {
  color: #fff;
  background: #9e9e9e;
  border: none;
}

.topic-attribute__category--fault_information {
  color: #fff;
  background: #f44336;
  border: none;
}

.topic-subject {
  font-size: 21px;
  font-weight: 700;
  margin: .4em 0 0 0;
  padding: 0 0 .8em 0;
  color: #222;
  line-height: 1.7;
  border-bottom: 1px solid #222;
  text-align: left;
}

@media only screen and (min-width: 768px), print {
  .topic-subject {
    font-size: 30px;
  }
}

.topic-content {
  margin-top: 3rem;
  font-size: 15px;
  text-align: left;
}

.topic-content::after {
  content: "";
  display: block;
  clear: both;
}

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

.topic-content h1,
.topic-content h2,
.topic-content h3,
.topic-content h4,
.topic-content h5,
.topic-content h6,
.topic-content p,
.topic-content figure,
.topic-content table,
.topic-content ul,
.topic-content ol,
.topic-content blockquote,
.topic-content pre
{
  margin: 0;
  padding: 0;
  clear: both;
  line-height: 2;
}

.topic-content h1,
.topic-content h2,
.topic-content h3,
.topic-content h4,
.topic-content h5,
.topic-content h6 {
  font-weight: 500;
}

.topic-content h1 {
  font-size: 1.8em;
}

.topic-content h2 {
  font-size: 1.4em;
}

.topic-content h3 {
  font-size: 1.2em;
}

.topic-content h4,
.topic-content h5,
.topic-content h6 {
  font-size: 1em;
}

.topic-content strong {
  font-weight: 700;
}

.topic-content i {
  font-style: italic;
}

.topic-content u {
  text-decoration: underline;
}

.topic-content .image.image-style-align-left {
  float: left;
}

.topic-content .image.image-style-align-center {
  margin-left: auto;
  margin-right: auto;
}

.topic-content .image.image-style-align-right {
  float: right;
}

.topic-content a {
  color: #2c7be5;
  text-decoration: none;
}

.topic-content a:hover {
  cursor: pointer;
  color: #1657af;
}

.topic-content .text-huge {
  font-size: 1.4em;
}

.topic-content .text-big {
  font-size: 1.4em;
}

.topic-content .text-small {
  font-size: .85em;
}

.topic-content .text-tiny {
  font-size: .7em;
}

.topic-content blockquote {
  border-left: 5px solid #ccc;
  font-style: italic;
  overflow: hidden;
  padding-left: 1.5em !important;
  padding-right: 1.5em !important;
}

.topic-content pre {
  position: relative;
  background: hsla(0,0%, 78%, .3);

}

.topic-content ul,
.topic-content ol {
  list-style: initial;
  padding-left: 1.25em;
  border-radius: 2px;
  color: #353535;
  direction: ltr;
  font-style: normal;
  min-width: 200px;
  padding-left: 1em !important;
  tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
}

.topic-content ul li,
.topic-content ol li {
  list-style-type: initial
}

.topic-pdf-preview {
  width:100%;
  height:100vh;
}