span.blue {
  color: #00ADEE;
  font-family: DIN;
}

h4.highlight-title {
  line-height: 26px;
  font-family: DIN;
}

span.highlight {
  line-height: 26px;
  font-family: DIN;
  font-weight: normal;
}

p.blue-with-border-left {
  line-height: 22px;
  font-family: DIN;
  color: #0092d3;
  border-left: 5px solid #28aae1;
  padding-left: 20px;
}

p.gray-with-border-left {
  line-height: 22px;
  font-family: DIN;
  color: #555;
  border-left: 5px solid #28aae1;
  padding-left: 20px;
  font-style: italic;
}

p.border-top-bottom {
  line-height: 22px;
  font-family: DIN;
  color: #555;
  padding: 20px 0;
  border-top: 1px solid #00adee;
  border-bottom: 1px solid #00adee;
}

p.gray-background {
  background-color: #efefef;
  color: #555;
  line-height: 21px;
  padding: 20px;
}

p.blue-background {
  background-color: #00adee;
  color: #fff;
  font-weight: bold;
  line-height: 21px;
  padding: 20px;
}

p.dark-gray-background {
  background-color: #555;
  color: #fff;
  font-weight: bold;
  line-height: 21px;
  padding: 20px;
}

p.highlight-small-blue {
  color: #0092d3;
  font-family: DIN;
  line-height: 25px;
  font-weight: bold;
  text-transform: uppercase;
}

p.highlight-mid-blue {
  color: #0092d3;
  font-family: DIN;
  line-height: 25px;
  font-weight: bold;
  text-transform: uppercase;
}

p.highlight-blue-background {
  color: #fff;
  font-family: DIN;
  line-height: 25px;
  font-weight: bold;
  padding: 10px 60px 10px 20px;
  background-color: #0092d3;
  text-transform: uppercase;
  display: inline-block;
}

p.block-quote-small {
  color: #333;
  line-height: 22px;
  font-style: italic;
  padding: 0.5em 20px;
  position: relative;
  padding-left: 25px;
}

p.block-quote-small:before {
  content: "";
  background-image: url(../images/blue-quote.png);
  display: block;
  position: absolute;
  height: 15px;
  width: 21px;
  top: 0;
  left: 0;
}

p.block-quote-mid {
  color: #333;
  line-height: 22px;
  font-style: italic;
  padding: 0.5em 20px;
  padding-left: 25px;
  position: relative;
}

p.block-quote-mid:before {
  content: "";
  background-image: url(../images/blue-quote.png);
  display: block;
  position: absolute;
  height: 15px;
  width: 21px;
  top: 0;
  left: 0;
}

p.block-quote-border {
  line-height: 25px;
  color: #555;
  font-family: DIN;
  border-left: 5px solid #00adee;
  padding: 0 20px 0 35px;
  position: relative;
  display: inline-block;
}

p.block-quote-border::before {
  content: "";
  background-image: url(../images/open-quote.png);
  display: block;
  position: absolute;
  height: 7px;
  width: 11px;
  top: 0;
  left: 22px;
}

p.block-quote-border::after {
  content: "";
  background-image: url(../images/close-quote.png);
  display: block;
  position: absolute;
  height: 7px;
  width: 11px;
  top: 0;
  right: 8px;
}


p.block-quote-border-background {
  line-height: 25px;
  color: #555;
  font-family: DIN;
  border-left: 5px solid #00adee;
  padding: 20px 20px 20px 35px;
  position: relative;
  display: inline-block;
  background-color: #efefef;
}

p.block-quote-border-background::before {
  content: "";
  background-image: url(../images/open-quote.png);
  display: block;
  position: absolute;
  height: 7px;
  width: 11px;
  top: 20px;
  left: 22px;
}

p.block-quote-border-background::after {
  content: "";
  background-image: url(../images/close-quote.png);
  display: block;
  position: absolute;
  height: 7px;
  width: 11px;
  top: 20px;
  right: 9px;
}

p.block-quote-news-room {
  font-family: DIN;
  font-style: italic;
  line-height: 25px;
  color: #333;
  padding: 20px 60px;
  display: inline-block;
  position: relative;
  width: 400px;
  background: #efefef;
  float: right;
}

p.block-quote-news-room::before {
  content: "";
  background-image: url(../images/bule-open-quote.png);
  display: block;
  position: absolute;
  height: 19px;
  width: 23px;
  top: 20px;
  left: 20px;
}

p.block-quote-news-room::after {
  content: "";
  background-image: url(../images/bule-close-quote.png);
  display: block;
  position: absolute;
  height: 19px;
  width: 23px;
  bottom: 20px;
  right: 20px;
}

.field-name-body img[style~='left;'] {
  padding-right: 30px !important;
}

.field-name-body img[style~='right;'] {
  padding-left: 30px !important;
}

/* Responsive table */
.table-wrapper {
  overflow-x: auto;
}

.table-wrapper table{
  width: 100%;
}
@media (max-width: 768px) {
  .table-wrapper table tr td ,
  .table-wrapper table tr td {
    float: none !important;
  }
}

.field-name-field-body .table-padding-cells tr td {
  padding: 15px;
}