/* css overrides for tinymce editer content */
hr {
  display: inline-block;
  width: 100%;
  border: 0;
  height: 1px;
  background: #c7c7c7;
  margin: 15px auto;
}
/* classes for tiny mce templates */
.t-text-99 .t-header {
  font-size: 18px;
}
.t-text-99 .t-row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 10px;
}
.t-text-99 .t-title {
  font-size: 18px;
  margin-bottom: 10px;
  text-decoration: underline;
}
.t-text-99 .t-text {
  max-width: 920px;
  width: 97%;
  margin-left: 20px;
}
.t-text-99 .t-image-container {
  width: 47%;
  float: right;
  margin: 10px;
}
.t-image-100 .t-header {
  font-size: 18px;
}
.t-image-100 .t-row {
  display: flex;
  justify-content: space-between;
}
.t-image-100 .t-text {
  max-width: 47%;
  width: 47%;
}
.t-image-100 .t-image-container {
  width: 47%;
  float: right;
  margin: 10px;
}
.t-image-101 .t-header {
  font-size: 18px;
}
.t-image-101 .t-text {
  max-width: 47%;
}
.t-image-101 .t-row {
  display: flex;
  justify-content: space-between;
}
.t-image-101 .t-image-container {
  width: 47%;
  float: left;
  margin: 10px;
}
.t-image-102 .t-header {
  font-size: 18px;
}
.t-image-102 .t-image {
  width: 100%;
}
.t-image-102 .t-row {
  display: block;
}
.t-image-102 .t-image-container {
  width: 50%;
  float: right;
  margin: 10px;
}
.t-image-103 .t-header {
  font-size: 18px;
}
.t-image-103 .t-image {
  width: 100%;
}
.t-image-103 .t-row {
  display: block;
}
.t-image-103 .t-image-container {
  width: 50%;
  float: left;
  margin: 10px;
}
.t-image-104 .t-header {
  font-size: 18px;
}
.t-image-104 .t-text {
  display: block;
}
.t-image-104 .t-row.t-image-caption-row {
  display: block;
  margin: 0 auto;
}
.t-image-104 .t-caption {
  width: 100%;
  text-align: center;
}
.t-image-104 .t-image-container {
  text-align: center;
  margin: 10px auto;
}
.t-image-104 .t-image {
  width: 100%;
}
