.cont {
  max-width: 1000px;
  margin: 20px auto;
}
h1.qmod-heading {
  font-size: 135%;
  font-weight: 600;
}
h2.qmod-heading {
  font-size: 125%;
  font-weight: 600;
}
h3.qmod-heading {
  font-size: 120%;
  background: #f5f5f5;
  font-weight: 600;
}
.qmod-tool-wrap .qmod-heading {
  margin-bottom: 20px;
}
.qmod-block-wrapper {
  margin-bottom: 25px;
}
.qmod-corpprofile .qmod-block-wrapper .qmod-read-more {
  margin-right: 20px;
  margin-top: 10px;
  background: #eee;
  color: #111;
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 2px;
}
.qmod-corpprofile .qmod-read-more:hover {
  background: #ddd;
  color: #111;
}
.qmod-mkt-top {
  margin-bottom: 5px;
}
.qmod-mkt-btm {
  margin-top: 5px;
}
.qmod-after-hours {
  margin-top: 15px;
}
.qmod-desc {
  line-height: 1.3;
}
.qmod-corpprofile iframe {
  margin: 0 20px;
}
.qmod-corpprofile .qmod-block-wrapper iframe {
  width: calc(100% - 40px);
}
.qmod-btn.qmod-read-more:focus {
  border: 1px solid #ddd !important;
}
