body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*font-family: Georgia, Cambria, "Times New Roman", Times, serif;*/
  font-size: 21px;
  line-height: 1.58;
  color: #333333;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga" on;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -0.003em;
}
.container {
  max-width: 800px;
  margin: 0 auto;
}
#keyPoints {
  font-size: 16px !important;
  border: 1px solid #dedede;
  border-radius: 3px;
  background-color: #f7f7f7;
  padding: 20px;
  margin-bottom: 20px;
}
.content-article-brand {
  margin: 40px 0;
}
.content-article h1 {
  font-size: 40px;
  line-height: 1.04;
  margin-bottom: 30px;
}
.content-article img, .content-article video{
  max-width: 100%;
}
.content-article__img, .content-article__video, .content-article video.img-fluid {
  width: 100%;
}
.content-article .content-editable br.k-br:first-child{
  display: none;
}
.content-article table {
  border: 1px solid #fff !important;
  border-collapse: collapse;
}
.content-article table tr {
  color: inherit !important;
  background-color: #fff !important;
}
.content-article table td,
.content-article table th {
  padding: 8px;
  border: none;
  border-top: 1px solid #dedede;
}
.content-article table td p,
.content-article table th p {
  margin: 0;
}
.content-article table tr:first-child td {
  border-top: none;
  border-bottom: 2px solid #dedede;
}
.content-article table.articlePhotoRt {
  float: right;
}
.content-article table.articlePhotoRt tr:first-child td {
  border-bottom: none;
  padding: 0 0 20px 20px;
}
.content-article table.articlePhotoRt caption {
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
footer {
  border-top: 1px solid #dedede;
  margin-top: 40px;
  padding: 20px 0;
}
footer p {
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 800px) {
  body {
    font-size: 18px;
    line-height: 1.5;
  }
  .container {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
  .content-article h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .content-article h2 {
    font-size: 24px;
  }
  .content-article table.articlePhotoRt {
    float: none;
  }
  .content-article table.articlePhotoRt tr:first-child td {
    border-bottom: none;
    padding: 0 0 20px 0;
  }
}
