body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h2, h3, h4 {
  text-align: left;
  font-family: Tahoma, sans-serif;
  font-weight: bold;
  color: #000000;
}

h2 {
  font-size: 16pt;
  margin: 14px 0;
}

h3 {
  font-size: 14pt;
  margin: 13px 0;
}

h4 {
  font-size: 13pt;
  margin: 13px 0;
}

p {
  font-family: Tahoma, sans-serif;
  font-size: 12pt;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 1em;
}

.highlight-marker-p {
  background: linear-gradient(rgba(254, 254, 254, 0.85) 95%, transparent 0);
}

.highlight-marker-h {
  background: linear-gradient(rgba(255, 252, 244, 0.9) 95%, transparent 0);
}

.highlight-marker-s {
  background: linear-gradient(rgba(254, 254, 254, 0.85) 95%, transparent 0);
  font-size: 13pt;
  color: #175373;
}

.highlight-marker-r {
  background: linear-gradient(rgba(255, 252, 244, 0.9) 98%, transparent 0);
  font-size: 16pt;
}

.image_big {
  max-width: 250px;
}

@media (max-width: 480px) {
img.image_big {
    display: block !important;
    margin: 12px auto !important;
    float: none !important;
    max-width: 100%;
    height: auto;
    clear: both;
  }
       
.image_logo {
  max-width: 228px;
}

@media (max-width: 720px) {
  .image_logo {
  max-width: 165px;
}