.contentStyle {
  overflow-x: hidden !important;
}
.contentStyle p,
.contentStyle img {
  margin: 14px 0 !important;
  object-fit: contain;
}

.contentStyle h1,
.contentStyle h2,
.contentStyle h3,
.contentStyle h4,
.contentStyle h5,
.contentStyle h6 {
  font-weight: bold !important;
}
.contentStyle ol,
.contentStyle ul {
  list-style: auto;
  margin: revert;
  padding: revert;
}

.contentStyle a {
  text-decoration: none;
  cursor: pointer;
  padding: 0 2px;
  color: #082d48;
  font-weight: bold;
}

.contentStyle iframe {
  width: 100% !important;
}
.contentStyle img {
  width: 100% !important;
}

.contentStyle blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 20px 0;
  position: relative;

  /*Font*/
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;

  /*Borders - (Optional)*/
  border-left: 8px solid #2f2f2f;
  border-right: 2px solid #2f2f2f;

  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

.contentStyle blockquote::before {
  content: "\201C"; /*Unicode for Left Double Quote*/

  font-size: 60px;
  font-weight: bold;
  color: #999;

  /*Positioning*/
  position: absolute;
  left: 10px;
  top: 5px;
}

.tradingview-widget-container iframe {
  width: 100% !important;
}
.contentStyle blockquote::after {
  /*Reset to make sure*/
  content: "";
}

.contentStyle blockquote a {
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

.contentStyle blockquote a:hover {
  color: #666;
}

.contentStyle blockquote em {
  font-style: italic;
}

.youtubeContainer iframe {
  width: 100% !important;
}
