/**
 * Campaign Styles for campaign #277923
 */

/** Style Table Titles#5012 */
.entity-content .titled-table > tbody > tr:first-child td {
  background-color: lightsalmon;
  font-weight: bold;
}

.entity-content .double-titled-table > tbody > tr > td:first-child {
  background-color: AntiqueWhite;
  font-weight: bold;
}

.entity-content .double-titled-table > tbody > tr:first-child td {
  background-color: lightsalmon;
  font-weight: bold;
}
/** Style Big text boxes#5013 */
.note-editable {
  min-height: 600px;
}
/** Style Disable transclusion headers#5028 */
.mention-field-entry {
  display: none;
}
/** Style Spacier lists#5031 */
.entity-main-block li, .note-editor li {
  margin: 6px 0;
}
/** Style Smaller Headings#6164 */
.post-body h1,
.entity-content h1 {
  font-size: 32px;
}

.post-body h2,
.entity-content h2 {
  font-size: 26px;
}

.post-body h3,
.entity-content h3 {
  font-size: 20px;
}
