
 .chq-atc {
   display: inline-block;
   position: relative;
 }

 .chq-atc--button {
   background: transparent;
   box-sizing: border-box;
   color: inherit;
   cursor: pointer;
   display: inline;
   font-family: inherit;
   font-size: inherit;
   line-height: inherit;
   margin: 0;
   padding: 0;
 }

 .chq-atc--button:hover {
   opacity: 0.5
 }

 .chq-atc--button svg {
   vertical-align: text-bottom;
   fill: currentColor;
 }

 .chq-atc--dropdown {
   background-color: white;
   border-radius: 4px;
   border: 1px solid #eaeaea;
   box-shadow: rgb(0 0 0 / 20%) 0px 2px 1px -1px, rgb(0 0 0 / 14%) 0px 1px 1px 0px, rgb(0 0 0 / 12%) 0px 1px 3px 0px;
   box-sizing: border-box;
   position: absolute;
   text-align: left;
   white-space: nowrap;
   z-index: 3;
 }

 .chq-atc--dropdown a {
   color: #212121;
   display: block;
   padding: 8px 15px;
   text-decoration: none;
 }

 .chq-atc--dropdown a:hover {
   opacity: 0.5
 }
 

.rdt {
  position: relative;
}
.rdtPicker {
  display: none;
  position: absolute;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.1);
  border: 1px solid #f9f9f9;
}
.rdtOpen .rdtPicker {
  display: block;
}
.rdtStatic .rdtPicker {
  box-shadow: none;
  position: static;
}

.rdtPicker .rdtTimeToggle {
  text-align: center;
}

.rdtPicker table {
  width: 100%;
  margin: 0;
}
.rdtPicker td,
.rdtPicker th {
  text-align: center;
  height: 28px;
}
.rdtPicker td {
  cursor: pointer;
}
.rdtPicker td.rdtToday:hover,
.rdtPicker td.rdtHour:hover,
.rdtPicker td.rdtMinute:hover,
.rdtPicker td.rdtSecond:hover,
.rdtPicker .rdtTimeToggle:hover {
  background: #eeeeee;
  cursor: pointer;
}
.rdtPicker td.rdtOld,
.rdtPicker td.rdtNew {
  color: #999999;
}
.rdtPicker td.rdtToday {
  position: relative;
}
.rdtPicker td.rdtToday:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #428bca;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.rdtPicker td.rdtActive,
.rdtPicker td.rdtActive:hover {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.rdtPicker td.rdtActive.rdtToday:before {
  border-bottom-color: #fff;
}
.rdtPicker td.rdtDisabled,
.rdtPicker td.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}

.rdtPicker td span.rdtOld {
  color: #999999;
}
.rdtPicker td span.rdtDisabled,
.rdtPicker td span.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker th {
  border-bottom: 1px solid #f9f9f9;
}
.rdtPicker .dow {
  width: 14.2857%;
  border-bottom: none;
}
.rdtPicker th.rdtSwitch {
  width: 100px;
}
.rdtPicker th.rdtNext,
.rdtPicker th.rdtPrev {
  font-size: 21px;
  vertical-align: top;
}

.rdtPrev span,
.rdtNext span {
  display: block;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;
}

.rdtPicker th.rdtDisabled,
.rdtPicker th.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker thead tr:first-child th {
  cursor: pointer;
}
.rdtPicker thead tr:first-child th:hover {
  background: #eeeeee;
}

.rdtPicker tfoot{
  border-top: 1px solid #f9f9f9;
}

.rdtPicker button {
  border: none;
  background: none;
  cursor: pointer;
}
.rdtPicker button:hover {
  background-color: #eee;
}

.rdtPicker thead button {
  width: 100%;
  height: 100%;
}

td.rdtMonth,
td.rdtYear {
  height: 50px;
  width: 25%;
  cursor: pointer;
}
td.rdtMonth:hover,
td.rdtYear:hover {
  background: #eee;
}

.rdtCounters {
  display: inline-block;
}

.rdtCounters > div{
  float: left;
}

.rdtCounter {
  height: 100px;
}

.rdtCounter {
  width: 40px;
}

.rdtCounterSeparator {
  line-height: 100px;
}

.rdtCounter .rdtBtn {
  height: 40%;
  line-height: 40px;
  cursor: pointer;
  display: block;

  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;
}
.rdtCounter .rdtBtn:hover {
  background: #eee;
}
.rdtCounter .rdtCount {
  height: 20%;
  font-size: 1.2em;
}

.rdtMilli {
  vertical-align: middle;
  padding-left: 8px;
  width: 48px;
}

.rdtMilli input {
  width: 100%;
  font-size: 1.2em;
  margin-top: 37px;
}

.rdtDayPart {
  margin-top: 43px;
}


/**
 * Draft v0.10.5
 *
 * Copyright (c) 2013-present, Facebook, Inc.
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 */
.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:rgba(255,255,255,0);border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;z-index:1}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}

/* draft-js-inline-toolbar-plugin/lib/plugin.css */
.draftJsToolbar__buttonWrapper__1Dmqh {
  display: inline-block;
}

.draftJsToolbar__button__qi1gf {
  background: #fbfbfb;
  color: #888;
  font-size: 18px;
  border: 0;
  padding-top: 5px;
  vertical-align: bottom;
  height: 34px;
  width: 36px;
}

.draftJsToolbar__button__qi1gf svg {
  fill: #888;
}

.draftJsToolbar__button__qi1gf:hover, .draftJsToolbar__button__qi1gf:focus {
  background: #f3f3f3;
  outline: 0; /* reset for :focus */
}

.draftJsToolbar__active__3qcpF {
  background: #efefef;
  color: #444;
}

.draftJsToolbar__active__3qcpF svg {
  fill: #444;
}
.draftJsToolbar__separator__3U7qt {
  display: inline-block;
  border-right: 1px solid #ddd;
  height: 24px;
  margin: 0 0.5em;
}
.draftJsToolbar__toolbar__dNtBH {
  left: 50%;
  -webkit-transform: translate(-50%) scale(0);
          transform: translate(-50%) scale(0);
  position: absolute;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 1px 3px 0px rgba(220,220,220,1);
  z-index: 2;
  box-sizing: border-box;
}

.draftJsToolbar__toolbar__dNtBH:after, .draftJsToolbar__toolbar__dNtBH:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.draftJsToolbar__toolbar__dNtBH:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 4px;
  margin-left: -4px;
}
.draftJsToolbar__toolbar__dNtBH:before {
  border-color: rgba(221, 221, 221, 0);
  border-top-color: #ddd;
  border-width: 6px;
  margin-left: -6px;
}

/* draft-js-alignment-plugin/lib/plugin.css */
.draftJsEmojiPlugin__alignmentTool__2mkQr {
  left: 50%;
  -webkit-transform: translate(-50%) scale(0);
          transform: translate(-50%) scale(0);
  position: absolute;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 1px 3px 0px rgba(220,220,220,1);
  z-index: 2;
  box-sizing: border-box;
}

.draftJsEmojiPlugin__alignmentTool__2mkQr:after, .draftJsEmojiPlugin__alignmentTool__2mkQr:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.draftJsEmojiPlugin__alignmentTool__2mkQr:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 4px;
  margin-left: -4px;
}
.draftJsEmojiPlugin__alignmentTool__2mkQr:before {
  border-color: rgba(221, 221, 221, 0);
  border-top-color: #ddd;
  border-width: 6px;
  margin-left: -6px;
}
.draftJsEmojiPlugin__buttonWrapper__1Dmqh {
  display: inline-block;
}

.draftJsEmojiPlugin__button__qi1gf {
  background: #fbfbfb;
  color: #888;
  font-size: 18px;
  border: 0;
  padding-top: 5px;
  vertical-align: bottom;
  height: 34px;
  width: 36px;
}

.draftJsEmojiPlugin__button__qi1gf svg {
  fill: #888;
}

.draftJsEmojiPlugin__button__qi1gf:hover, .draftJsEmojiPlugin__button__qi1gf:focus {
  background: #f3f3f3;
  outline: 0; /* reset for :focus */
}

.draftJsEmojiPlugin__active__3qcpF {
  background: #efefef;
  color: #444;
}

.draftJsEmojiPlugin__active__3qcpF svg {
  fill: #444;
}

/* draft-js-focus-plugin/lib/plugin.css */
.draftJsFocusPlugin__unfocused__1Wvrs:hover {
  cursor: default;
  border-radius: 2px;
  box-shadow: 0 0 0 3px #D2E3F7;
}

.draftJsFocusPlugin__focused__3Mksn {
  cursor: default;
  border-radius: 2px;
  box-shadow: 0 0 0 3px #ACCEF7;
}

/* draft-js-divider-plugin/lib/plugin.css */
.draftJsDividerPlugin__buttonWrapper__1Dmqh {
  display: inline-block;
}

.draftJsDividerPlugin__button__qi1gf {
  background: #fbfbfb;
  color: #888;
  font-size: 18px;
  border: 0;
  padding-top: 5px;
  vertical-align: bottom;
  height: 34px;
  width: 36px;
}

.draftJsDividerPlugin__button__qi1gf svg {
  fill: #888;
}

.draftJsDividerPlugin__button__qi1gf:hover,
.draftJsDividerPlugin__button__qi1gf:focus {
  background: #f3f3f3;
  outline: 0; /* reset for :focus */
}

.draftJsDividerPlugin__active__3qcpF {
  background: #efefef;
  color: #444;
}

.draftJsDividerPlugin__active__3qcpF svg {
  fill: #444;
}

.draftJsDividerPlugin__separator__3M3L7 {
  display: inline-block;
  border-right: 1px solid #ddd;
  height: 24px;
  margin: 0 0.5em;
}
.draftJsDividerPlugin__dividerBlock__4VxnL {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none; /* strip default hr styling */
  text-align: center;
}

.draftJsDividerPlugin__dividerBlock__4VxnL::after {
  margin-left: 48px;
  color: rgba(0, 0, 0, 0.26); /* pick a color */
  font-size: 2.125rem;
  letter-spacing: 48px; /* increase space between dots */
  content: '•••';
}



/*
 * TODO: These classes are used by 248 posts in the database that were authored
 * while LW2 was using ory-editor, which we have since migrated away from.
 * Getting rid of these styles safely requires updating the formatting of those
 * posts (or at least figuring out what this style actually does).
 */

/* legacyBreakpoints.maxSmall */
@media screen and (max-width: 715px) {
  .ory-cell-inner.ory-cell-leaf > div > div > div > div {
    padding-left:0 !important;
    padding-top:0 !important;
    padding-bottom:0 !important;
  }

  .ory-cell-inner.ory-cell-leaf button {
    width:20px !important;
    height:20px !important;
    margin:0 3px !important;
  }
  .ory-cell-inner.ory-cell-leaf > div > div > div > div {
    display:none !important;
  }
}

/* ************************************************************************ */

.editor {
  min-height: 220px;
  border-radius: 2px;
  margin-bottom: 2em;
}

/*
 * FIXME TODO: This CSS is unused/not being applied, but actually it should
 * be--it would fix the click-target of the comment and post editors being
 * really short.
 */
.editor :global(.public-DraftEditor-content) {
  min-height: 140px;
}
.public-DraftStyleDefault-unorderedListItem div,
.public-DraftStyleDefault-orderedListItem div {
  margin:0;
}


.editor blockquote div, .editor blockquote span {
  margin:0;
}

/* Editor clearfix */
/* TODO: This is a hideous hack *
figure:after {
  content: "Foo";
  visibility: hidden;
  display: block;
  height: 0px;
  clear: both;
}

.draft-image {
  display: block;
}

.draft-image.center {
  margin-left: auto;
  margin-right: auto;
}
.draft-image.right {
  float: right;
}


/*Hotfix for inline-Toolbar alignment TODO: Fix this in a more systematic way*/

.form-component-CommentEditor {
  position: static !important;
}

.image-form-invalid {
  color: #e65757;
}

.image-form {
  height: 34px;
  width: 220px;
  padding: 0 12px;
  font-size: 15px;
  font-family: inherit;
  background-color: transparent;
  border: none;
  color: #444;
}

.form-component-EditorFormComponent {
  position: static !important;
}

/* Divider plugin styles */

.dividerBlock {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 32px 0;
  /* strip default hr styling */
  border: none;
  text-align: center;
}

.dividerBlock::after {
  margin-left: 12px;
  color: rgba(0, 0, 0, 0.26);
  font-size: 1rem;
  /* increase space between dots */
  letter-spacing: 12px;
  content: '•••';
}


html {
  /*
   * This is the only place I could find that successfully overrode the ckEditor zIndex
   * necessary to ensure it works on modal dialogs
   * (also tried adding it to Layout.jsx's JSS, and to the styles file in the ckeditor folder)
   */
  --ck-z-modal: 10000000002 !important;
}

/* ************************************************************************ */


select.form-control{
  height: 38px;
}

/* Styles for vulcan-forms */
.control-label strong {
  font-weight: normal;
}

.form-input {
  margin:16px 0;
  position: relative;
}

.form-group {
  margin-bottom: 0;
}

.form-component-EditTitle {
  margin:0;
}

.form-group.row {
  display:flex;
  justify-content: flex-start;
  align-items: center;
}
.form-control-limit{
  position: absolute;
  background: white;
  padding: 5px;
  bottom: 5px;
  right: 5px;
  color: #ddd;
  font-size: 80%;
  &.danger{
    color: #EF1642;
  }
}

/* //////////////////////////////////////////////////////////////////////// */

/* TODO: Possibly used by a library, or possibly unused */
.modal-dialog {
  margin-top: 100px !important;
}

.form-cancel {
  margin-left:25px;
}

.form-component-MuiInput {
  margin-bottom: 0px;
}

.multi-select-buttons-button {
  border-radius: 0px !important;
  text-transform: none !important;
  min-width: 63px !important;
}

.multi-select-buttons-label {
  margin-right: 10px;
}

.form-component-AlignmentCheckbox {
  position:relative;
}


/*legacyBreakpoints.maxSmall*/
@media screen and (max-width: 715px) {
  .primary-form-submit-button {
    float: left;
  }
}

/* //////////////////////////////////////////////////////////////////////// */

h3 {
  margin-top: 0px;
}


/* Deactivate intercom on smaller devices */

/* theme.breakpoints.down('sm') */
@media screen and (max-width: 959px) {
  #intercom-container, .intercom-lightweight-app {
    display: none;
  }
}


div#mocha {
  background:white;
  border-right: 2px solid black;
  height: 100%;
  left: 0;
  margin: 0;
  overflow: auto;
  padding: 1rem;
  position: fixed;
  resize: horizontal;
  top: 0;
  width: 20px;
  z-index: 10000000;
}

/*
 * Maximum width for LaTeX blocks, to prevent causing horizontal scroll or
 * otherwise breaking the layout. We don't do this for inline styles, because
 * it messes up vertical alignment.
 */
.mjx-chtml.MJXc-display {
  overflow-x: auto;
  overflow-y: hidden;

  /* !important because the MathJax stylesheet (which gets embedded into posts)
     has an ill-advised max-width:none in it. */
  max-width: 100% !important;
}

.LWTooltip-root {
  display: inline-block;
}
.LWTooltip-tooltip {
  max-width: 300px;
}
.Typography-root {
  margin: 0;
  display: block;
}
.Typography-display4 {
  color: #424242;
  font-size: 7rem;
  font-weight: 300;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.14286em;
  margin-left: -.04em;
  letter-spacing: -.04em;
}
.Typography-display3 {
  color: #424242;
  font-size: 3rem;
  margin-top: 1.2em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.30357em;
  margin-left: -.02em;
  letter-spacing: -.02em;
}
.Typography-display2 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.Typography-display1 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.20588em;
}
.Typography-headline {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.5rem;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.35417em;
}
.Typography-title {
  color: rgba(0, 0, 0, 0.87);
  font-size: 18px;
  font-weight: 500;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.16667em;
  margin-bottom: 3px;
}
.Typography-subheading {
  color: #757575;
  font-size: 15px;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5em;
}
.Typography-body2 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
}
.Typography-body1 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.Typography-gutterBottom {
  margin-bottom: 0.35em;
}
.AFApplicationForm-modalTextField {
  margin-top: 10px;
}
.AFNonMemberInitialPopup-dialog {
  z-index: 9999;
}
.AFNonMemberInitialPopup-body {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  word-break: break-word;
  margin-top: .5em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .25em;
  pointer-events: none;
}
.AFNonMemberInitialPopup-body pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.AFNonMemberInitialPopup-body code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.AFNonMemberInitialPopup-body blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.AFNonMemberInitialPopup-body li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.AFNonMemberInitialPopup-body h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.AFNonMemberInitialPopup-body h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.AFNonMemberInitialPopup-body h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.AFNonMemberInitialPopup-body h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.AFNonMemberInitialPopup-body h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.AFNonMemberInitialPopup-body h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.AFNonMemberInitialPopup-body h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.AFNonMemberInitialPopup-body img {
  max-width: 100%;
}
.AFNonMemberInitialPopup-body sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.AFNonMemberInitialPopup-body sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.AFNonMemberInitialPopup-body a, .AFNonMemberInitialPopup-body a:hover, .AFNonMemberInitialPopup-body a:active {
  color: #C03A44;
}
.AFNonMemberInitialPopup-body table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.AFNonMemberInitialPopup-body figure.table {
  display: table;
}
.AFNonMemberInitialPopup-body td, .AFNonMemberInitialPopup-body th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.AFNonMemberInitialPopup-body th {
  background: #fafafa;
  font-weight: 700;
}
.AFNonMemberInitialPopup-body figure {
  margin: 1em auto;
  text-align: center;
}
.AFNonMemberInitialPopup-body figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.AFNonMemberInitialPopup-body p.spoiler {
  margin: 0;
}
.AFNonMemberInitialPopup-body .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.AFNonMemberInitialPopup-body div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.AFNonMemberInitialPopup-body p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.AFNonMemberInitialPopup-body .spoilers:not(:hover)::selection, .AFNonMemberInitialPopup-body .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.AFNonMemberInitialPopup-body .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.AFNonMemberInitialPopup-body div.metaculus-preview {
  background-color: #2c3947;
}
.AFNonMemberInitialPopup-body figure.media div[data-oembed-url*="youtube.com"], .AFNonMemberInitialPopup-body figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.AFNonMemberInitialPopup-body .footnote-section {
  counter-reset: footnote-counter;
}
.AFNonMemberInitialPopup-body .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.AFNonMemberInitialPopup-body .footnote-item > * {
  vertical-align: text-top;
}
.AFNonMemberInitialPopup-body .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.AFNonMemberInitialPopup-body .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.AFNonMemberInitialPopup-body .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.AFNonMemberInitialPopup-body .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.AFNonMemberInitialPopup-body .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.AFNonMemberInitialPopup-body .footnotes-sep {
  display: none;
}
.AFNonMemberInitialPopup-body hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.AFNonMemberInitialPopup-body h1, .AFNonMemberInitialPopup-body h2, .AFNonMemberInitialPopup-body h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.AFNonMemberInitialPopup-body * {
  pointer-events: auto;
}
.AFNonMemberInitialPopup-body > *:hover ~ .spoiler {
  color: black;
}
.AFNonMemberInitialPopup-body > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
.AFNonMemberInitialPopup-body hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.AFNonMemberInitialPopup-body .footnotes sup {
  margin-right: 10px;
}
.AFNonMemberInitialPopup-body .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.AFNonMemberInitialPopup-body .footnotes li {
  font-size: 0.9em;
}
.AFNonMemberInitialPopup-body .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.AFNonMemberInitialPopup-body figure.media div[data-oembed-url*="youtube.com"] iframe, .AFNonMemberInitialPopup-body figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.AFNonMemberInitialPopup-body div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.AFNonMemberInitialPopup-body .spoilers > p:hover ~ p a, .AFNonMemberInitialPopup-body .spoilers > p:hover ~ p a:hover, .AFNonMemberInitialPopup-body .spoilers > p:hover ~ p a:focus, .AFNonMemberInitialPopup-body .spoilers > p:hover ~ p a::after {
  color: black;
}
.AFNonMemberInitialPopup-body .spoilers > p:hover ~ p code {
  background-color: black;
}
.AFNonMemberInitialPopup-body div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.AFNonMemberInitialPopup-body div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.AFNonMemberInitialPopup-body div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.AFNonMemberInitialPopup-body div.spoilers:not(:hover) a, .AFNonMemberInitialPopup-body div.spoilers:not(:hover) a:hover, .AFNonMemberInitialPopup-body div.spoilers:not(:hover) a:focus, .AFNonMemberInitialPopup-body div.spoilers:not(:hover) a::after {
  color: black;
}
.AFNonMemberInitialPopup-body div.spoilers:not(:hover) code {
  background-color: black;
}
.AFNonMemberInitialPopup-body .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.AFNonMemberInitialPopup-body .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.AFNonMemberInitialPopup-body .spoiler:not(:hover) a, .AFNonMemberInitialPopup-body .spoiler:not(:hover) a:hover, .AFNonMemberInitialPopup-body .spoiler:not(:hover) a:focus, .AFNonMemberInitialPopup-body .spoiler:not(:hover) a::after {
  color: black;
}
.AFNonMemberInitialPopup-body .spoiler:not(:hover) code {
  background-color: black;
}
.AFNonMemberInitialPopup-body td p, .AFNonMemberInitialPopup-body th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.AFNonMemberInitialPopup-body td p:first-of-type, .AFNonMemberInitialPopup-body th p:first-of-type {
  margin-top: 0;
}
.AFNonMemberInitialPopup-body a u, .AFNonMemberInitialPopup-body a:hover u, .AFNonMemberInitialPopup-body a:active u {
  text-decoration: none;
}
.AFNonMemberInitialPopup-popupCard {
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.AFNonMemberInitialPopup-buttonContainer {
  display: flex;
  margin-top: 16px;
  justify-content: flex-end;
}
.AFNonMemberInitialPopup-understandConfirmationButton {
  font-size: 1rem;
}
.AFNonMemberSuccessPopup-dialog {
  z-index: 9999;
}
.AFNonMemberSuccessPopup-body {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  word-break: break-word;
  margin-top: .5em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .25em;
  pointer-events: none;
}
.AFNonMemberSuccessPopup-body pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.AFNonMemberSuccessPopup-body code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.AFNonMemberSuccessPopup-body blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.AFNonMemberSuccessPopup-body li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.AFNonMemberSuccessPopup-body h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.AFNonMemberSuccessPopup-body h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.AFNonMemberSuccessPopup-body h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.AFNonMemberSuccessPopup-body h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.AFNonMemberSuccessPopup-body h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.AFNonMemberSuccessPopup-body h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.AFNonMemberSuccessPopup-body h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.AFNonMemberSuccessPopup-body img {
  max-width: 100%;
}
.AFNonMemberSuccessPopup-body sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.AFNonMemberSuccessPopup-body sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.AFNonMemberSuccessPopup-body a, .AFNonMemberSuccessPopup-body a:hover, .AFNonMemberSuccessPopup-body a:active {
  color: #C03A44;
}
.AFNonMemberSuccessPopup-body table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.AFNonMemberSuccessPopup-body figure.table {
  display: table;
}
.AFNonMemberSuccessPopup-body td, .AFNonMemberSuccessPopup-body th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.AFNonMemberSuccessPopup-body th {
  background: #fafafa;
  font-weight: 700;
}
.AFNonMemberSuccessPopup-body figure {
  margin: 1em auto;
  text-align: center;
}
.AFNonMemberSuccessPopup-body figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.AFNonMemberSuccessPopup-body p.spoiler {
  margin: 0;
}
.AFNonMemberSuccessPopup-body .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.AFNonMemberSuccessPopup-body div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.AFNonMemberSuccessPopup-body p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.AFNonMemberSuccessPopup-body .spoilers:not(:hover)::selection, .AFNonMemberSuccessPopup-body .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.AFNonMemberSuccessPopup-body .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.AFNonMemberSuccessPopup-body div.metaculus-preview {
  background-color: #2c3947;
}
.AFNonMemberSuccessPopup-body figure.media div[data-oembed-url*="youtube.com"], .AFNonMemberSuccessPopup-body figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.AFNonMemberSuccessPopup-body .footnote-section {
  counter-reset: footnote-counter;
}
.AFNonMemberSuccessPopup-body .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.AFNonMemberSuccessPopup-body .footnote-item > * {
  vertical-align: text-top;
}
.AFNonMemberSuccessPopup-body .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.AFNonMemberSuccessPopup-body .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.AFNonMemberSuccessPopup-body .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.AFNonMemberSuccessPopup-body .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.AFNonMemberSuccessPopup-body .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.AFNonMemberSuccessPopup-body .footnotes-sep {
  display: none;
}
.AFNonMemberSuccessPopup-body hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.AFNonMemberSuccessPopup-body h1, .AFNonMemberSuccessPopup-body h2, .AFNonMemberSuccessPopup-body h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.AFNonMemberSuccessPopup-body * {
  pointer-events: auto;
}
.AFNonMemberSuccessPopup-body > *:hover ~ .spoiler {
  color: black;
}
.AFNonMemberSuccessPopup-body > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
.AFNonMemberSuccessPopup-body hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.AFNonMemberSuccessPopup-body .footnotes sup {
  margin-right: 10px;
}
.AFNonMemberSuccessPopup-body .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.AFNonMemberSuccessPopup-body .footnotes li {
  font-size: 0.9em;
}
.AFNonMemberSuccessPopup-body .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.AFNonMemberSuccessPopup-body figure.media div[data-oembed-url*="youtube.com"] iframe, .AFNonMemberSuccessPopup-body figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.AFNonMemberSuccessPopup-body div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.AFNonMemberSuccessPopup-body .spoilers > p:hover ~ p a, .AFNonMemberSuccessPopup-body .spoilers > p:hover ~ p a:hover, .AFNonMemberSuccessPopup-body .spoilers > p:hover ~ p a:focus, .AFNonMemberSuccessPopup-body .spoilers > p:hover ~ p a::after {
  color: black;
}
.AFNonMemberSuccessPopup-body .spoilers > p:hover ~ p code {
  background-color: black;
}
.AFNonMemberSuccessPopup-body div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.AFNonMemberSuccessPopup-body div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.AFNonMemberSuccessPopup-body div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.AFNonMemberSuccessPopup-body div.spoilers:not(:hover) a, .AFNonMemberSuccessPopup-body div.spoilers:not(:hover) a:hover, .AFNonMemberSuccessPopup-body div.spoilers:not(:hover) a:focus, .AFNonMemberSuccessPopup-body div.spoilers:not(:hover) a::after {
  color: black;
}
.AFNonMemberSuccessPopup-body div.spoilers:not(:hover) code {
  background-color: black;
}
.AFNonMemberSuccessPopup-body .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.AFNonMemberSuccessPopup-body .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.AFNonMemberSuccessPopup-body .spoiler:not(:hover) a, .AFNonMemberSuccessPopup-body .spoiler:not(:hover) a:hover, .AFNonMemberSuccessPopup-body .spoiler:not(:hover) a:focus, .AFNonMemberSuccessPopup-body .spoiler:not(:hover) a::after {
  color: black;
}
.AFNonMemberSuccessPopup-body .spoiler:not(:hover) code {
  background-color: black;
}
.AFNonMemberSuccessPopup-body td p, .AFNonMemberSuccessPopup-body th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.AFNonMemberSuccessPopup-body td p:first-of-type, .AFNonMemberSuccessPopup-body th p:first-of-type {
  margin-top: 0;
}
.AFNonMemberSuccessPopup-body a u, .AFNonMemberSuccessPopup-body a:hover u, .AFNonMemberSuccessPopup-body a:active u {
  text-decoration: none;
}
.AFNonMemberSuccessPopup-popupCard {
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.AFNonMemberSuccessPopup-buttonContainer {
  display: flex;
  margin-top: 16px;
  justify-content: flex-end;
}
.AFNonMemberSuccessPopup-goToLWButton {
  color: #C03A44;
}
.AFNonMemberSuccessPopup-stayHereButton {
  color: #757575;
}
.AFSuggestCommentsItem-afSubmissionHeader {
  flex: flex-start;
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  font-size: 1.16rem;
  word-break: break-word;
  margin-top: .5em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: 24px;
  align-content: center;
  pointer-events: none;
  justify-content: space-between;
}
.AFSuggestCommentsItem-afSubmissionHeader pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.AFSuggestCommentsItem-afSubmissionHeader code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.AFSuggestCommentsItem-afSubmissionHeader blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.AFSuggestCommentsItem-afSubmissionHeader li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.AFSuggestCommentsItem-afSubmissionHeader h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.AFSuggestCommentsItem-afSubmissionHeader h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.AFSuggestCommentsItem-afSubmissionHeader h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.AFSuggestCommentsItem-afSubmissionHeader h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.AFSuggestCommentsItem-afSubmissionHeader h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.AFSuggestCommentsItem-afSubmissionHeader h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.AFSuggestCommentsItem-afSubmissionHeader h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.AFSuggestCommentsItem-afSubmissionHeader img {
  max-width: 100%;
}
.AFSuggestCommentsItem-afSubmissionHeader sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.AFSuggestCommentsItem-afSubmissionHeader sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.AFSuggestCommentsItem-afSubmissionHeader a, .AFSuggestCommentsItem-afSubmissionHeader a:hover, .AFSuggestCommentsItem-afSubmissionHeader a:active {
  color: #C03A44;
}
.AFSuggestCommentsItem-afSubmissionHeader table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.AFSuggestCommentsItem-afSubmissionHeader figure.table {
  display: table;
}
.AFSuggestCommentsItem-afSubmissionHeader td, .AFSuggestCommentsItem-afSubmissionHeader th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.AFSuggestCommentsItem-afSubmissionHeader th {
  background: #fafafa;
  font-weight: 700;
}
.AFSuggestCommentsItem-afSubmissionHeader figure {
  margin: 1em auto;
  text-align: center;
}
.AFSuggestCommentsItem-afSubmissionHeader figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.AFSuggestCommentsItem-afSubmissionHeader p.spoiler {
  margin: 0;
}
.AFSuggestCommentsItem-afSubmissionHeader .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.AFSuggestCommentsItem-afSubmissionHeader div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.AFSuggestCommentsItem-afSubmissionHeader p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.AFSuggestCommentsItem-afSubmissionHeader .spoilers:not(:hover)::selection, .AFSuggestCommentsItem-afSubmissionHeader .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.AFSuggestCommentsItem-afSubmissionHeader .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.AFSuggestCommentsItem-afSubmissionHeader div.metaculus-preview {
  background-color: #2c3947;
}
.AFSuggestCommentsItem-afSubmissionHeader figure.media div[data-oembed-url*="youtube.com"], .AFSuggestCommentsItem-afSubmissionHeader figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.AFSuggestCommentsItem-afSubmissionHeader .footnote-section {
  counter-reset: footnote-counter;
}
.AFSuggestCommentsItem-afSubmissionHeader .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.AFSuggestCommentsItem-afSubmissionHeader .footnote-item > * {
  vertical-align: text-top;
}
.AFSuggestCommentsItem-afSubmissionHeader .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.AFSuggestCommentsItem-afSubmissionHeader .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.AFSuggestCommentsItem-afSubmissionHeader .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.AFSuggestCommentsItem-afSubmissionHeader .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.AFSuggestCommentsItem-afSubmissionHeader .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.AFSuggestCommentsItem-afSubmissionHeader .footnotes-sep {
  display: none;
}
.AFSuggestCommentsItem-afSubmissionHeader hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.AFSuggestCommentsItem-afSubmissionHeader h1, .AFSuggestCommentsItem-afSubmissionHeader h2, .AFSuggestCommentsItem-afSubmissionHeader h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.AFSuggestCommentsItem-afSubmissionHeader * {
  pointer-events: auto;
}
.AFSuggestCommentsItem-afSubmissionHeader > *:hover ~ .spoiler {
  color: black;
}
.AFSuggestCommentsItem-afSubmissionHeader > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
.AFSuggestCommentsItem-afSubmissionHeader hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.AFSuggestCommentsItem-afSubmissionHeader .footnotes sup {
  margin-right: 10px;
}
.AFSuggestCommentsItem-afSubmissionHeader .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.AFSuggestCommentsItem-afSubmissionHeader .footnotes li {
  font-size: 0.9em;
}
.AFSuggestCommentsItem-afSubmissionHeader .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.AFSuggestCommentsItem-afSubmissionHeader figure.media div[data-oembed-url*="youtube.com"] iframe, .AFSuggestCommentsItem-afSubmissionHeader figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.AFSuggestCommentsItem-afSubmissionHeader div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.AFSuggestCommentsItem-afSubmissionHeader .spoilers > p:hover ~ p a, .AFSuggestCommentsItem-afSubmissionHeader .spoilers > p:hover ~ p a:hover, .AFSuggestCommentsItem-afSubmissionHeader .spoilers > p:hover ~ p a:focus, .AFSuggestCommentsItem-afSubmissionHeader .spoilers > p:hover ~ p a::after {
  color: black;
}
.AFSuggestCommentsItem-afSubmissionHeader .spoilers > p:hover ~ p code {
  background-color: black;
}
.AFSuggestCommentsItem-afSubmissionHeader div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.AFSuggestCommentsItem-afSubmissionHeader div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.AFSuggestCommentsItem-afSubmissionHeader div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.AFSuggestCommentsItem-afSubmissionHeader div.spoilers:not(:hover) a, .AFSuggestCommentsItem-afSubmissionHeader div.spoilers:not(:hover) a:hover, .AFSuggestCommentsItem-afSubmissionHeader div.spoilers:not(:hover) a:focus, .AFSuggestCommentsItem-afSubmissionHeader div.spoilers:not(:hover) a::after {
  color: black;
}
.AFSuggestCommentsItem-afSubmissionHeader div.spoilers:not(:hover) code {
  background-color: black;
}
.AFSuggestCommentsItem-afSubmissionHeader .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.AFSuggestCommentsItem-afSubmissionHeader .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.AFSuggestCommentsItem-afSubmissionHeader .spoiler:not(:hover) a, .AFSuggestCommentsItem-afSubmissionHeader .spoiler:not(:hover) a:hover, .AFSuggestCommentsItem-afSubmissionHeader .spoiler:not(:hover) a:focus, .AFSuggestCommentsItem-afSubmissionHeader .spoiler:not(:hover) a::after {
  color: black;
}
.AFSuggestCommentsItem-afSubmissionHeader .spoiler:not(:hover) code {
  background-color: black;
}
.AFSuggestCommentsItem-afSubmissionHeader td p, .AFSuggestCommentsItem-afSubmissionHeader th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.AFSuggestCommentsItem-afSubmissionHeader td p:first-of-type, .AFSuggestCommentsItem-afSubmissionHeader th p:first-of-type {
  margin-top: 0;
}
.AFSuggestCommentsItem-afSubmissionHeader a u, .AFSuggestCommentsItem-afSubmissionHeader a:hover u, .AFSuggestCommentsItem-afSubmissionHeader a:active u {
  text-decoration: none;
}
.AFSuggestCommentsItem-afSubmissionHeaderText {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  word-break: break-word;
  margin-top: .5em;
  font-style: italic;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .25em;
  pointer-events: none;
}
.AFSuggestCommentsItem-afSubmissionHeaderText pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.AFSuggestCommentsItem-afSubmissionHeaderText code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.AFSuggestCommentsItem-afSubmissionHeaderText blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.AFSuggestCommentsItem-afSubmissionHeaderText li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.AFSuggestCommentsItem-afSubmissionHeaderText h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.AFSuggestCommentsItem-afSubmissionHeaderText h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.AFSuggestCommentsItem-afSubmissionHeaderText h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.AFSuggestCommentsItem-afSubmissionHeaderText h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.AFSuggestCommentsItem-afSubmissionHeaderText h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.AFSuggestCommentsItem-afSubmissionHeaderText h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.AFSuggestCommentsItem-afSubmissionHeaderText h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.AFSuggestCommentsItem-afSubmissionHeaderText img {
  max-width: 100%;
}
.AFSuggestCommentsItem-afSubmissionHeaderText sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.AFSuggestCommentsItem-afSubmissionHeaderText sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.AFSuggestCommentsItem-afSubmissionHeaderText a, .AFSuggestCommentsItem-afSubmissionHeaderText a:hover, .AFSuggestCommentsItem-afSubmissionHeaderText a:active {
  color: #C03A44;
}
.AFSuggestCommentsItem-afSubmissionHeaderText table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.AFSuggestCommentsItem-afSubmissionHeaderText figure.table {
  display: table;
}
.AFSuggestCommentsItem-afSubmissionHeaderText td, .AFSuggestCommentsItem-afSubmissionHeaderText th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.AFSuggestCommentsItem-afSubmissionHeaderText th {
  background: #fafafa;
  font-weight: 700;
}
.AFSuggestCommentsItem-afSubmissionHeaderText figure {
  margin: 1em auto;
  text-align: center;
}
.AFSuggestCommentsItem-afSubmissionHeaderText figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.AFSuggestCommentsItem-afSubmissionHeaderText p.spoiler {
  margin: 0;
}
.AFSuggestCommentsItem-afSubmissionHeaderText .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.AFSuggestCommentsItem-afSubmissionHeaderText div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.AFSuggestCommentsItem-afSubmissionHeaderText p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.AFSuggestCommentsItem-afSubmissionHeaderText .spoilers:not(:hover)::selection, .AFSuggestCommentsItem-afSubmissionHeaderText .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.AFSuggestCommentsItem-afSubmissionHeaderText .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.AFSuggestCommentsItem-afSubmissionHeaderText div.metaculus-preview {
  background-color: #2c3947;
}
.AFSuggestCommentsItem-afSubmissionHeaderText figure.media div[data-oembed-url*="youtube.com"], .AFSuggestCommentsItem-afSubmissionHeaderText figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.AFSuggestCommentsItem-afSubmissionHeaderText .footnote-section {
  counter-reset: footnote-counter;
}
.AFSuggestCommentsItem-afSubmissionHeaderText .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.AFSuggestCommentsItem-afSubmissionHeaderText .footnote-item > * {
  vertical-align: text-top;
}
.AFSuggestCommentsItem-afSubmissionHeaderText .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.AFSuggestCommentsItem-afSubmissionHeaderText .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.AFSuggestCommentsItem-afSubmissionHeaderText .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.AFSuggestCommentsItem-afSubmissionHeaderText .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.AFSuggestCommentsItem-afSubmissionHeaderText .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.AFSuggestCommentsItem-afSubmissionHeaderText .footnotes-sep {
  display: none;
}
.AFSuggestCommentsItem-afSubmissionHeaderText hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.AFSuggestCommentsItem-afSubmissionHeaderText h1, .AFSuggestCommentsItem-afSubmissionHeaderText h2, .AFSuggestCommentsItem-afSubmissionHeaderText h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.AFSuggestCommentsItem-afSubmissionHeaderText * {
  pointer-events: auto;
}
.AFSuggestCommentsItem-afSubmissionHeaderText > *:hover ~ .spoiler {
  color: black;
}
.AFSuggestCommentsItem-afSubmissionHeaderText > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
.AFSuggestCommentsItem-afSubmissionHeaderText hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.AFSuggestCommentsItem-afSubmissionHeaderText .footnotes sup {
  margin-right: 10px;
}
.AFSuggestCommentsItem-afSubmissionHeaderText .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.AFSuggestCommentsItem-afSubmissionHeaderText .footnotes li {
  font-size: 0.9em;
}
.AFSuggestCommentsItem-afSubmissionHeaderText .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.AFSuggestCommentsItem-afSubmissionHeaderText figure.media div[data-oembed-url*="youtube.com"] iframe, .AFSuggestCommentsItem-afSubmissionHeaderText figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.AFSuggestCommentsItem-afSubmissionHeaderText div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.AFSuggestCommentsItem-afSubmissionHeaderText .spoilers > p:hover ~ p a, .AFSuggestCommentsItem-afSubmissionHeaderText .spoilers > p:hover ~ p a:hover, .AFSuggestCommentsItem-afSubmissionHeaderText .spoilers > p:hover ~ p a:focus, .AFSuggestCommentsItem-afSubmissionHeaderText .spoilers > p:hover ~ p a::after {
  color: black;
}
.AFSuggestCommentsItem-afSubmissionHeaderText .spoilers > p:hover ~ p code {
  background-color: black;
}
.AFSuggestCommentsItem-afSubmissionHeaderText div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.AFSuggestCommentsItem-afSubmissionHeaderText div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.AFSuggestCommentsItem-afSubmissionHeaderText div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.AFSuggestCommentsItem-afSubmissionHeaderText div.spoilers:not(:hover) a, .AFSuggestCommentsItem-afSubmissionHeaderText div.spoilers:not(:hover) a:hover, .AFSuggestCommentsItem-afSubmissionHeaderText div.spoilers:not(:hover) a:focus, .AFSuggestCommentsItem-afSubmissionHeaderText div.spoilers:not(:hover) a::after {
  color: black;
}
.AFSuggestCommentsItem-afSubmissionHeaderText div.spoilers:not(:hover) code {
  background-color: black;
}
.AFSuggestCommentsItem-afSubmissionHeaderText .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.AFSuggestCommentsItem-afSubmissionHeaderText .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.AFSuggestCommentsItem-afSubmissionHeaderText .spoiler:not(:hover) a, .AFSuggestCommentsItem-afSubmissionHeaderText .spoiler:not(:hover) a:hover, .AFSuggestCommentsItem-afSubmissionHeaderText .spoiler:not(:hover) a:focus, .AFSuggestCommentsItem-afSubmissionHeaderText .spoiler:not(:hover) a::after {
  color: black;
}
.AFSuggestCommentsItem-afSubmissionHeaderText .spoiler:not(:hover) code {
  background-color: black;
}
.AFSuggestCommentsItem-afSubmissionHeaderText td p, .AFSuggestCommentsItem-afSubmissionHeaderText th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.AFSuggestCommentsItem-afSubmissionHeaderText td p:first-of-type, .AFSuggestCommentsItem-afSubmissionHeaderText th p:first-of-type {
  margin-top: 0;
}
.AFSuggestCommentsItem-afSubmissionHeaderText a u, .AFSuggestCommentsItem-afSubmissionHeaderText a:hover u, .AFSuggestCommentsItem-afSubmissionHeaderText a:active u {
  text-decoration: none;
}
.AFSuggestCommentsList-icon {
  margin-right: 4px;
}
.AFSuggestPostsItem-afSubmissionHeader {
  flex: flex-start;
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  font-size: 1.16rem;
  word-break: break-word;
  margin-top: .5em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: 24px;
  align-content: center;
  pointer-events: none;
  justify-content: space-between;
}
.AFSuggestPostsItem-afSubmissionHeader pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.AFSuggestPostsItem-afSubmissionHeader code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.AFSuggestPostsItem-afSubmissionHeader blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.AFSuggestPostsItem-afSubmissionHeader li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.AFSuggestPostsItem-afSubmissionHeader h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.AFSuggestPostsItem-afSubmissionHeader h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.AFSuggestPostsItem-afSubmissionHeader h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.AFSuggestPostsItem-afSubmissionHeader h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.AFSuggestPostsItem-afSubmissionHeader h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.AFSuggestPostsItem-afSubmissionHeader h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.AFSuggestPostsItem-afSubmissionHeader h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.AFSuggestPostsItem-afSubmissionHeader img {
  max-width: 100%;
}
.AFSuggestPostsItem-afSubmissionHeader sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.AFSuggestPostsItem-afSubmissionHeader sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.AFSuggestPostsItem-afSubmissionHeader a, .AFSuggestPostsItem-afSubmissionHeader a:hover, .AFSuggestPostsItem-afSubmissionHeader a:active {
  color: #C03A44;
}
.AFSuggestPostsItem-afSubmissionHeader table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.AFSuggestPostsItem-afSubmissionHeader figure.table {
  display: table;
}
.AFSuggestPostsItem-afSubmissionHeader td, .AFSuggestPostsItem-afSubmissionHeader th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.AFSuggestPostsItem-afSubmissionHeader th {
  background: #fafafa;
  font-weight: 700;
}
.AFSuggestPostsItem-afSubmissionHeader figure {
  margin: 1em auto;
  text-align: center;
}
.AFSuggestPostsItem-afSubmissionHeader figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.AFSuggestPostsItem-afSubmissionHeader p.spoiler {
  margin: 0;
}
.AFSuggestPostsItem-afSubmissionHeader .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.AFSuggestPostsItem-afSubmissionHeader div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.AFSuggestPostsItem-afSubmissionHeader p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.AFSuggestPostsItem-afSubmissionHeader .spoilers:not(:hover)::selection, .AFSuggestPostsItem-afSubmissionHeader .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.AFSuggestPostsItem-afSubmissionHeader .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.AFSuggestPostsItem-afSubmissionHeader div.metaculus-preview {
  background-color: #2c3947;
}
.AFSuggestPostsItem-afSubmissionHeader figure.media div[data-oembed-url*="youtube.com"], .AFSuggestPostsItem-afSubmissionHeader figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.AFSuggestPostsItem-afSubmissionHeader .footnote-section {
  counter-reset: footnote-counter;
}
.AFSuggestPostsItem-afSubmissionHeader .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.AFSuggestPostsItem-afSubmissionHeader .footnote-item > * {
  vertical-align: text-top;
}
.AFSuggestPostsItem-afSubmissionHeader .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.AFSuggestPostsItem-afSubmissionHeader .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.AFSuggestPostsItem-afSubmissionHeader .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.AFSuggestPostsItem-afSubmissionHeader .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.AFSuggestPostsItem-afSubmissionHeader .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.AFSuggestPostsItem-afSubmissionHeader .footnotes-sep {
  display: none;
}
.AFSuggestPostsItem-afSubmissionHeader hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.AFSuggestPostsItem-afSubmissionHeader h1, .AFSuggestPostsItem-afSubmissionHeader h2, .AFSuggestPostsItem-afSubmissionHeader h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.AFSuggestPostsItem-afSubmissionHeader * {
  pointer-events: auto;
}
.AFSuggestPostsItem-afSubmissionHeader > *:hover ~ .spoiler {
  color: black;
}
.AFSuggestPostsItem-afSubmissionHeader > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
.AFSuggestPostsItem-afSubmissionHeader hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.AFSuggestPostsItem-afSubmissionHeader .footnotes sup {
  margin-right: 10px;
}
.AFSuggestPostsItem-afSubmissionHeader .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.AFSuggestPostsItem-afSubmissionHeader .footnotes li {
  font-size: 0.9em;
}
.AFSuggestPostsItem-afSubmissionHeader .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.AFSuggestPostsItem-afSubmissionHeader figure.media div[data-oembed-url*="youtube.com"] iframe, .AFSuggestPostsItem-afSubmissionHeader figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.AFSuggestPostsItem-afSubmissionHeader div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.AFSuggestPostsItem-afSubmissionHeader .spoilers > p:hover ~ p a, .AFSuggestPostsItem-afSubmissionHeader .spoilers > p:hover ~ p a:hover, .AFSuggestPostsItem-afSubmissionHeader .spoilers > p:hover ~ p a:focus, .AFSuggestPostsItem-afSubmissionHeader .spoilers > p:hover ~ p a::after {
  color: black;
}
.AFSuggestPostsItem-afSubmissionHeader .spoilers > p:hover ~ p code {
  background-color: black;
}
.AFSuggestPostsItem-afSubmissionHeader div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.AFSuggestPostsItem-afSubmissionHeader div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.AFSuggestPostsItem-afSubmissionHeader div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.AFSuggestPostsItem-afSubmissionHeader div.spoilers:not(:hover) a, .AFSuggestPostsItem-afSubmissionHeader div.spoilers:not(:hover) a:hover, .AFSuggestPostsItem-afSubmissionHeader div.spoilers:not(:hover) a:focus, .AFSuggestPostsItem-afSubmissionHeader div.spoilers:not(:hover) a::after {
  color: black;
}
.AFSuggestPostsItem-afSubmissionHeader div.spoilers:not(:hover) code {
  background-color: black;
}
.AFSuggestPostsItem-afSubmissionHeader .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.AFSuggestPostsItem-afSubmissionHeader .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.AFSuggestPostsItem-afSubmissionHeader .spoiler:not(:hover) a, .AFSuggestPostsItem-afSubmissionHeader .spoiler:not(:hover) a:hover, .AFSuggestPostsItem-afSubmissionHeader .spoiler:not(:hover) a:focus, .AFSuggestPostsItem-afSubmissionHeader .spoiler:not(:hover) a::after {
  color: black;
}
.AFSuggestPostsItem-afSubmissionHeader .spoiler:not(:hover) code {
  background-color: black;
}
.AFSuggestPostsItem-afSubmissionHeader td p, .AFSuggestPostsItem-afSubmissionHeader th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.AFSuggestPostsItem-afSubmissionHeader td p:first-of-type, .AFSuggestPostsItem-afSubmissionHeader th p:first-of-type {
  margin-top: 0;
}
.AFSuggestPostsItem-afSubmissionHeader a u, .AFSuggestPostsItem-afSubmissionHeader a:hover u, .AFSuggestPostsItem-afSubmissionHeader a:active u {
  text-decoration: none;
}
.AFSuggestPostsItem-afSubmissionHeaderText {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  word-break: break-word;
  margin-top: .5em;
  font-style: italic;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .25em;
  pointer-events: none;
}
.AFSuggestPostsItem-afSubmissionHeaderText pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.AFSuggestPostsItem-afSubmissionHeaderText code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.AFSuggestPostsItem-afSubmissionHeaderText blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.AFSuggestPostsItem-afSubmissionHeaderText li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.AFSuggestPostsItem-afSubmissionHeaderText h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.AFSuggestPostsItem-afSubmissionHeaderText h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.AFSuggestPostsItem-afSubmissionHeaderText h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.AFSuggestPostsItem-afSubmissionHeaderText h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.AFSuggestPostsItem-afSubmissionHeaderText h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.AFSuggestPostsItem-afSubmissionHeaderText h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.AFSuggestPostsItem-afSubmissionHeaderText h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.AFSuggestPostsItem-afSubmissionHeaderText img {
  max-width: 100%;
}
.AFSuggestPostsItem-afSubmissionHeaderText sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.AFSuggestPostsItem-afSubmissionHeaderText sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.AFSuggestPostsItem-afSubmissionHeaderText a, .AFSuggestPostsItem-afSubmissionHeaderText a:hover, .AFSuggestPostsItem-afSubmissionHeaderText a:active {
  color: #C03A44;
}
.AFSuggestPostsItem-afSubmissionHeaderText table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.AFSuggestPostsItem-afSubmissionHeaderText figure.table {
  display: table;
}
.AFSuggestPostsItem-afSubmissionHeaderText td, .AFSuggestPostsItem-afSubmissionHeaderText th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.AFSuggestPostsItem-afSubmissionHeaderText th {
  background: #fafafa;
  font-weight: 700;
}
.AFSuggestPostsItem-afSubmissionHeaderText figure {
  margin: 1em auto;
  text-align: center;
}
.AFSuggestPostsItem-afSubmissionHeaderText figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.AFSuggestPostsItem-afSubmissionHeaderText p.spoiler {
  margin: 0;
}
.AFSuggestPostsItem-afSubmissionHeaderText .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.AFSuggestPostsItem-afSubmissionHeaderText div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.AFSuggestPostsItem-afSubmissionHeaderText p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.AFSuggestPostsItem-afSubmissionHeaderText .spoilers:not(:hover)::selection, .AFSuggestPostsItem-afSubmissionHeaderText .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.AFSuggestPostsItem-afSubmissionHeaderText .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.AFSuggestPostsItem-afSubmissionHeaderText div.metaculus-preview {
  background-color: #2c3947;
}
.AFSuggestPostsItem-afSubmissionHeaderText figure.media div[data-oembed-url*="youtube.com"], .AFSuggestPostsItem-afSubmissionHeaderText figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.AFSuggestPostsItem-afSubmissionHeaderText .footnote-section {
  counter-reset: footnote-counter;
}
.AFSuggestPostsItem-afSubmissionHeaderText .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.AFSuggestPostsItem-afSubmissionHeaderText .footnote-item > * {
  vertical-align: text-top;
}
.AFSuggestPostsItem-afSubmissionHeaderText .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.AFSuggestPostsItem-afSubmissionHeaderText .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.AFSuggestPostsItem-afSubmissionHeaderText .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.AFSuggestPostsItem-afSubmissionHeaderText .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.AFSuggestPostsItem-afSubmissionHeaderText .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.AFSuggestPostsItem-afSubmissionHeaderText .footnotes-sep {
  display: none;
}
.AFSuggestPostsItem-afSubmissionHeaderText hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.AFSuggestPostsItem-afSubmissionHeaderText h1, .AFSuggestPostsItem-afSubmissionHeaderText h2, .AFSuggestPostsItem-afSubmissionHeaderText h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.AFSuggestPostsItem-afSubmissionHeaderText * {
  pointer-events: auto;
}
.AFSuggestPostsItem-afSubmissionHeaderText > *:hover ~ .spoiler {
  color: black;
}
.AFSuggestPostsItem-afSubmissionHeaderText > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
.AFSuggestPostsItem-afSubmissionHeaderText hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.AFSuggestPostsItem-afSubmissionHeaderText .footnotes sup {
  margin-right: 10px;
}
.AFSuggestPostsItem-afSubmissionHeaderText .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.AFSuggestPostsItem-afSubmissionHeaderText .footnotes li {
  font-size: 0.9em;
}
.AFSuggestPostsItem-afSubmissionHeaderText .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.AFSuggestPostsItem-afSubmissionHeaderText figure.media div[data-oembed-url*="youtube.com"] iframe, .AFSuggestPostsItem-afSubmissionHeaderText figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.AFSuggestPostsItem-afSubmissionHeaderText div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.AFSuggestPostsItem-afSubmissionHeaderText .spoilers > p:hover ~ p a, .AFSuggestPostsItem-afSubmissionHeaderText .spoilers > p:hover ~ p a:hover, .AFSuggestPostsItem-afSubmissionHeaderText .spoilers > p:hover ~ p a:focus, .AFSuggestPostsItem-afSubmissionHeaderText .spoilers > p:hover ~ p a::after {
  color: black;
}
.AFSuggestPostsItem-afSubmissionHeaderText .spoilers > p:hover ~ p code {
  background-color: black;
}
.AFSuggestPostsItem-afSubmissionHeaderText div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.AFSuggestPostsItem-afSubmissionHeaderText div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.AFSuggestPostsItem-afSubmissionHeaderText div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.AFSuggestPostsItem-afSubmissionHeaderText div.spoilers:not(:hover) a, .AFSuggestPostsItem-afSubmissionHeaderText div.spoilers:not(:hover) a:hover, .AFSuggestPostsItem-afSubmissionHeaderText div.spoilers:not(:hover) a:focus, .AFSuggestPostsItem-afSubmissionHeaderText div.spoilers:not(:hover) a::after {
  color: black;
}
.AFSuggestPostsItem-afSubmissionHeaderText div.spoilers:not(:hover) code {
  background-color: black;
}
.AFSuggestPostsItem-afSubmissionHeaderText .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.AFSuggestPostsItem-afSubmissionHeaderText .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.AFSuggestPostsItem-afSubmissionHeaderText .spoiler:not(:hover) a, .AFSuggestPostsItem-afSubmissionHeaderText .spoiler:not(:hover) a:hover, .AFSuggestPostsItem-afSubmissionHeaderText .spoiler:not(:hover) a:focus, .AFSuggestPostsItem-afSubmissionHeaderText .spoiler:not(:hover) a::after {
  color: black;
}
.AFSuggestPostsItem-afSubmissionHeaderText .spoiler:not(:hover) code {
  background-color: black;
}
.AFSuggestPostsItem-afSubmissionHeaderText td p, .AFSuggestPostsItem-afSubmissionHeaderText th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.AFSuggestPostsItem-afSubmissionHeaderText td p:first-of-type, .AFSuggestPostsItem-afSubmissionHeaderText th p:first-of-type {
  margin-top: 0;
}
.AFSuggestPostsItem-afSubmissionHeaderText a u, .AFSuggestPostsItem-afSubmissionHeaderText a:hover u, .AFSuggestPostsItem-afSubmissionHeaderText a:active u {
  text-decoration: none;
}
.AFSuggestPostsList-icon {
  margin-right: 4px;
}
.AFSuggestUsersList-icon {
  margin-right: 4px;
}
.AFUnreviewedCommentCount-root {
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  font-size: 1.16rem;
  word-break: break-word;
  margin-top: 32px;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .25em;
  pointer-events: none;
  justify-content: center;
}
.AFUnreviewedCommentCount-root pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.AFUnreviewedCommentCount-root code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.AFUnreviewedCommentCount-root blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.AFUnreviewedCommentCount-root li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.AFUnreviewedCommentCount-root h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.AFUnreviewedCommentCount-root h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.AFUnreviewedCommentCount-root h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.AFUnreviewedCommentCount-root h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.AFUnreviewedCommentCount-root h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.AFUnreviewedCommentCount-root h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.AFUnreviewedCommentCount-root h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.AFUnreviewedCommentCount-root img {
  max-width: 100%;
}
.AFUnreviewedCommentCount-root sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.AFUnreviewedCommentCount-root sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.AFUnreviewedCommentCount-root a, .AFUnreviewedCommentCount-root a:hover, .AFUnreviewedCommentCount-root a:active {
  color: #C03A44;
}
.AFUnreviewedCommentCount-root table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.AFUnreviewedCommentCount-root figure.table {
  display: table;
}
.AFUnreviewedCommentCount-root td, .AFUnreviewedCommentCount-root th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.AFUnreviewedCommentCount-root th {
  background: #fafafa;
  font-weight: 700;
}
.AFUnreviewedCommentCount-root figure {
  margin: 1em auto;
  text-align: center;
}
.AFUnreviewedCommentCount-root figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.AFUnreviewedCommentCount-root p.spoiler {
  margin: 0;
}
.AFUnreviewedCommentCount-root .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.AFUnreviewedCommentCount-root div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.AFUnreviewedCommentCount-root p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.AFUnreviewedCommentCount-root .spoilers:not(:hover)::selection, .AFUnreviewedCommentCount-root .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.AFUnreviewedCommentCount-root .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.AFUnreviewedCommentCount-root div.metaculus-preview {
  background-color: #2c3947;
}
.AFUnreviewedCommentCount-root figure.media div[data-oembed-url*="youtube.com"], .AFUnreviewedCommentCount-root figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.AFUnreviewedCommentCount-root .footnote-section {
  counter-reset: footnote-counter;
}
.AFUnreviewedCommentCount-root .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.AFUnreviewedCommentCount-root .footnote-item > * {
  vertical-align: text-top;
}
.AFUnreviewedCommentCount-root .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.AFUnreviewedCommentCount-root .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.AFUnreviewedCommentCount-root .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.AFUnreviewedCommentCount-root .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.AFUnreviewedCommentCount-root .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.AFUnreviewedCommentCount-root .footnotes-sep {
  display: none;
}
.AFUnreviewedCommentCount-root hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.AFUnreviewedCommentCount-root h1, .AFUnreviewedCommentCount-root h2, .AFUnreviewedCommentCount-root h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.AFUnreviewedCommentCount-root * {
  pointer-events: auto;
}
.AFUnreviewedCommentCount-root > *:hover ~ .spoiler {
  color: black;
}
.AFUnreviewedCommentCount-root > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
.AFUnreviewedCommentCount-root hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.AFUnreviewedCommentCount-root .footnotes sup {
  margin-right: 10px;
}
.AFUnreviewedCommentCount-root .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.AFUnreviewedCommentCount-root .footnotes li {
  font-size: 0.9em;
}
.AFUnreviewedCommentCount-root .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.AFUnreviewedCommentCount-root figure.media div[data-oembed-url*="youtube.com"] iframe, .AFUnreviewedCommentCount-root figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.AFUnreviewedCommentCount-root div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.AFUnreviewedCommentCount-root .spoilers > p:hover ~ p a, .AFUnreviewedCommentCount-root .spoilers > p:hover ~ p a:hover, .AFUnreviewedCommentCount-root .spoilers > p:hover ~ p a:focus, .AFUnreviewedCommentCount-root .spoilers > p:hover ~ p a::after {
  color: black;
}
.AFUnreviewedCommentCount-root .spoilers > p:hover ~ p code {
  background-color: black;
}
.AFUnreviewedCommentCount-root div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.AFUnreviewedCommentCount-root div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.AFUnreviewedCommentCount-root div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.AFUnreviewedCommentCount-root div.spoilers:not(:hover) a, .AFUnreviewedCommentCount-root div.spoilers:not(:hover) a:hover, .AFUnreviewedCommentCount-root div.spoilers:not(:hover) a:focus, .AFUnreviewedCommentCount-root div.spoilers:not(:hover) a::after {
  color: black;
}
.AFUnreviewedCommentCount-root div.spoilers:not(:hover) code {
  background-color: black;
}
.AFUnreviewedCommentCount-root .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.AFUnreviewedCommentCount-root .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.AFUnreviewedCommentCount-root .spoiler:not(:hover) a, .AFUnreviewedCommentCount-root .spoiler:not(:hover) a:hover, .AFUnreviewedCommentCount-root .spoiler:not(:hover) a:focus, .AFUnreviewedCommentCount-root .spoiler:not(:hover) a::after {
  color: black;
}
.AFUnreviewedCommentCount-root .spoiler:not(:hover) code {
  background-color: black;
}
.AFUnreviewedCommentCount-root td p, .AFUnreviewedCommentCount-root th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.AFUnreviewedCommentCount-root td p:first-of-type, .AFUnreviewedCommentCount-root th p:first-of-type {
  margin-top: 0;
}
.AFUnreviewedCommentCount-root a u, .AFUnreviewedCommentCount-root a:hover u, .AFUnreviewedCommentCount-root a:active u {
  text-decoration: none;
}
.AFUnreviewedCommentCount-viewLink {
  margin-left: 4px;
}
.AddPostsToTag-root {
  display: flex;
}
.AddPostsToTag-root input {
  width: 70px;
  cursor: pointer;
}
.AddPostsToTag-open {
  width: 100%;
  padding: 8px;
  background-color: white;
}
.AddPostsToTag-open input {
  width: calc(100% - 15px);
  cursor: unset;
}
.AddPostsToTag-icon {
  color: #9e9e9e;
  height: 18px;
  margin-top: 2px;
  margin-right: 3px;
}
.AddPostsToTag-searchBar {
  gap: 10;
  display: flex;
  align-items: center;
  padding-left: 8px;
}
.AddPostsToTag-search {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.AddPostsToTag-searchHeader {
  display: flex;
  justify-content: space-between;
}
.AddPostsToTag-searchHeader .ais-Pagination-item--selected.ais-Pagination-item--page {
  bottom: 3px;
  position: relative;
}
.AddPostsToTag-closeIcon {
  color: black;
  cursor: pointer;
  font-size: 16px;
}
.AddPostsToTag-addButton {
  color: rgba(0,0,0,0.6);
  cursor: pointer;
  display: flex;
  align-items: center;
}
.AddPostsToTag-postHit {
  cursor: pointer;
}
.AddTag-root .ais-SearchBox {
  padding: 8px;
}
.AddTag-root .ais-SearchBox-submit {
  right: 11px;
  position: absolute;
}
.AddTag-newTag {
  color: #757575;
  cursor: pointer;
  display: block;
  padding: 8px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.AddTagButton-addTagButton {
  color: #757575;
  display: inline-block;
  text-align: center;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.AddTagButton-defaultButton {
  padding-left: 4px;
}
.AddToCalendarIcon-plusIcon {
  top: 11px;
  left: 11px;
  width: 10px;
  height: 10px;
  position: absolute;
  background-color: white;
}
.AddToCalendarIcon-label {
  margin-left: 3px;
}
.AdminHome-adminHomeLayout {
  width: 920px;
  margin: auto;
}
.AdminHome-adminHomeOrModerationLogPage {
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.AdminHome-adminHomeOrModerationLogPage h1 {
  color: #424242;
  font-size: 3rem;
  margin-top: 1.2em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.30357em;
  margin-left: -.02em;
  letter-spacing: -.02em;
}
.AdminHome-adminHomeOrModerationLogPage h2 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.AdminHome-adminHomeOrModerationLogPage h3 {
  color: #424242;
  font-size: 2rem;
  margin-top: 0;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.20588em;
  margin-bottom: 0.5em;
}
.AdminHome-adminLogGroup {
  border: solid 1px rgba(0,0,0,.2);
  margin: 16px;
  padding: 10px;
  border-radius: 2px;
}
.AdminHome-floatLeft {
  width: 48%;
  float: left;
}
.AdminHome-recentLogins {
  background-color: rgba(50,100,50,.1);
}
.AdminHome-allUsers {
  background-color: rgba(100,50,50,.1);
}
.AdminMetadata-indexesTable {
  border: 1px solid black;
  padding: 5px;
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.AdminMetadata-indexRow {
  width: 700px;
  display: block;
  padding: 5px;
  line-break: anywhere;
}
.AdminPaymentsPage-row {
  display: flex;
}
.AgreementVoteAxis-agreementSection {
  height: 24px;
  display: inline-block;
  outline: 1px solid rgba(72,94,144,0.16);
  font-size: 25px;
  min-width: 70px;
  text-align: center;
  margin-left: 8px;
  line-height: 0.6;
  padding-top: 2px;
}
.AgreementVoteAxis-agreementScore {
  font-size: 1.1rem;
  margin-left: 4px;
  line-height: 1;
  margin-right: 4px;
}
.AlignmentCrosspostMessage-root {
  color: #757575;
  font-size: .9em;
  font-style: italic;
  word-break: break-word;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 20px;
}
.AlignmentPendingApprovalMessage-root {
  color: #757575;
  font-size: .9em;
  font-style: italic;
  word-break: break-word;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 20px;
}
.AllPostsPage-title {
  cursor: pointer;
}
.AllPostsPageTagRevisionItem-root {
  border: solid 1px rgba(72,94,144,0.16);
  padding: 12px;
  background: rgb(242,242,242);
  margin-left: 8px;
  border-right: none;
  border-radius: 2px 0 0 2px;
  margin-bottom: 16px;
}
.AllPostsPageTagRevisionItem-textBody {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  word-break: break-word;
  margin-top: .5em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .25em;
  pointer-events: none;
}
.AllPostsPageTagRevisionItem-textBody pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.AllPostsPageTagRevisionItem-textBody code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.AllPostsPageTagRevisionItem-textBody blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.AllPostsPageTagRevisionItem-textBody li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.AllPostsPageTagRevisionItem-textBody h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.AllPostsPageTagRevisionItem-textBody h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.AllPostsPageTagRevisionItem-textBody h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.AllPostsPageTagRevisionItem-textBody h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.AllPostsPageTagRevisionItem-textBody h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.AllPostsPageTagRevisionItem-textBody h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.AllPostsPageTagRevisionItem-textBody h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.AllPostsPageTagRevisionItem-textBody img {
  max-width: 100%;
}
.AllPostsPageTagRevisionItem-textBody sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.AllPostsPageTagRevisionItem-textBody sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.AllPostsPageTagRevisionItem-textBody a, .AllPostsPageTagRevisionItem-textBody a:hover, .AllPostsPageTagRevisionItem-textBody a:active {
  color: #C03A44;
}
.AllPostsPageTagRevisionItem-textBody table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.AllPostsPageTagRevisionItem-textBody figure.table {
  display: table;
}
.AllPostsPageTagRevisionItem-textBody td, .AllPostsPageTagRevisionItem-textBody th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.AllPostsPageTagRevisionItem-textBody th {
  background: #fafafa;
  font-weight: 700;
}
.AllPostsPageTagRevisionItem-textBody figure {
  margin: 1em auto;
  text-align: center;
}
.AllPostsPageTagRevisionItem-textBody figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.AllPostsPageTagRevisionItem-textBody p.spoiler {
  margin: 0;
}
.AllPostsPageTagRevisionItem-textBody .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.AllPostsPageTagRevisionItem-textBody div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.AllPostsPageTagRevisionItem-textBody p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.AllPostsPageTagRevisionItem-textBody .spoilers:not(:hover)::selection, .AllPostsPageTagRevisionItem-textBody .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.AllPostsPageTagRevisionItem-textBody .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.AllPostsPageTagRevisionItem-textBody div.metaculus-preview {
  background-color: #2c3947;
}
.AllPostsPageTagRevisionItem-textBody figure.media div[data-oembed-url*="youtube.com"], .AllPostsPageTagRevisionItem-textBody figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.AllPostsPageTagRevisionItem-textBody .footnote-section {
  counter-reset: footnote-counter;
}
.AllPostsPageTagRevisionItem-textBody .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.AllPostsPageTagRevisionItem-textBody .footnote-item > * {
  vertical-align: text-top;
}
.AllPostsPageTagRevisionItem-textBody .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.AllPostsPageTagRevisionItem-textBody .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.AllPostsPageTagRevisionItem-textBody .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.AllPostsPageTagRevisionItem-textBody .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.AllPostsPageTagRevisionItem-textBody .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.AllPostsPageTagRevisionItem-textBody .footnotes-sep {
  display: none;
}
.AllPostsPageTagRevisionItem-textBody hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.AllPostsPageTagRevisionItem-textBody h1, .AllPostsPageTagRevisionItem-textBody h2, .AllPostsPageTagRevisionItem-textBody h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.AllPostsPageTagRevisionItem-textBody * {
  pointer-events: auto;
}
.AllPostsPageTagRevisionItem-textBody > *:hover ~ .spoiler {
  color: black;
}
.AllPostsPageTagRevisionItem-textBody > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
.AllPostsPageTagRevisionItem-textBody hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.AllPostsPageTagRevisionItem-textBody .footnotes sup {
  margin-right: 10px;
}
.AllPostsPageTagRevisionItem-textBody .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.AllPostsPageTagRevisionItem-textBody .footnotes li {
  font-size: 0.9em;
}
.AllPostsPageTagRevisionItem-textBody .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.AllPostsPageTagRevisionItem-textBody figure.media div[data-oembed-url*="youtube.com"] iframe, .AllPostsPageTagRevisionItem-textBody figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.AllPostsPageTagRevisionItem-textBody div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.AllPostsPageTagRevisionItem-textBody .spoilers > p:hover ~ p a, .AllPostsPageTagRevisionItem-textBody .spoilers > p:hover ~ p a:hover, .AllPostsPageTagRevisionItem-textBody .spoilers > p:hover ~ p a:focus, .AllPostsPageTagRevisionItem-textBody .spoilers > p:hover ~ p a::after {
  color: black;
}
.AllPostsPageTagRevisionItem-textBody .spoilers > p:hover ~ p code {
  background-color: black;
}
.AllPostsPageTagRevisionItem-textBody div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.AllPostsPageTagRevisionItem-textBody div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.AllPostsPageTagRevisionItem-textBody div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.AllPostsPageTagRevisionItem-textBody div.spoilers:not(:hover) a, .AllPostsPageTagRevisionItem-textBody div.spoilers:not(:hover) a:hover, .AllPostsPageTagRevisionItem-textBody div.spoilers:not(:hover) a:focus, .AllPostsPageTagRevisionItem-textBody div.spoilers:not(:hover) a::after {
  color: black;
}
.AllPostsPageTagRevisionItem-textBody div.spoilers:not(:hover) code {
  background-color: black;
}
.AllPostsPageTagRevisionItem-textBody .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.AllPostsPageTagRevisionItem-textBody .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.AllPostsPageTagRevisionItem-textBody .spoiler:not(:hover) a, .AllPostsPageTagRevisionItem-textBody .spoiler:not(:hover) a:hover, .AllPostsPageTagRevisionItem-textBody .spoiler:not(:hover) a:focus, .AllPostsPageTagRevisionItem-textBody .spoiler:not(:hover) a::after {
  color: black;
}
.AllPostsPageTagRevisionItem-textBody .spoiler:not(:hover) code {
  background-color: black;
}
.AllPostsPageTagRevisionItem-textBody td p, .AllPostsPageTagRevisionItem-textBody th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.AllPostsPageTagRevisionItem-textBody td p:first-of-type, .AllPostsPageTagRevisionItem-textBody th p:first-of-type {
  margin-top: 0;
}
.AllPostsPageTagRevisionItem-textBody a u, .AllPostsPageTagRevisionItem-textBody a:hover u, .AllPostsPageTagRevisionItem-textBody a:active u {
  text-decoration: none;
}
.AllTagsAlphabetical-root {
  margin: auto;
  max-width: 1000px;
}
.AllTagsAlphabetical-alphabetical {
  columns: 5;
  padding: 20px;
  column-gap: 0;
  background: white;
  column-width: 225px;
  margin-bottom: 24px;
}
.AllTagsPage-root {
  margin: auto;
  max-width: 1000px;
}
.AllTagsPage-topSection {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 64px;
}
.AllTagsPage-alphabetical {
  columns: 5;
  padding: 20px;
  column-gap: 0;
  background: white;
  column-width: 200px;
  margin-bottom: 24px;
}
.AllTagsPage-portal {
  color: rgba(0, 0, 0, 0.87);
  position: relative;
  font-size: 1.16rem;
  margin-top: .5em;
  word-break: break-word;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: 18px;
  pointer-events: none;
}
.AllTagsPage-portal pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.AllTagsPage-portal code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.AllTagsPage-portal blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.AllTagsPage-portal li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.AllTagsPage-portal h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.AllTagsPage-portal h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.AllTagsPage-portal h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.AllTagsPage-portal h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.AllTagsPage-portal h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.AllTagsPage-portal h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.AllTagsPage-portal h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.AllTagsPage-portal img {
  max-width: 100%;
}
.AllTagsPage-portal sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.AllTagsPage-portal sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.AllTagsPage-portal a, .AllTagsPage-portal a:hover, .AllTagsPage-portal a:active {
  color: #C03A44;
}
.AllTagsPage-portal table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.AllTagsPage-portal figure.table {
  display: table;
}
.AllTagsPage-portal td, .AllTagsPage-portal th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.AllTagsPage-portal th {
  background: #fafafa;
  font-weight: 700;
}
.AllTagsPage-portal figure {
  margin: 1em auto;
  text-align: center;
}
.AllTagsPage-portal figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.AllTagsPage-portal p.spoiler {
  margin: 0;
}
.AllTagsPage-portal .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.AllTagsPage-portal div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.AllTagsPage-portal p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.AllTagsPage-portal .spoilers:not(:hover)::selection, .AllTagsPage-portal .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.AllTagsPage-portal .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.AllTagsPage-portal div.metaculus-preview {
  background-color: #2c3947;
}
.AllTagsPage-portal figure.media div[data-oembed-url*="youtube.com"], .AllTagsPage-portal figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.AllTagsPage-portal .footnote-section {
  counter-reset: footnote-counter;
}
.AllTagsPage-portal .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.AllTagsPage-portal .footnote-item > * {
  vertical-align: text-top;
}
.AllTagsPage-portal .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.AllTagsPage-portal .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.AllTagsPage-portal .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.AllTagsPage-portal .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.AllTagsPage-portal .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.AllTagsPage-portal .footnotes-sep {
  display: none;
}
.AllTagsPage-portal hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.AllTagsPage-portal h1, .AllTagsPage-portal h2, .AllTagsPage-portal h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.AllTagsPage-portal * {
  pointer-events: auto;
}
.AllTagsPage-portal > *:hover ~ .spoiler {
  color: black;
}
.AllTagsPage-portal > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
@media (max-width:599.95px) {
  .AllTagsPage-portal td {
    width: 100% !important;
    height: inherit !important;
    display: block;
  }
}
.AllTagsPage-portal hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.AllTagsPage-portal .footnotes sup {
  margin-right: 10px;
}
.AllTagsPage-portal .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.AllTagsPage-portal .footnotes li {
  font-size: 0.9em;
}
.AllTagsPage-portal .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.AllTagsPage-portal figure.media div[data-oembed-url*="youtube.com"] iframe, .AllTagsPage-portal figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.AllTagsPage-portal div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.AllTagsPage-portal .spoilers > p:hover ~ p a, .AllTagsPage-portal .spoilers > p:hover ~ p a:hover, .AllTagsPage-portal .spoilers > p:hover ~ p a:focus, .AllTagsPage-portal .spoilers > p:hover ~ p a::after {
  color: black;
}
.AllTagsPage-portal .spoilers > p:hover ~ p code {
  background-color: black;
}
.AllTagsPage-portal div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.AllTagsPage-portal div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.AllTagsPage-portal div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.AllTagsPage-portal div.spoilers:not(:hover) a, .AllTagsPage-portal div.spoilers:not(:hover) a:hover, .AllTagsPage-portal div.spoilers:not(:hover) a:focus, .AllTagsPage-portal div.spoilers:not(:hover) a::after {
  color: black;
}
.AllTagsPage-portal div.spoilers:not(:hover) code {
  background-color: black;
}
.AllTagsPage-portal .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.AllTagsPage-portal .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.AllTagsPage-portal .spoiler:not(:hover) a, .AllTagsPage-portal .spoiler:not(:hover) a:hover, .AllTagsPage-portal .spoiler:not(:hover) a:focus, .AllTagsPage-portal .spoiler:not(:hover) a::after {
  color: black;
}
.AllTagsPage-portal .spoiler:not(:hover) code {
  background-color: black;
}
.AllTagsPage-portal td p, .AllTagsPage-portal th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.AllTagsPage-portal td p:first-of-type, .AllTagsPage-portal th p:first-of-type {
  margin-top: 0;
}
.AllTagsPage-portal a u, .AllTagsPage-portal a:hover u, .AllTagsPage-portal a:active u {
  text-decoration: none;
}
.AllTagsPage-edit {
  float: right;
  color: #757575;
  margin-right: 5px;
}
.AllTagsPage-addTagButton {
  vertical-align: middle;
}
.Answer-postContent {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.28rem;
  word-break: break-word;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.75rem;
}
.Answer-postContent pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.Answer-postContent code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.Answer-postContent blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 12px;
  border-left: solid 3px #e0e0e0;
  margin-left: 24px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
}
.Answer-postContent li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.28rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.8rem;
  margin-bottom: .5rem;
}
.Answer-postContent h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.Answer-postContent h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.Answer-postContent h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.Answer-postContent h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.Answer-postContent h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.Answer-postContent h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.Answer-postContent h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.Answer-postContent img {
  max-width: 100%;
}
.Answer-postContent sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.Answer-postContent sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.Answer-postContent a, .Answer-postContent a:hover, .Answer-postContent a:active {
  color: #C03A44;
}
.Answer-postContent table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.Answer-postContent figure.table {
  display: table;
}
.Answer-postContent td, .Answer-postContent th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.Answer-postContent th {
  background: #fafafa;
  font-weight: 700;
}
.Answer-postContent figure {
  margin: 1em auto;
  text-align: center;
}
.Answer-postContent figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.Answer-postContent p.spoiler {
  margin: 0;
}
.Answer-postContent .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.Answer-postContent div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.Answer-postContent p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.Answer-postContent .spoilers:not(:hover)::selection, .Answer-postContent .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.Answer-postContent .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.Answer-postContent div.metaculus-preview {
  background-color: #2c3947;
}
.Answer-postContent figure.media div[data-oembed-url*="youtube.com"], .Answer-postContent figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.Answer-postContent .footnote-section {
  counter-reset: footnote-counter;
}
.Answer-postContent .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.Answer-postContent .footnote-item > * {
  vertical-align: text-top;
}
.Answer-postContent .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.Answer-postContent .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.Answer-postContent .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.Answer-postContent .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.Answer-postContent .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.Answer-postContent .footnotes-sep {
  display: none;
}
.Answer-postContent hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.Answer-postContent ul {
  padding-inline-start: 30;
}
.Answer-postContent hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.Answer-postContent .footnotes sup {
  margin-right: 10px;
}
.Answer-postContent .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.Answer-postContent .footnotes li {
  font-size: 0.9em;
}
.Answer-postContent .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.Answer-postContent figure.media div[data-oembed-url*="youtube.com"] iframe, .Answer-postContent figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.Answer-postContent div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.Answer-postContent .spoilers > p:hover ~ p a, .Answer-postContent .spoilers > p:hover ~ p a:hover, .Answer-postContent .spoilers > p:hover ~ p a:focus, .Answer-postContent .spoilers > p:hover ~ p a::after {
  color: black;
}
.Answer-postContent .spoilers > p:hover ~ p code {
  background-color: black;
}
.Answer-postContent div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.Answer-postContent div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.Answer-postContent div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.Answer-postContent div.spoilers:not(:hover) a, .Answer-postContent div.spoilers:not(:hover) a:hover, .Answer-postContent div.spoilers:not(:hover) a:focus, .Answer-postContent div.spoilers:not(:hover) a::after {
  color: black;
}
.Answer-postContent div.spoilers:not(:hover) code {
  background-color: black;
}
.Answer-postContent .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.Answer-postContent .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.Answer-postContent .spoiler:not(:hover) a, .Answer-postContent .spoiler:not(:hover) a:hover, .Answer-postContent .spoiler:not(:hover) a:focus, .Answer-postContent .spoiler:not(:hover) a::after {
  color: black;
}
.Answer-postContent .spoiler:not(:hover) code {
  background-color: black;
}
.Answer-postContent td p, .Answer-postContent th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.Answer-postContent td p:first-of-type, .Answer-postContent th p:first-of-type {
  margin-top: 0;
}
.Answer-postContent a u, .Answer-postContent a:hover u, .Answer-postContent a:active u {
  text-decoration: none;
}
.Answer-root {
  border: solid 2px #e0e0e0;
  padding-top: 20px;
  padding-left: 20px;
  margin-bottom: 32px;
  padding-right: 20px;
}
@media (max-width:1279.95px) {
  .Answer-root {
    margin-left: auto;
    margin-right: auto;
  }
}
.Answer-answerHeader {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.Answer-author {
  display: inline-block;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.Answer-date {
  display: inline-block;
  margin-left: 10px;
}
.Answer-vote {
  top: -4px;
  color: #9e9e9e;
  display: inline-block;
  position: relative;
  flex-grow: 1;
  margin-left: 10px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.Answer-footer {
  display: flex;
  margin-top: 5px;
  margin-left: -13px;
  align-items: center;
}
.Answer-separator {
  width: 25%;
  margin-top: 32px;
  border-color: #eeeeee;
  margin-bottom: 64px;
}
.Answer-menu {
  cursor: pointer;
  opacity: 0.5;
}
.Answer-menu:hover {
  opacity: 1;
}
.Answer-deletedSection {
  display: flex;
  margin-top: 50px;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  justify-content: space-between;
}
.Answer-deleted {
  color: #9e9e9e;
}
.Answer-footerVote {
  font-size: 42px;
  text-align: center;
  margin-right: 8px;
}
.Answer-footerRight {
  margin-top: 16px;
}
.Answer-newComment {
  color: #9e9e9e;
  margin-top: 16px;
}
.Answer-metaData {
  text-align: right;
}
.Answer-promoted {
  border: solid 2px #C03A44;
}
.Answer-metaNotice {
  color: #C03A44;
  font-size: 1rem;
  font-style: italic;
  margin-top: -12px;
  margin-left: 4px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 10px;
}
.Answer-retracted {
  text-decoration: line-through;
}
.AnswerCommentsList-commentsList {
  margin-left: -12px;
  margin-right: -12px;
}
.AnswerCommentsList-noComments {
  top: -64px;
  position: relative;
  text-align: right;
}
.AnswerCommentsList-noCommentAnswersList {
  border-top: transparent;
}
.AnswerCommentsList-editor {
  margin-top: 16px;
  border-top: solid 1px #e0e0e0;
  margin-left: 32px;
  padding-left: 12px;
  padding-bottom: 12px;
}
.AnswerCommentsList-newComment {
  color: #757575;
  padding: 20px;
  text-align: right;
}
.AnswerCommentsList-loadMore {
  color: #C03A44;
  text-align: right;
}
.AnswerCommentsList-loadingMore {
  opacity: 0.7;
}
.AnswerCommentsList-canLoadMore {
  cursor: pointer;
}
.AnswerTocRow-root {
  display: flex;
  margin-left: -8px;
}
.AnswerTocRow-karma {
  width: 16px;
  display: inline-block;
  text-align: center;
  margin-top: 1px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-right: 8px;
}
.AnswerTocRow-tooltip {
  word-break: break-word;
}
.AnswerTocRow-tooltipKarma {
  display: flex;
  font-style: italic;
  margin-bottom: 16px;
  justify-content: space-between;
}
.AnswerTocRow-firstLine {
  width: calc(100% - 20px);
  margin-top: 0;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 0;
}
.AnswerTocRow-author {
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 4px;
}
.AnswersList-root {
  width: 682px;
}
@media (max-width:1279.95px) {
  .AnswersList-root {
    width: unset;
  }
}
.AnswersList-answersList {
  margin-top: 16px;
  margin-bottom: 40px;
  padding-bottom: 16px;
}
.AnswersList-answerCount {
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 16px;
}
@media (max-width:1279.95px) {
  .AnswersList-answerCount {
    margin-left: auto;
    margin-right: auto;
  }
}
.AnswersList-loading {
  opacity: 0.5;
}
.ArbitalPreview-hovercard {
  color: rgba(0, 0, 0, 0.87);
  padding: 8px;
  overflow: hidden;
  font-size: 1.16rem;
  max-width: 500px;
  word-break: break-word;
  margin-top: .5em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  margin-bottom: .25em;
  padding-right: 12px;
  text-overflow: ellipsis;
  pointer-events: none;
}
.ArbitalPreview-hovercard pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.ArbitalPreview-hovercard code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.ArbitalPreview-hovercard blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.ArbitalPreview-hovercard li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.ArbitalPreview-hovercard h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.ArbitalPreview-hovercard h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.ArbitalPreview-hovercard h2 {
  margin-top: 4px;
}
.ArbitalPreview-hovercard h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.ArbitalPreview-hovercard h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.ArbitalPreview-hovercard h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.ArbitalPreview-hovercard h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.ArbitalPreview-hovercard img {
  max-width: 100%;
}
.ArbitalPreview-hovercard sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.ArbitalPreview-hovercard sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.ArbitalPreview-hovercard a, .ArbitalPreview-hovercard a:hover, .ArbitalPreview-hovercard a:active {
  color: #C03A44;
}
.ArbitalPreview-hovercard table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.ArbitalPreview-hovercard figure.table {
  display: table;
}
.ArbitalPreview-hovercard td, .ArbitalPreview-hovercard th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.ArbitalPreview-hovercard th {
  background: #fafafa;
  font-weight: 700;
}
.ArbitalPreview-hovercard figure {
  margin: 1em auto;
  text-align: center;
}
.ArbitalPreview-hovercard figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.ArbitalPreview-hovercard p.spoiler {
  margin: 0;
}
.ArbitalPreview-hovercard .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.ArbitalPreview-hovercard div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.ArbitalPreview-hovercard p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.ArbitalPreview-hovercard .spoilers:not(:hover)::selection, .ArbitalPreview-hovercard .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.ArbitalPreview-hovercard .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.ArbitalPreview-hovercard div.metaculus-preview {
  background-color: #2c3947;
}
.ArbitalPreview-hovercard figure.media div[data-oembed-url*="youtube.com"], .ArbitalPreview-hovercard figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.ArbitalPreview-hovercard .footnote-section {
  counter-reset: footnote-counter;
}
.ArbitalPreview-hovercard .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.ArbitalPreview-hovercard .footnote-item > * {
  vertical-align: text-top;
}
.ArbitalPreview-hovercard .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.ArbitalPreview-hovercard .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.ArbitalPreview-hovercard .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.ArbitalPreview-hovercard .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.ArbitalPreview-hovercard .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.ArbitalPreview-hovercard .footnotes-sep {
  display: none;
}
.ArbitalPreview-hovercard hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.ArbitalPreview-hovercard h1, .ArbitalPreview-hovercard h2, .ArbitalPreview-hovercard h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.ArbitalPreview-hovercard * {
  pointer-events: auto;
}
.ArbitalPreview-hovercard > *:hover ~ .spoiler {
  color: black;
}
.ArbitalPreview-hovercard > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
.ArbitalPreview-hovercard a[href='https://arbital.com/edit/'] {
  color: #bf360c;
}
.ArbitalPreview-hovercard hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.ArbitalPreview-hovercard .footnotes sup {
  margin-right: 10px;
}
.ArbitalPreview-hovercard .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.ArbitalPreview-hovercard .footnotes li {
  font-size: 0.9em;
}
.ArbitalPreview-hovercard .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.ArbitalPreview-hovercard figure.media div[data-oembed-url*="youtube.com"] iframe, .ArbitalPreview-hovercard figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.ArbitalPreview-hovercard div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.ArbitalPreview-hovercard .spoilers > p:hover ~ p a, .ArbitalPreview-hovercard .spoilers > p:hover ~ p a:hover, .ArbitalPreview-hovercard .spoilers > p:hover ~ p a:focus, .ArbitalPreview-hovercard .spoilers > p:hover ~ p a::after {
  color: black;
}
.ArbitalPreview-hovercard .spoilers > p:hover ~ p code {
  background-color: black;
}
.ArbitalPreview-hovercard div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.ArbitalPreview-hovercard div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.ArbitalPreview-hovercard div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.ArbitalPreview-hovercard div.spoilers:not(:hover) a, .ArbitalPreview-hovercard div.spoilers:not(:hover) a:hover, .ArbitalPreview-hovercard div.spoilers:not(:hover) a:focus, .ArbitalPreview-hovercard div.spoilers:not(:hover) a::after {
  color: black;
}
.ArbitalPreview-hovercard div.spoilers:not(:hover) code {
  background-color: black;
}
.ArbitalPreview-hovercard .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.ArbitalPreview-hovercard .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.ArbitalPreview-hovercard .spoiler:not(:hover) a, .ArbitalPreview-hovercard .spoiler:not(:hover) a:hover, .ArbitalPreview-hovercard .spoiler:not(:hover) a:focus, .ArbitalPreview-hovercard .spoiler:not(:hover) a::after {
  color: black;
}
.ArbitalPreview-hovercard .spoiler:not(:hover) code {
  background-color: black;
}
.ArbitalPreview-hovercard td p, .ArbitalPreview-hovercard th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.ArbitalPreview-hovercard td p:first-of-type, .ArbitalPreview-hovercard th p:first-of-type {
  margin-top: 0;
}
.ArbitalPreview-hovercard a u, .ArbitalPreview-hovercard a:hover u, .ArbitalPreview-hovercard a:active u {
  text-decoration: none;
}
.ArbitalPreview-headerRow {
  display: flex;
  justify-content: space-between;
}
.ArbitalPreview-logo {
  fill: rgba(0,0,0,0.4);
  height: 24px;
  margin-top: -5px;
}
.ArbitalPreview-link:after {
  color: #C03A44;
  content: "°";
  margin-left: 1px;
}
.BannedNotice-root {
  width: 100%;
  padding: 32px;
  background-color: white;
}
.BannedNotice-root a {
  color: #C03A44;
}
.BetaTag-root {
  color: #757575;
  font-size: .9rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 4px;
}
.BigCollectionsCard-root {
  width: 100%;
  background: white;
  margin-bottom: 12px;
}
@media (max-width:959.95px) {
  .BigCollectionsCard-root {
    max-width: 347px;
    margin-right: 12px;
  }
}
.BigCollectionsCard-root:hover {
  box-shadow: 0 0 3px rgba(0,0,0,.1);
}
.BigCollectionsCard-card {
  height: 318px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width:959.95px) {
  .BigCollectionsCard-card {
    height: auto;
  }
}
.BigCollectionsCard-content {
  width: 100%;
  max-width: 307px;
  border-top: solid 4px black;
  margin-left: 33px;
  padding-top: 8px;
  margin-bottom: 16px;
}
@media (max-width:959.95px) {
  .BigCollectionsCard-content {
    margin-left: 0;
  }
}
.BigCollectionsCard-text {
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.BigCollectionsCard-author {
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 8px;
}
.BigCollectionsCard-media {
  width: 326px;
  height: 271px;
}
@media (max-width:959.95px) {
  .BigCollectionsCard-media {
    width: 100%;
    order: 2;
    height: 90px;
    overflow: hidden;
    max-width: 326px;
  }
}
.BigCollectionsCard-media img {
  width: 326px;
}
@media (max-width:959.95px) {
  .BigCollectionsCard-media img {
    width: 100%;
    max-width: 326px;
  }
}
.Book2018Landing-textSettings {
  font-family: warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.Book2018Landing-body {
  color: rgba(0,0,0,0.7);
  font-size: 1.4em;
  text-align: justify;
  font-family: warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.45;
}
.Book2018Landing-body a {
  color: #C03A44;
}
.Book2018Landing-bookAnimationContainer {
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
  --book-animation-left-offset: 75px;
}
@media (max-width:1279.95px) {
  .Book2018Landing-bookAnimationContainer {
    width: 100%;
    max-width: 675px;
    margin-bottom: 75px;
  }
}
.Book2018Landing-bookContentContainer {
  display: flex;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.Book2018Landing-bookContentImage {
  width: 100%;
  height: 100%;
}
.Book2018Landing-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 0 20px;
  max-width: 1000px;
  margin-bottom: 32px;
}
.Book2018Landing-bookTitle {
  position: relative;
  font-size: 22px;
  font-weight: bold;
}
.Book2018Landing-essaysBy {
  color: grey;
  font-size: 20px;
  align-items: flex-end;
  margin-bottom: 18px;
}
.Book2018Landing-bookSummary {
  grid-area: info;
}
.Book2018Landing-authorList {
  color: grey;
  grid-area: authorList;
}
.Book2018Landing-mainQuoteContainer {
  max-width: 650px;
  text-align: right;
  padding-top: 50px;
  padding-left: 100px;
}
.Book2018Landing-mainQuote {
  grid-area: mainQuote;
  font-size: 28px;
  line-height: 1.4em;
  margin-bottom: 15px;
}
.Book2018Landing-mainQuoteAuthor {
  color: grey;
  grid-area: mainQuoteAuthor;
  font-size: 22px;
  line-height: 1.4em;
}
.Book2018Landing-buyButton {
  display: flex;
}
.Book2018Landing-interludeTextContainer {
  display: grid;
  grid-gap: 3px 50px;
  margin-bottom: 40px;
  grid-template-rows: auto auto;
  grid-template-areas: 
      "interludeQuote body"
     ;
  grid-template-columns: 1fr 1fr;
}
.Book2018Landing-interludeBigQuote {
  color: rgba(0,0,0,0.87);
  grid-area: interludeQuote;
  font-size: 1.6em;
  text-align: justify;
}
.Book2018Landing-interludeQuoteAuthor {
  margin-top: 10px;
  text-align: right;
}
.Book2018Landing-interludeBodyText {
  grid-area: body;
}
.Book2018Landing-sampleButton {
  color: white;
  height: 36px;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  background: #e4c161;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 500;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 6px;
  letter-spacing: 0.6;
}
.Book2018Landing-sampleButton:hover {
  opacity: 0.8;
}
.Book2018Landing-mobileSampleButton {
  width: 100%;
  display: none;
  padding: 0px 16px;
}
.Book2018Landing-bookIntroduction {
  display: grid;
  grid-gap: 5px 50px;
  margin-bottom: 22px;
  grid-template-rows: 1fr;
  grid-template-areas: 
      "authorList info"
    ;
  grid-template-columns: 1fr 1fr;
}
.Book2018Landing-availabilityNotice {
  color: rgba(0,0,0,0.6);
  height: 36px;
  font-size: 0.83rem;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.Book2018Landing-mobileParagraph {
  display: none;
  padding: 0px 15px;
}
.Book2018Landing-mobileInterlude {
  display: none;
}
.Book2018Landing-desktopOnlyInterlude {
  display: block;
}
.Book2018Landing-mobileBookImages {
  display: none;
}
.Book2018Landing-mobileCoverImage {
  width: 100%;
}
.Book2018Landing-mobileSpreadImage {
  width: 100%;
}
.Book2018Landing-sampleButtonWrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.Book2018Landing-faqLink {
  color: rgba(0,0,0,0.6);
  height: 36px;
  display: flex;
  font-size: 1.2rem;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  align-items: center;
  margin-left: 16px;
  margin-right: 16px;
}
@media (max-width:599.95px) {
  .Book2018Landing-bookContentContainer {
    display: none;
  }
  .Book2018Landing-bookIntroduction {
    grid-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-areas: 
        "authorList"
        "info"
      ;
    grid-template-columns: 1fr;
  }
  .Book2018Landing-interludeTextContainer {
    margin-botton: 20px;
    grid-template-areas: 
        "interludeQuote"
        "interludeQuoteAuthor"
        "body"
      ;
    grid-template-columns: 1fr;
  }
  .Book2018Landing-interludeBodyText {
    display: none;
  }
  .Book2018Landing-sampleButton {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .Book2018Landing-wrapper {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .Book2018Landing-mainQuote {
    display: none;
  }
  .Book2018Landing-mainQuoteAuthor {
    display: none;
  }
  .Book2018Landing-mainQuoteContainer {
    padding-bottom: 60px;
  }
  .Book2018Landing-interludeBigQuote {
    color: #5e5e5e;
    line-height: 1.4em;
  }
  .Book2018Landing-mobileParagraph {
    display: block;
  }
  .Book2018Landing-mobileInterlude {
    display: block;
  }
  .Book2018Landing-desktopOnlyInterlude {
    display: none;
  }
  .Book2018Landing-mobileBookImages {
    display: block;
  }
  .Book2018Landing-bookAnimationContainer {
    margin-bottom: 0;
  }
  .Book2018Landing-mobileSampleButton {
    display: block;
  }
}
@media (min-width:1280px) {
  .Book2019Animation-success .parent-container .book-container {
    left: calc(var(--book-animation-left-offset, -100px) + var(--collapsed-position));
  }
  .Book2019Animation-success .parent-container .book {
    transform: rotateY(90deg);
  }
  .Book2019Animation-success .parent-container .book::after {
    opacity: 0;
  }
}
.Book2019Animation-success .parent-container .Book2019Animation-revealedContent {
  opacity: 1;
  transition: opacity 0.7s ease;
  transition-delay: 0.7s;
}
.Book2019Animation-success .parent-container::after {
  opacity: 1;
}
.Book2019Animation-root .parent-container {
  height: 350px;
  z-index: 2;
  position: relative;
  padding-left: calc(var(--book-animation-left-offset, -100px) + 230px);
}
.Book2019Animation-root .book-container {
  top: 0;
  left: var(--starting-position);
  width: 200px;
  height: 343px;
  display: flex;
  z-index: 2;
  position: absolute;
  transition: left 1s ease;
  align-items: center;
  perspective: 800px;
  margin-right: 30px;
  justify-content: center;
  transform-style: preserve-3d;
}
.Book2019Animation-root .book {
  width: 220px;
  height: 343px;
  position: relative;
  transform: rotateY(0deg);
  transition: transform 1s ease;
  transform-style: preserve-3d;
}
.Book2019Animation-root .parent-container::after {
  top: -22px;
  left: calc(142px + var(--book-animation-left-offset, -100px));
  width: 0;
  height: 344px;
  content: "";
  z-index: -1;
  opacity: 0;
  position: absolute;
  transform: translateZ(-500px);
  background: transparent;
  box-shadow: 5px 23px 100px 15px #666;
  transition: opacity 1s ease;
}
@media (max-width:1279.95px) {
  .Book2019Animation-root .book {
    transform: rotateY(90deg);
  }
  .Book2019Animation-root .book::after {
    opacity: 0;
  }
  .Book2019Animation-root .parent-container::aftBook2019FrontpageWidgeter {
    top: 25px;
    left: 75px;
    opacity: 1;
  }
  .Book2019Animation-root .book-container {
    top: 37px;
    left: calc(var(--collapsed-position) - 70px);
  }
  .Book2019Animation-root .parent-container {
    height: unset;
    max-width: 765px;
    min-height: 375px;
    padding-top: 1px;
    padding-left: 140px;
  }
}
@media (max-width:599.95px) {
  .Book2019Animation-root .parent-container {
    overflow: hidden;
    min-height: 150px;
    padding-top: 15px;
    padding-left: 0;
  }
  .Book2019Animation-root .book-container {
    top: 60px;
    left: calc(var(--collapsed-position) / 2);
    width: 100px;
    height: 150px;
    transform: scale(0.6, 0.6);
  }
  .Book2019Animation-root .parent-container::after {
    top: 60px;
    left: 85px;
    height: 140px;
    box-shadow: 5px 23px 130px 15px #666;
  }
  .Book2019Animation-root .book {
    transform: rotateY(60deg);
    transition: transform 0.0s ease;
  }
}
.Book2019Animation-root .book > .cover {
  width: 220px;
  height: 343px;
  position: absolute;
  background: white;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.Book2019Animation-root .book > .spine {
  left: var(--negative-half-spine-width, -14px);
  width: calc(var(--half-spine-width, 14px)*2);
  height: 343px;
  position: absolute;
  transform: rotateY(-90deg) translateX(var(--negative-half-spine-width, -14px));
  background: transparent;
}
.Book2019Animation-root .book > .spine-thickness {
  width: 1px;
  height: 343px;
  position: absolute;
  transform: translateZ(-1px) translateX(1px) rotateY(-45deg);
  background: white;
}
.Book2019Animation-root .spine::after {
  width: 3px;
  content: "";
  background: white;
}
.Book2019Animation-root .book::after {
  left: 0;
  width: 220px;
  height: 343px;
  content: "";
  z-index: -1;
  position: absolute;
  transform: translateZ(var(--negative-spine-width, -26px));
  background: white;
  box-shadow: 5px 0 40px 9px #EEE;
  transition: opacity 1s ease;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.Book2019Animation-root .trust {
  --half-spine-width: 12.85px;
  --starting-position: 0px;
  --collapsed-position: 0px;
  --negative-spine-width: -25.70px;
  --negative-half-spine-width: -12.85px;
}
.Book2019Animation-root .modularity {
  --half-spine-width: 12.28px;
  --starting-position: 245px;
  --collapsed-position: 31px;
  --negative-spine-width: -24.56px;
  --negative-half-spine-width: -12.28px;
}
.Book2019Animation-root .incentives {
  --half-spine-width: 11.01px;
  --starting-position: 490px;
  --collapsed-position: 59px;
  --negative-spine-width: -22.02px;
  --negative-half-spine-width: -11.01px;
}
.Book2019Animation-root .failure {
  --half-spine-width: 12.28px;
  --starting-position: 735px;
  --collapsed-position: 89px;
  --negative-spine-width: -24.56px;
  --negative-half-spine-width: -12.28px;
}
@media (min-width:1280px) {
  .Book2019Animation-root .parent-container:hover .book-container {
    left: calc(var(--book-animation-left-offset, -100px) + var(--collapsed-position));
  }
  .Book2019Animation-root .parent-container:hover .book {
    transform: rotateY(90deg);
  }
  .Book2019Animation-root .parent-container:hover .book::after {
    opacity: 0;
  }
}
.Book2019Animation-root .parent-container:hover .Book2019Animation-revealedContent {
  opacity: 1;
  transition: opacity 0.7s ease;
  transition-delay: 0.7s;
}
.Book2019Animation-root .parent-container:hover::after {
  opacity: 1;
}
.Book2019Animation-revealedContent {
  opacity: 0;
  position: relative;
  transition: opacity 0.5s ease;
}
@media (max-width:1279.95px) {
  .Book2019Animation-revealedContent {
    opacity: 1;
  }
}
.Book2019FrontpageWidget-root {
  width: 960px;
  z-index: 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  --book-animation-left-offset: 22.0px;
}
@media(max-width: 1375px) {
  .Book2019FrontpageWidget-root {
    width: calc(100vw - 250px);
    overflow: hidden;
  }
}
@media (max-width:1279.95px) {
  .Book2019FrontpageWidget-root {
    width: 100%;
    overflow: unset;
    max-width: 765px;
  }
}
@media (max-width:599.95px) {
  .Book2019FrontpageWidget-mainHeading {
    font-size: 2.3rem !important;
    padding-left: 170px;
  }
}
.Book2019FrontpageWidget-secondaryHeading {
  margin-top: -16px;
  font-style: italic;
  font-weight: normal;
}
@media (max-width:599.95px) {
  .Book2019FrontpageWidget-secondaryHeading {
    padding-left: 170px;
  }
}
@media (max-width:339.95px) {
  .Book2019FrontpageWidget-secondaryHeading {
    display: none;
  }
}
.Book2019FrontpageWidget-bookExplanation {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  word-break: break-word;
  text-align: right;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  padding-right: 100px;
}
.Book2019FrontpageWidget-bookExplanation pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.Book2019FrontpageWidget-bookExplanation code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.Book2019FrontpageWidget-bookExplanation blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 400;
  padding-top: 12px;
  border-left: solid 3px #e0e0e0;
  margin-left: 24px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
}
.Book2019FrontpageWidget-bookExplanation li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  margin-bottom: .5rem;
}
.Book2019FrontpageWidget-bookExplanation h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.Book2019FrontpageWidget-bookExplanation h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.Book2019FrontpageWidget-bookExplanation h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.Book2019FrontpageWidget-bookExplanation h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.Book2019FrontpageWidget-bookExplanation h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.Book2019FrontpageWidget-bookExplanation h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.Book2019FrontpageWidget-bookExplanation h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.Book2019FrontpageWidget-bookExplanation img {
  max-width: 100%;
}
.Book2019FrontpageWidget-bookExplanation sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.Book2019FrontpageWidget-bookExplanation sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.Book2019FrontpageWidget-bookExplanation a, .Book2019FrontpageWidget-bookExplanation a:hover, .Book2019FrontpageWidget-bookExplanation a:active {
  color: #C03A44;
}
.Book2019FrontpageWidget-bookExplanation table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.Book2019FrontpageWidget-bookExplanation figure.table {
  display: table;
}
.Book2019FrontpageWidget-bookExplanation td, .Book2019FrontpageWidget-bookExplanation th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.Book2019FrontpageWidget-bookExplanation th {
  background: #fafafa;
  font-weight: 700;
}
.Book2019FrontpageWidget-bookExplanation figure {
  margin: 1em auto;
  text-align: center;
}
.Book2019FrontpageWidget-bookExplanation figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.Book2019FrontpageWidget-bookExplanation p.spoiler {
  margin: 0;
}
.Book2019FrontpageWidget-bookExplanation .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.Book2019FrontpageWidget-bookExplanation div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.Book2019FrontpageWidget-bookExplanation p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.Book2019FrontpageWidget-bookExplanation .spoilers:not(:hover)::selection, .Book2019FrontpageWidget-bookExplanation .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.Book2019FrontpageWidget-bookExplanation .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.Book2019FrontpageWidget-bookExplanation div.metaculus-preview {
  background-color: #2c3947;
}
.Book2019FrontpageWidget-bookExplanation figure.media div[data-oembed-url*="youtube.com"], .Book2019FrontpageWidget-bookExplanation figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.Book2019FrontpageWidget-bookExplanation .footnote-section {
  counter-reset: footnote-counter;
}
.Book2019FrontpageWidget-bookExplanation .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.Book2019FrontpageWidget-bookExplanation .footnote-item > * {
  vertical-align: text-top;
}
.Book2019FrontpageWidget-bookExplanation .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.Book2019FrontpageWidget-bookExplanation .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.Book2019FrontpageWidget-bookExplanation .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.Book2019FrontpageWidget-bookExplanation .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.Book2019FrontpageWidget-bookExplanation .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.Book2019FrontpageWidget-bookExplanation .footnotes-sep {
  display: none;
}
.Book2019FrontpageWidget-bookExplanation hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media (max-width:1279.95px) {
  .Book2019FrontpageWidget-bookExplanation {
    padding-right: 0;
  }
}
@media (max-width:599.95px) {
  .Book2019FrontpageWidget-bookExplanation {
    width: 100%;
    text-align: left;
    padding-right: 16px;
  }
}
.Book2019FrontpageWidget-bookExplanation hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.Book2019FrontpageWidget-bookExplanation .footnotes sup {
  margin-right: 10px;
}
.Book2019FrontpageWidget-bookExplanation .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.Book2019FrontpageWidget-bookExplanation .footnotes li {
  font-size: 0.9em;
}
.Book2019FrontpageWidget-bookExplanation .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.Book2019FrontpageWidget-bookExplanation figure.media div[data-oembed-url*="youtube.com"] iframe, .Book2019FrontpageWidget-bookExplanation figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.Book2019FrontpageWidget-bookExplanation div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.Book2019FrontpageWidget-bookExplanation .spoilers > p:hover ~ p a, .Book2019FrontpageWidget-bookExplanation .spoilers > p:hover ~ p a:hover, .Book2019FrontpageWidget-bookExplanation .spoilers > p:hover ~ p a:focus, .Book2019FrontpageWidget-bookExplanation .spoilers > p:hover ~ p a::after {
  color: black;
}
.Book2019FrontpageWidget-bookExplanation .spoilers > p:hover ~ p code {
  background-color: black;
}
.Book2019FrontpageWidget-bookExplanation div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.Book2019FrontpageWidget-bookExplanation div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.Book2019FrontpageWidget-bookExplanation div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.Book2019FrontpageWidget-bookExplanation div.spoilers:not(:hover) a, .Book2019FrontpageWidget-bookExplanation div.spoilers:not(:hover) a:hover, .Book2019FrontpageWidget-bookExplanation div.spoilers:not(:hover) a:focus, .Book2019FrontpageWidget-bookExplanation div.spoilers:not(:hover) a::after {
  color: black;
}
.Book2019FrontpageWidget-bookExplanation div.spoilers:not(:hover) code {
  background-color: black;
}
.Book2019FrontpageWidget-bookExplanation .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.Book2019FrontpageWidget-bookExplanation .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.Book2019FrontpageWidget-bookExplanation .spoiler:not(:hover) a, .Book2019FrontpageWidget-bookExplanation .spoiler:not(:hover) a:hover, .Book2019FrontpageWidget-bookExplanation .spoiler:not(:hover) a:focus, .Book2019FrontpageWidget-bookExplanation .spoiler:not(:hover) a::after {
  color: black;
}
.Book2019FrontpageWidget-bookExplanation .spoiler:not(:hover) code {
  background-color: black;
}
.Book2019FrontpageWidget-bookExplanation td p, .Book2019FrontpageWidget-bookExplanation th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.Book2019FrontpageWidget-bookExplanation td p:first-of-type, .Book2019FrontpageWidget-bookExplanation th p:first-of-type {
  margin-top: 0;
}
.Book2019FrontpageWidget-bookExplanation a u, .Book2019FrontpageWidget-bookExplanation a:hover u, .Book2019FrontpageWidget-bookExplanation a:active u {
  text-decoration: none;
}
.Book2019FrontpageWidget-learnMore {
  height: 36px;
  display: flex;
  font-size: 1.2rem;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  align-items: center;
  margin-left: 16px;
  white-space: nowrap;
  margin-right: 16px;
}
.Book2019FrontpageWidget-buttonRow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width:599.95px) {
  .Book2019FrontpageWidget-buttonRow {
    flex-wrap: wrap-reverse;
    margin-left: 169px;
    padding-right: 10px;
    flex-direction: row-reverse;
  }
}
.Book2019FrontpageWidget-closeButton {
  top: -24px;
  right: 103px;
  color: rgba(0,0,0,0.4);
  cursor: pointer;
  position: absolute;
  font-size: 1rem;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
@media (max-width:1279.95px) {
  .Book2019FrontpageWidget-closeButton {
    right: 0;
  }
}
@media (max-width:599.95px) {
  .Book2019FrontpageWidget-closeButton {
    display: none;
  }
}
.Book2019FrontpageWidget-mobileCloseButton {
  color: rgba(0,0,0,0.6);
  display: none;
  font-size: 1.1rem;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-left: auto;
  white-space: nowrap;
}
@media (max-width:599.95px) {
  .Book2019FrontpageWidget-mobileCloseButton {
    display: block;
  }
}
.Book2019FrontpageWidget-descriptionText {
  font-size: 0.96em;
}
@media (max-width:599.95px) {
  .Book2019FrontpageWidget-descriptionText {
    display: none;
  }
}
.Book2019FrontpageWidget-disclaimerRow {
  color: rgba(0,0,0,0.4);
  font-size: 0.65em;
  margin-top: 4px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.3;
}
.Book2019Landing-bookAnimationContainer {
  width: 960px;
  grid-area: books;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  --book-animation-left-offset: 75px;
}
@media (max-width:1279.95px) {
  .Book2019Landing-bookAnimationContainer {
    width: 100%;
    max-width: 675px;
  }
}
@media (max-width:599.95px) {
  .Book2019Landing-bookAnimationContainer {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}
.Book2019Landing-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 0 20px;
  display: grid;
  grid-gap: 40px 40px;
  max-width: 1000px;
  margin-bottom: 32px;
  grid-template-areas: 
      "title title title title title"
      "text1 text1 text1 bookCheckout bookCheckout"
      "spread1 spread1 spread1 spread1 spread1"
      "spread1half spread1half spread1half spread1half spread1half"
      "bookStack bookStack bookStack text2 text2"
      "spread2 spread2 spread2 spread2 spread2"
      "failure failure failure molochNoWon molochNoWon"
      "failure failure failure psycholinguist psycholinguist"
      "reframing reframing reframing reframing reframing"
    ;
}
@media (max-width:599.95px) {
  .Book2019Landing-wrapper {
    padding: 0 10px 0 10px;
    grid-auto-columns: 100%;
    grid-template-areas: 
        "title"
        "bookCheckout"
        "text1"
        "bookStack"
        "text2"
        "failure"
        "molochNoWon"
        "header2"
        "reframing"
      ;
  }
}
.Book2019Landing-wrapper img  {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Book2019Landing-title {
  top: 0;
  height: 171px;
  display: flex;
  position: sticky;
  grid-area: title;
  background: white;
  align-items: flex-start;
  padding-left: 50px;
  flex-direction: column;
  justify-content: center;
}
@media (max-width:599.95px) {
  .Book2019Landing-title {
    top: unset;
    position: unset;
  }
}
.Book2019Landing-spread1 {
  grid-area: spread1;
}
.Book2019Landing-spread1half {
  grid-area: spread1half;
}
.Book2019Landing-spread2 {
  grid-area: spread2;
}
.Book2019Landing-videocontainer {
  overflow: hidden;
  max-width: 960px;
}
.Book2019Landing-video {
  left: -1px;
  width: 962px;
  position: relative;
}
.Book2019Landing-header2 {
  color: #424242;
  grid-area: header2;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.20588em;
}
.Book2019Landing-price {
  font-size: 1.35rem;
  font-weight: 600;
}
.Book2019Landing-bookTitle {
  color: #424242;
  position: relative;
  font-size: 2.8rem;
  margin-top: 0;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.13333em;
  margin-left: -.02em;
  margin-bottom: 16px;
}
.Book2019Landing-text1 {
  grid-area: text1;
}
.Book2019Landing-text2 {
  display: flex;
  grid-area: text2;
  flex-direction: column;
  justify-content: center;
}
.Book2019Landing-essaysBy {
  color: grey;
  font-size: 20px;
  align-items: flex-end;
}
.Book2019Landing-bookCheckout {
  top: 0;
  display: flex;
  position: sticky;
  grid-area: bookCheckout;
  text-align: center;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  align-items: center;
  flex-direction: column;
}
.Book2019Landing-bookCheckoutBackground {
  background: white;
}
@media (max-width:599.95px) {
  .Book2019Landing-bookCheckoutBackground {
    width: 100%;
  }
}
.Book2019Landing-authorList {
  color: grey;
}
@media (min-width:600px) {
  .Book2019Landing-authorList {
    width: 60%;
  }
}
.Book2019Landing-mainQuoteContainer {
  max-width: 650px;
  text-align: right;
  padding-top: 50px;
  padding-left: 100px;
}
@media (max-width:599.95px) {
  .Book2019Landing-mainQuoteContainer {
    display: none;
  }
}
.Book2019Landing-mainQuote {
  grid-area: mainQuote;
  font-size: 28px;
  line-height: 1.4em;
  margin-bottom: 15px;
}
.Book2019Landing-body {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  word-break: break-word;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  margin-left: 50px;
  margin-bottom: 50px;
}
.Book2019Landing-body pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.Book2019Landing-body code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.Book2019Landing-body blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 400;
  padding-top: 12px;
  border-left: solid 3px #e0e0e0;
  margin-left: 24px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
}
.Book2019Landing-body li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  margin-bottom: .5rem;
}
.Book2019Landing-body h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.Book2019Landing-body h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.Book2019Landing-body h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.Book2019Landing-body h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.Book2019Landing-body h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.Book2019Landing-body h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.Book2019Landing-body h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.Book2019Landing-body img {
  max-width: 100%;
}
.Book2019Landing-body sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.Book2019Landing-body sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.Book2019Landing-body a, .Book2019Landing-body a:hover, .Book2019Landing-body a:active {
  color: #C03A44;
}
.Book2019Landing-body table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.Book2019Landing-body figure.table {
  display: table;
}
.Book2019Landing-body td, .Book2019Landing-body th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.Book2019Landing-body th {
  background: #fafafa;
  font-weight: 700;
}
.Book2019Landing-body figure {
  margin: 1em auto;
  text-align: center;
}
.Book2019Landing-body figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.Book2019Landing-body p.spoiler {
  margin: 0;
}
.Book2019Landing-body .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.Book2019Landing-body div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.Book2019Landing-body p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.Book2019Landing-body .spoilers:not(:hover)::selection, .Book2019Landing-body .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.Book2019Landing-body .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.Book2019Landing-body div.metaculus-preview {
  background-color: #2c3947;
}
.Book2019Landing-body figure.media div[data-oembed-url*="youtube.com"], .Book2019Landing-body figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.Book2019Landing-body .footnote-section {
  counter-reset: footnote-counter;
}
.Book2019Landing-body .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.Book2019Landing-body .footnote-item > * {
  vertical-align: text-top;
}
.Book2019Landing-body .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.Book2019Landing-body .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.Book2019Landing-body .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.Book2019Landing-body .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.Book2019Landing-body .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.Book2019Landing-body .footnotes-sep {
  display: none;
}
.Book2019Landing-body hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.Book2019Landing-body hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.Book2019Landing-body .footnotes sup {
  margin-right: 10px;
}
.Book2019Landing-body .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.Book2019Landing-body .footnotes li {
  font-size: 0.9em;
}
.Book2019Landing-body .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.Book2019Landing-body figure.media div[data-oembed-url*="youtube.com"] iframe, .Book2019Landing-body figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.Book2019Landing-body div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.Book2019Landing-body .spoilers > p:hover ~ p a, .Book2019Landing-body .spoilers > p:hover ~ p a:hover, .Book2019Landing-body .spoilers > p:hover ~ p a:focus, .Book2019Landing-body .spoilers > p:hover ~ p a::after {
  color: black;
}
.Book2019Landing-body .spoilers > p:hover ~ p code {
  background-color: black;
}
.Book2019Landing-body div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.Book2019Landing-body div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.Book2019Landing-body div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.Book2019Landing-body div.spoilers:not(:hover) a, .Book2019Landing-body div.spoilers:not(:hover) a:hover, .Book2019Landing-body div.spoilers:not(:hover) a:focus, .Book2019Landing-body div.spoilers:not(:hover) a::after {
  color: black;
}
.Book2019Landing-body div.spoilers:not(:hover) code {
  background-color: black;
}
.Book2019Landing-body .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.Book2019Landing-body .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.Book2019Landing-body .spoiler:not(:hover) a, .Book2019Landing-body .spoiler:not(:hover) a:hover, .Book2019Landing-body .spoiler:not(:hover) a:focus, .Book2019Landing-body .spoiler:not(:hover) a::after {
  color: black;
}
.Book2019Landing-body .spoiler:not(:hover) code {
  background-color: black;
}
.Book2019Landing-body td p, .Book2019Landing-body th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.Book2019Landing-body td p:first-of-type, .Book2019Landing-body th p:first-of-type {
  margin-top: 0;
}
.Book2019Landing-body a u, .Book2019Landing-body a:hover u, .Book2019Landing-body a:active u {
  text-decoration: none;
}
.Book2019Landing-mainQuoteAuthor {
  color: grey;
  grid-area: mainQuoteAuthor;
  font-size: 22px;
  line-height: 1.4em;
}
.Book2019Landing-failure {
  grid-area: failure;
}
.Book2019Landing-molochNoWon {
  grid-area: molochNoWon;
}
.Book2019Landing-psycholinguist {
  grid-area: psycholinguist;
}
.Book2019Landing-reframing {
  grid-area: reframing;
}
.Book2019Landing-bookStack {
  grid-area: bookStack;
}
.Book2019Landing-ctaSmallText {
  display: flex;
  justify-content: space-around;
}
.Book2019Landing-cta {
  color: white;
  width: 200px;
  display: block;
  font-size: 1.3rem;
  background: rgb(204, 97, 105);
  margin-top: 8px;
  padding-top: 16px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 5px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  text-transform: uppercase;
}
.Book2019Landing-ctaDisabled {
  color: white;
  width: 200px;
  filter: saturation(.5);
  cursor: pointer;
  opacity: 0.5;
  display: block;
  font-size: 1.3rem;
  background: rgb(204, 97, 105);
  margin-top: 8px;
  padding-top: 16px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 5px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  text-transform: uppercase;
}
.Book2019Landing-availabilityNotice {
  color: rgba(0,0,0,0.6);
  font-size: 1rem;
  margin-top: 8px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.Book2019Landing-faqLink {
  color: #C03A44;
  margin-top: 8px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 1rem;
}
@media (min-width:1280px) {
  .BookAnimation-success .parent-container .book-container {
    left: calc(var(--book-animation-left-offset, -100px) + var(--collapsed-position));
  }
  .BookAnimation-success .parent-container .book {
    transform: rotateY(90deg);
  }
  .BookAnimation-success .parent-container .book::after {
    opacity: 0;
  }
}
.BookAnimation-success .parent-container .BookAnimation-revealedContent {
  opacity: 1;
  transition: opacity 1s ease;
  transition-delay: 1s;
}
.BookAnimation-success .parent-container::after {
  opacity: 1;
}
.BookAnimation-root .parent-container {
  height: 350px;
  z-index: 2;
  position: relative;
  padding-left: calc(var(--book-animation-left-offset, -100px) + 230px);
}
.BookAnimation-root .book-container {
  top: 0;
  left: var(--starting-position);
  width: 200px;
  height: 300px;
  display: flex;
  z-index: 2;
  position: absolute;
  transition: left 1.5s ease;
  align-items: center;
  perspective: 800px;
  margin-right: 30px;
  justify-content: center;
  transform-style: preserve-3d;
}
.BookAnimation-root .book {
  width: 200px;
  height: 300px;
  position: relative;
  transform: rotateY(0deg);
  transition: transform 1.5s ease;
  transform-style: preserve-3d;
}
.BookAnimation-root .parent-container::after {
  top: -22px;
  left: calc(142px + var(--book-animation-left-offset, -100px));
  width: 0;
  height: 344px;
  content: "";
  z-index: -1;
  opacity: 0;
  position: absolute;
  transform: translateZ(-500px);
  background: transparent;
  box-shadow: 5px 23px 100px 15px #666;
  transition: opacity 1s ease;
}
@media (max-width:1279.95px) {
  .BookAnimation-root .book {
    transform: rotateY(90deg);
  }
  .BookAnimation-root .book::after {
    opacity: 0;
  }
  .BookAnimation-root .parent-container::after {
    top: 25px;
    left: 75px;
    opacity: 1;
  }
  .BookAnimation-root .book-container {
    top: 49px;
    left: calc(var(--collapsed-position) - 87px);
  }
  .BookAnimation-root .parent-container {
    height: unset;
    max-width: 765px;
    min-height: 375px;
    padding-top: 1px;
    padding-left: 140px;
  }
}
@media (max-width:599.95px) {
  .BookAnimation-root .parent-container {
    overflow: hidden;
    min-height: 350px;
    padding-top: 15px;
    padding-left: 0;
  }
  .BookAnimation-root .book-container {
    top: 60px;
    left: calc(var(--collapsed-position) / 2);
    width: 100px;
    height: 150px;
    transform: scale(0.6, 0.6);
  }
  .BookAnimation-root .parent-container::after {
    top: 60px;
    left: 85px;
    height: 140px;
    box-shadow: 5px 23px 130px 15px #666;
  }
  .BookAnimation-root .book {
    transform: rotateY(60deg);
    transition: transform 0.0s ease;
  }
}
.BookAnimation-root .book > .cover {
  width: 200px;
  height: 300px;
  position: absolute;
  background: white;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.BookAnimation-root .book > .spine {
  left: var(--negative-half-spine-width, -14px);
  width: calc(var(--half-spine-width, 14px)*2);
  height: 300px;
  position: absolute;
  transform: rotateY(-90deg) translateX(var(--negative-half-spine-width, -14px));
  background: transparent;
}
.BookAnimation-root .book > .spine-thickness {
  width: 1px;
  height: 300px;
  position: absolute;
  transform: translateZ(-1px) translateX(1px) rotateY(-45deg);
  background: white;
}
.BookAnimation-root .spine::after {
  width: 3px;
  content: "";
  background: white;
}
.BookAnimation-root .book::after {
  left: 0;
  width: 200px;
  height: 300px;
  content: "";
  z-index: -1;
  position: absolute;
  transform: translateZ(var(--negative-spine-width, -26px));
  background: white;
  box-shadow: 5px 0 40px 9px #EEE;
  transition: opacity 1s ease;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.BookAnimation-root .epistemology {
  --half-spine-width: 8.5833px;
  --starting-position: 0px;
  --collapsed-position: 8px;
  --negative-spine-width: -19.166px;
  --negative-half-spine-width: -8.5833px;
}
.BookAnimation-root .agency {
  --half-spine-width: 6.5px;
  --starting-position: 230px;
  --collapsed-position: 27.166px;
  --negative-spine-width: -13px;
  --negative-half-spine-width: -6.5px;
}
.BookAnimation-root .coordination {
  --half-spine-width: 10.083px;
  --starting-position: 460px;
  --collapsed-position: 55.33px;
  --negative-spine-width: -20.166px;
  --negative-half-spine-width: -10.083px;
}
.BookAnimation-root .curiosity {
  --half-spine-width: 9.166px;
  --starting-position: 690px;
  --collapsed-position: 81.66px;
  --negative-spine-width: -18.333px;
  --negative-half-spine-width: -9.166px;
}
.BookAnimation-root .alignment {
  --half-spine-width: 10.583px;
  --starting-position: 920px;
  --collapsed-position: 110.82px;
  --negative-spine-width: -21.166px;
  --negative-half-spine-width: -10.583px;
}
@media (min-width:1280px) {
  .BookAnimation-root .parent-container:hover .book-container {
    left: calc(var(--book-animation-left-offset, -100px) + var(--collapsed-position));
  }
  .BookAnimation-root .parent-container:hover .book {
    transform: rotateY(90deg);
  }
  .BookAnimation-root .parent-container:hover .book::after {
    opacity: 0;
  }
}
.BookAnimation-root .parent-container:hover .BookAnimation-revealedContent {
  opacity: 1;
  transition: opacity 1s ease;
  transition-delay: 1s;
}
.BookAnimation-root .parent-container:hover::after {
  opacity: 1;
}
.BookAnimation-revealedContent {
  opacity: 0;
  position: relative;
  transition: opacity 0.5s ease;
}
@media (max-width:1279.95px) {
  .BookAnimation-revealedContent {
    opacity: 1;
  }
}
.BookCheckout-root {
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
@media (max-width:599.95px) {
  .BookCheckout-root {
    max-width: 200px;
  }
}
.BookCheckout-checkoutButton {
  color: white;
  height: 36px;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  background: #53a55a;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 500;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 6px;
  letter-spacing: 0.6;
}
.BookCheckout-checkoutButton:hover {
  opacity: 0.8;
}
@media (max-width:599.95px) {
  .BookCheckout-checkoutButton {
    width: 175px;
  }
}
.BookCheckout-buyUsButton {
  min-width: 140px;
  margin-bottom: 8px;
}
.BookCheckout-intlButton {
  color: #606060;
  border: 1px solid #ccc;
  background: white;
  margin-left: 10px;
}
@media (max-width:599.95px) {
  .BookCheckout-intlButton {
    margin-left: 0;
  }
}
.BookFrontpageWidget-root {
  width: 1120px;
  z-index: 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  --book-animation-left-offset: 87.5px;
}
@media(max-width: 1375px) {
  .BookFrontpageWidget-root {
    width: calc(100vw - 250px);
    overflow: hidden;
  }
}
@media (max-width:1279.95px) {
  .BookFrontpageWidget-root {
    width: 100%;
    overflow: unset;
    max-width: 765px;
  }
}
@media (max-width:599.95px) {
  .BookFrontpageWidget-mainHeading {
    font-size: 2.3rem !important;
    padding-left: 170px;
  }
}
.BookFrontpageWidget-secondaryHeading {
  margin-top: -16px;
  font-style: italic;
  font-weight: normal;
}
@media (max-width:599.95px) {
  .BookFrontpageWidget-secondaryHeading {
    padding-left: 170px;
  }
}
@media (max-width:339.95px) {
  .BookFrontpageWidget-secondaryHeading {
    display: none;
  }
}
.BookFrontpageWidget-bookExplanation {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  word-break: break-word;
  text-align: right;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  padding-right: 181px;
}
.BookFrontpageWidget-bookExplanation pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.BookFrontpageWidget-bookExplanation code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.BookFrontpageWidget-bookExplanation blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 400;
  padding-top: 12px;
  border-left: solid 3px #e0e0e0;
  margin-left: 24px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
}
.BookFrontpageWidget-bookExplanation li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  margin-bottom: .5rem;
}
.BookFrontpageWidget-bookExplanation h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.BookFrontpageWidget-bookExplanation h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.BookFrontpageWidget-bookExplanation h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.BookFrontpageWidget-bookExplanation h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.BookFrontpageWidget-bookExplanation h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.BookFrontpageWidget-bookExplanation h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.BookFrontpageWidget-bookExplanation h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.BookFrontpageWidget-bookExplanation img {
  max-width: 100%;
}
.BookFrontpageWidget-bookExplanation sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.BookFrontpageWidget-bookExplanation sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.BookFrontpageWidget-bookExplanation a, .BookFrontpageWidget-bookExplanation a:hover, .BookFrontpageWidget-bookExplanation a:active {
  color: #C03A44;
}
.BookFrontpageWidget-bookExplanation table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.BookFrontpageWidget-bookExplanation figure.table {
  display: table;
}
.BookFrontpageWidget-bookExplanation td, .BookFrontpageWidget-bookExplanation th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.BookFrontpageWidget-bookExplanation th {
  background: #fafafa;
  font-weight: 700;
}
.BookFrontpageWidget-bookExplanation figure {
  margin: 1em auto;
  text-align: center;
}
.BookFrontpageWidget-bookExplanation figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.BookFrontpageWidget-bookExplanation p.spoiler {
  margin: 0;
}
.BookFrontpageWidget-bookExplanation .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.BookFrontpageWidget-bookExplanation div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.BookFrontpageWidget-bookExplanation p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.BookFrontpageWidget-bookExplanation .spoilers:not(:hover)::selection, .BookFrontpageWidget-bookExplanation .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.BookFrontpageWidget-bookExplanation .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.BookFrontpageWidget-bookExplanation div.metaculus-preview {
  background-color: #2c3947;
}
.BookFrontpageWidget-bookExplanation figure.media div[data-oembed-url*="youtube.com"], .BookFrontpageWidget-bookExplanation figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.BookFrontpageWidget-bookExplanation .footnote-section {
  counter-reset: footnote-counter;
}
.BookFrontpageWidget-bookExplanation .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.BookFrontpageWidget-bookExplanation .footnote-item > * {
  vertical-align: text-top;
}
.BookFrontpageWidget-bookExplanation .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.BookFrontpageWidget-bookExplanation .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.BookFrontpageWidget-bookExplanation .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.BookFrontpageWidget-bookExplanation .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.BookFrontpageWidget-bookExplanation .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.BookFrontpageWidget-bookExplanation .footnotes-sep {
  display: none;
}
.BookFrontpageWidget-bookExplanation hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media (max-width:1279.95px) {
  .BookFrontpageWidget-bookExplanation {
    padding-right: 0;
  }
}
@media (max-width:599.95px) {
  .BookFrontpageWidget-bookExplanation {
    width: 100%;
    text-align: left;
    padding-right: 16px;
  }
}
.BookFrontpageWidget-bookExplanation hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.BookFrontpageWidget-bookExplanation .footnotes sup {
  margin-right: 10px;
}
.BookFrontpageWidget-bookExplanation .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.BookFrontpageWidget-bookExplanation .footnotes li {
  font-size: 0.9em;
}
.BookFrontpageWidget-bookExplanation .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.BookFrontpageWidget-bookExplanation figure.media div[data-oembed-url*="youtube.com"] iframe, .BookFrontpageWidget-bookExplanation figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.BookFrontpageWidget-bookExplanation div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.BookFrontpageWidget-bookExplanation .spoilers > p:hover ~ p a, .BookFrontpageWidget-bookExplanation .spoilers > p:hover ~ p a:hover, .BookFrontpageWidget-bookExplanation .spoilers > p:hover ~ p a:focus, .BookFrontpageWidget-bookExplanation .spoilers > p:hover ~ p a::after {
  color: black;
}
.BookFrontpageWidget-bookExplanation .spoilers > p:hover ~ p code {
  background-color: black;
}
.BookFrontpageWidget-bookExplanation div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.BookFrontpageWidget-bookExplanation div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.BookFrontpageWidget-bookExplanation div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.BookFrontpageWidget-bookExplanation div.spoilers:not(:hover) a, .BookFrontpageWidget-bookExplanation div.spoilers:not(:hover) a:hover, .BookFrontpageWidget-bookExplanation div.spoilers:not(:hover) a:focus, .BookFrontpageWidget-bookExplanation div.spoilers:not(:hover) a::after {
  color: black;
}
.BookFrontpageWidget-bookExplanation div.spoilers:not(:hover) code {
  background-color: black;
}
.BookFrontpageWidget-bookExplanation .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.BookFrontpageWidget-bookExplanation .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.BookFrontpageWidget-bookExplanation .spoiler:not(:hover) a, .BookFrontpageWidget-bookExplanation .spoiler:not(:hover) a:hover, .BookFrontpageWidget-bookExplanation .spoiler:not(:hover) a:focus, .BookFrontpageWidget-bookExplanation .spoiler:not(:hover) a::after {
  color: black;
}
.BookFrontpageWidget-bookExplanation .spoiler:not(:hover) code {
  background-color: black;
}
.BookFrontpageWidget-bookExplanation td p, .BookFrontpageWidget-bookExplanation th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.BookFrontpageWidget-bookExplanation td p:first-of-type, .BookFrontpageWidget-bookExplanation th p:first-of-type {
  margin-top: 0;
}
.BookFrontpageWidget-bookExplanation a u, .BookFrontpageWidget-bookExplanation a:hover u, .BookFrontpageWidget-bookExplanation a:active u {
  text-decoration: none;
}
.BookFrontpageWidget-learnMore {
  height: 36px;
  display: flex;
  font-size: 1.2rem;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  align-items: center;
  margin-left: 16px;
  white-space: nowrap;
  margin-right: 16px;
}
.BookFrontpageWidget-buttonRow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width:599.95px) {
  .BookFrontpageWidget-buttonRow {
    top: 220px;
    left: 0;
    right: 0;
    position: absolute;
    padding-left: 25px;
    padding-right: 10px;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 400px) {
  .BookFrontpageWidget-buttonRow {
    padding-left: 10px;
  }
}
.BookFrontpageWidget-closeButton {
  top: -20px;
  right: 182px;
  color: rgba(0,0,0,0.4);
  cursor: pointer;
  position: absolute;
  font-size: 1rem;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
@media (max-width:1279.95px) {
  .BookFrontpageWidget-closeButton {
    right: 0;
  }
}
@media (max-width:599.95px) {
  .BookFrontpageWidget-closeButton {
    display: none;
  }
}
.BookFrontpageWidget-mobileCloseButton {
  color: rgba(0,0,0,0.6);
  display: none;
  font-size: 1.1rem;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-left: auto;
  white-space: nowrap;
}
@media (max-width:599.95px) {
  .BookFrontpageWidget-mobileCloseButton {
    display: block;
  }
}
.BookFrontpageWidget-descriptionText {
  font-size: 0.96em;
}
@media (max-width:599.95px) {
  .BookFrontpageWidget-descriptionText {
    display: none;
  }
}
.BookFrontpageWidget-disclaimerRow {
  color: rgba(0,0,0,0.4);
  font-size: 0.65em;
  margin-top: 4px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.3;
}
.BookmarkButton-icon {
  color: #bdbdbd;
  cursor: pointer;
}
.BooksItem-description {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  margin-top: 8px;
  word-break: break-word;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  margin-bottom: 20px;
}
.BooksItem-description pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.BooksItem-description code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.BooksItem-description blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 400;
  padding-top: 12px;
  border-left: solid 3px #e0e0e0;
  margin-left: 24px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
}
.BooksItem-description li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  margin-bottom: .5rem;
}
.BooksItem-description h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.BooksItem-description h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.BooksItem-description h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.BooksItem-description h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.BooksItem-description h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.BooksItem-description h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.BooksItem-description h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.BooksItem-description img {
  max-width: 100%;
}
.BooksItem-description sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.BooksItem-description sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.BooksItem-description a, .BooksItem-description a:hover, .BooksItem-description a:active {
  color: #C03A44;
}
.BooksItem-description table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.BooksItem-description figure.table {
  display: table;
}
.BooksItem-description td, .BooksItem-description th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.BooksItem-description th {
  background: #fafafa;
  font-weight: 700;
}
.BooksItem-description figure {
  margin: 1em auto;
  text-align: center;
}
.BooksItem-description figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.BooksItem-description p.spoiler {
  margin: 0;
}
.BooksItem-description .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.BooksItem-description div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.BooksItem-description p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.BooksItem-description .spoilers:not(:hover)::selection, .BooksItem-description .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.BooksItem-description .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.BooksItem-description div.metaculus-preview {
  background-color: #2c3947;
}
.BooksItem-description figure.media div[data-oembed-url*="youtube.com"], .BooksItem-description figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.BooksItem-description .footnote-section {
  counter-reset: footnote-counter;
}
.BooksItem-description .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.BooksItem-description .footnote-item > * {
  vertical-align: text-top;
}
.BooksItem-description .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.BooksItem-description .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.BooksItem-description .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.BooksItem-description .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.BooksItem-description .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.BooksItem-description .footnotes-sep {
  display: none;
}
.BooksItem-description hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.BooksItem-description hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.BooksItem-description .footnotes sup {
  margin-right: 10px;
}
.BooksItem-description .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.BooksItem-description .footnotes li {
  font-size: 0.9em;
}
.BooksItem-description .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.BooksItem-description figure.media div[data-oembed-url*="youtube.com"] iframe, .BooksItem-description figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.BooksItem-description div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.BooksItem-description .spoilers > p:hover ~ p a, .BooksItem-description .spoilers > p:hover ~ p a:hover, .BooksItem-description .spoilers > p:hover ~ p a:focus, .BooksItem-description .spoilers > p:hover ~ p a::after {
  color: black;
}
.BooksItem-description .spoilers > p:hover ~ p code {
  background-color: black;
}
.BooksItem-description div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.BooksItem-description div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.BooksItem-description div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.BooksItem-description div.spoilers:not(:hover) a, .BooksItem-description div.spoilers:not(:hover) a:hover, .BooksItem-description div.spoilers:not(:hover) a:focus, .BooksItem-description div.spoilers:not(:hover) a::after {
  color: black;
}
.BooksItem-description div.spoilers:not(:hover) code {
  background-color: black;
}
.BooksItem-description .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.BooksItem-description .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.BooksItem-description .spoiler:not(:hover) a, .BooksItem-description .spoiler:not(:hover) a:hover, .BooksItem-description .spoiler:not(:hover) a:focus, .BooksItem-description .spoiler:not(:hover) a::after {
  color: black;
}
.BooksItem-description .spoiler:not(:hover) code {
  background-color: black;
}
.BooksItem-description td p, .BooksItem-description th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.BooksItem-description td p:first-of-type, .BooksItem-description th p:first-of-type {
  margin-top: 0;
}
.BooksItem-description a u, .BooksItem-description a:hover u, .BooksItem-description a:active u {
  text-decoration: none;
}
.BooksItem-subtitle {
  font-size: 20px;
  font-style: italic;
  line-height: 1.1;
  margin-bottom: 20px;
}
.BooksItem-posts {
  margin-left: 20px;
  margin-right: 25px;
  margin-bottom: 30px;
}
.BooksItem-posts .posts-item {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.BooksItem-posts .posts-item:hover {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.12);
}
.BottomNavigation-root {
  position: relative;
}
.BottomNavigation-post {
  width: 300px;
  display: inline-block;
  margin-top: -15px;
  padding-bottom: 55px;
}
@media screen and (max-width: 715px) {
  .BottomNavigation-post {
    width: 100%;
    text-align: left;
    padding-left: 25px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 400px) {
  .BottomNavigation-post {
    padding-left: 5px;
  }
}
.BottomNavigation-nextPost {
  float: right;
}
@media screen and (max-width: 715px) {
  .BottomNavigation-nextPost {
    padding-bottom: 50px;
  }
}
.BottomNavigation-divider {
  top: 0;
  left: 0;
  width: 0px;
  color: rgba(0,0,0,0.3);
  right: 0;
  height: 110px;
  position: absolute;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  border-left-style: solid;
  border-left-width: 1px;
}
@media screen and (max-width: 715px) {
  .BottomNavigation-divider {
    display: none;
  }
}
.BottomNavigation-nextSequenceDirection {
  font-size: 1.2rem;
  font-weight: 600;
}
.BottomNavigation-clear {
  clear: both;
}
.BottomNavigationItem-root {
  padding-top: 28px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
@media screen and (max-width: 715px) {
  .BottomNavigationItem-root {
    width: 100%;
  }
}
.BottomNavigationItem-root:hover, .BottomNavigationItem-root:visited, .BottomNavigationItem-root:focus {
  color: rgba(0,0,0, 0.5);
}
.BottomNavigationItem-direction {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: .5em;
}
.BottomNavigationItem-postTitle {
  font-size: 1.4rem;
  margin-top: 0;
  font-weight: 500;
  margin-bottom: .5em;
}
.BottomNavigationItem-previous {
  text-align: right;
}
@media screen and (max-width: 715px) {
  .BottomNavigationItem-previous {
    text-align: left;
  }
}
.BottomNavigationItem-meta {
  color: rgba(0,0,0,.5);
  font-size: 12px;
}
.BottomNavigationItem-metaEntry {
  padding-right: 10px;
}
.BottomNavigationItem-login {
  top: 8px;
  position: relative;
}
.CantCommentExplanation-root {
  padding: 1em 0;
}
.CantCommentExplanation-emailLink {
  text-decoration: underline !important;
}
.CantCommentExplanation-emailLink:hover {
  color: rgba(0,0,0,.5);
}
.ChangeMetricsDisplay-root {
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.ChangeMetricsDisplay-charsAdded {
  color: #008800;
}
.ChangeMetricsDisplay-charsRemoved {
  color: #880000;
}
.ChaptersEditForm-root {
  padding: 8px;
}
.ChaptersEditForm-title {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.20588em;
}
.ChaptersItem-description {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  word-break: break-word;
  margin-top: 16px;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  margin-left: 10px;
  margin-bottom: 8px;
}
.ChaptersItem-description pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.ChaptersItem-description code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.ChaptersItem-description blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 400;
  padding-top: 12px;
  border-left: solid 3px #e0e0e0;
  margin-left: 24px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
}
.ChaptersItem-description li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  margin-bottom: .5rem;
}
.ChaptersItem-description h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.ChaptersItem-description h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.ChaptersItem-description h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.ChaptersItem-description h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.ChaptersItem-description h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.ChaptersItem-description h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.ChaptersItem-description h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.ChaptersItem-description img {
  max-width: 100%;
}
.ChaptersItem-description sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.ChaptersItem-description sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.ChaptersItem-description a, .ChaptersItem-description a:hover, .ChaptersItem-description a:active {
  color: #C03A44;
}
.ChaptersItem-description table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.ChaptersItem-description figure.table {
  display: table;
}
.ChaptersItem-description td, .ChaptersItem-description th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.ChaptersItem-description th {
  background: #fafafa;
  font-weight: 700;
}
.ChaptersItem-description figure {
  margin: 1em auto;
  text-align: center;
}
.ChaptersItem-description figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.ChaptersItem-description p.spoiler {
  margin: 0;
}
.ChaptersItem-description .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.ChaptersItem-description div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.ChaptersItem-description p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.ChaptersItem-description .spoilers:not(:hover)::selection, .ChaptersItem-description .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.ChaptersItem-description .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.ChaptersItem-description div.metaculus-preview {
  background-color: #2c3947;
}
.ChaptersItem-description figure.media div[data-oembed-url*="youtube.com"], .ChaptersItem-description figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.ChaptersItem-description .footnote-section {
  counter-reset: footnote-counter;
}
.ChaptersItem-description .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.ChaptersItem-description .footnote-item > * {
  vertical-align: text-top;
}
.ChaptersItem-description .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.ChaptersItem-description .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.ChaptersItem-description .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.ChaptersItem-description .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.ChaptersItem-description .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.ChaptersItem-description .footnotes-sep {
  display: none;
}
.ChaptersItem-description hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.ChaptersItem-description hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.ChaptersItem-description .footnotes sup {
  margin-right: 10px;
}
.ChaptersItem-description .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.ChaptersItem-description .footnotes li {
  font-size: 0.9em;
}
.ChaptersItem-description .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.ChaptersItem-description figure.media div[data-oembed-url*="youtube.com"] iframe, .ChaptersItem-description figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.ChaptersItem-description div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.ChaptersItem-description .spoilers > p:hover ~ p a, .ChaptersItem-description .spoilers > p:hover ~ p a:hover, .ChaptersItem-description .spoilers > p:hover ~ p a:focus, .ChaptersItem-description .spoilers > p:hover ~ p a::after {
  color: black;
}
.ChaptersItem-description .spoilers > p:hover ~ p code {
  background-color: black;
}
.ChaptersItem-description div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.ChaptersItem-description div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.ChaptersItem-description div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.ChaptersItem-description div.spoilers:not(:hover) a, .ChaptersItem-description div.spoilers:not(:hover) a:hover, .ChaptersItem-description div.spoilers:not(:hover) a:focus, .ChaptersItem-description div.spoilers:not(:hover) a::after {
  color: black;
}
.ChaptersItem-description div.spoilers:not(:hover) code {
  background-color: black;
}
.ChaptersItem-description .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.ChaptersItem-description .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.ChaptersItem-description .spoiler:not(:hover) a, .ChaptersItem-description .spoiler:not(:hover) a:hover, .ChaptersItem-description .spoiler:not(:hover) a:focus, .ChaptersItem-description .spoiler:not(:hover) a::after {
  color: black;
}
.ChaptersItem-description .spoiler:not(:hover) code {
  background-color: black;
}
.ChaptersItem-description td p, .ChaptersItem-description th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.ChaptersItem-description td p:first-of-type, .ChaptersItem-description th p:first-of-type {
  margin-top: 0;
}
.ChaptersItem-description a u, .ChaptersItem-description a:hover u, .ChaptersItem-description a:active u {
  text-decoration: none;
}
.ChaptersItem-subtitle {
  font-size: 20px;
  font-style: italic;
  margin-top: 20px;
  line-height: 1.1;
}
@media (max-width:959.95px) {
  .ChaptersItem-posts {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.ChaptersNewForm-newOrEditForm {
  padding: 15px;
  max-width: 695px;
  margin-left: auto;
  margin-right: 90px;
  border-radius: 2px;
  margin-bottom: 2em;
}
.ChaptersNewForm-newOrEditForm form {
  clear: both;
  overflow: auto;
}
.ChaptersNewForm-newOrEditForm .form-submit {
  float: right;
}
.ChaptersNewForm-newOrEditForm h3 {
  font-size: 2em;
  margin-bottom: 1em;
}
.ChaptersNewForm-newOrEditForm label.control-label {
  display: none;
}
.ChaptersNewForm-newOrEditForm .col-sm-9 {
  padding: 0;
}
.ChaptersNewForm-newOrEditForm .input-title input {
  font-size: 2em;
}
.ChaptersNewForm-editForm {
  width: 700px;
  margin-left: auto;
  margin-right: 75px;
}
.ChaptersNewForm-newForm {
  border: solid 1px rgba(0,0,0,.2);
}
.CollectionsCard-root {
  width: 100%;
  max-width: 347px;
  background: white;
  margin-right: 12px;
  margin-bottom: 12px;
}
.CollectionsCard-root:hover {
  box-shadow: 0 0 3px rgba(0,0,0,.1);
}
.CollectionsCard-card {
  height: 315px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width:959.95px) {
  .CollectionsCard-card {
    height: auto;
  }
}
@media (max-width:599.95px) {
  .CollectionsCard-card {
    height: auto;
    padding: 10px;
  }
}
.CollectionsCard-content {
  border-top: solid 4px black;
  padding-top: 12px;
}
.CollectionsCard-mergeTitle {
  display: inline;
  margin-right: 10px;
}
.CollectionsCard-text {
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.CollectionsCard-author {
  display: inline-block;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 8px;
}
.CollectionsCard-media img {
  width: 307px;
}
@media (max-width:599.95px) {
  .CollectionsCard-media {
    display: none;
  }
}
@media (max-width:959.95px) {
  .CollectionsCard-media img {
    width: 100%;
    overflow: hidden;
    max-width: 307px;
  }
}
.CollectionsCard-thumbnailImage {
  float: left;
  position: relative;
  margin-right: 15px;
}
.CollectionsCard-thumbnailImage img {
  width: 50px;
  height: 41px;
}
@media (min-width:600px) {
  .CollectionsCard-thumbnailImage {
    display: none;
  }
}
.CollectionsCardContainer-root {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width:959.95px) {
  .CollectionsCardContainer-root {
    width: unset;
    padding: 0;
    margin-top: 0;
    align-items: center;
    flex-direction: column;
  }
}
.CollectionsEditForm-newOrEditForm {
  padding: 15px;
  max-width: 695px;
  margin-left: auto;
  margin-right: 90px;
  border-radius: 2px;
  margin-bottom: 2em;
}
.CollectionsEditForm-newOrEditForm form {
  clear: both;
  overflow: auto;
}
.CollectionsEditForm-newOrEditForm .form-submit {
  float: right;
}
.CollectionsEditForm-newOrEditForm h3 {
  font-size: 2em;
  margin-bottom: 1em;
}
.CollectionsEditForm-newOrEditForm label.control-label {
  display: none;
}
.CollectionsEditForm-newOrEditForm .col-sm-9 {
  padding: 0;
}
.CollectionsEditForm-newOrEditForm .input-title input {
  font-size: 2em;
}
.CollectionsEditForm-editForm {
  width: 700px;
  margin-left: auto;
  margin-right: 75px;
}
.CollectionsEditForm-newForm {
  border: solid 1px rgba(0,0,0,.2);
}
.CollectionsPage-root {
  padding: 32px;
  background: white;
}
@media (max-width:1279.95px) {
  .CollectionsPage-root {
    margin-top: -50px;
    padding-top: 70px;
    margin-left: -4px;
    margin-right: -4px;
  }
}
.CollectionsPage-header {
  margin-bottom: 50px;
}
.CollectionsPage-startReadingButton {
  font-size: 14px;
  background: rgba(0,0,0, 0.05);
  font-weight: 500;
  font-family: Roboto, sans-serif;
}
.CollectionsPage-title {
  margin-top: 0;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  font-weight: bold;
  padding-top: 10px;
  line-height: 1;
  text-transform: uppercase;
  border-top-style: solid;
  border-top-width: 4px;
}
.CollectionsPage-description {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  max-width: 700px;
  margin-top: 30px;
  word-break: break-word;
  line-height: 2.05rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 25px;
}
.CollectionsPage-description pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.CollectionsPage-description code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.CollectionsPage-description blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 400;
  padding-top: 12px;
  border-left: solid 3px #e0e0e0;
  margin-left: 24px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
}
.CollectionsPage-description li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  margin-bottom: .5rem;
}
.CollectionsPage-description h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.CollectionsPage-description h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.CollectionsPage-description h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.CollectionsPage-description h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.CollectionsPage-description h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.CollectionsPage-description h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.CollectionsPage-description h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.CollectionsPage-description img {
  max-width: 100%;
}
.CollectionsPage-description sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.CollectionsPage-description sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.CollectionsPage-description a, .CollectionsPage-description a:hover, .CollectionsPage-description a:active {
  color: #C03A44;
}
.CollectionsPage-description table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.CollectionsPage-description figure.table {
  display: table;
}
.CollectionsPage-description td, .CollectionsPage-description th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.CollectionsPage-description th {
  background: #fafafa;
  font-weight: 700;
}
.CollectionsPage-description figure {
  margin: 1em auto;
  text-align: center;
}
.CollectionsPage-description figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.CollectionsPage-description p.spoiler {
  margin: 0;
}
.CollectionsPage-description .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.CollectionsPage-description div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.CollectionsPage-description p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.CollectionsPage-description .spoilers:not(:hover)::selection, .CollectionsPage-description .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.CollectionsPage-description .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.CollectionsPage-description div.metaculus-preview {
  background-color: #2c3947;
}
.CollectionsPage-description figure.media div[data-oembed-url*="youtube.com"], .CollectionsPage-description figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.CollectionsPage-description .footnote-section {
  counter-reset: footnote-counter;
}
.CollectionsPage-description .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.CollectionsPage-description .footnote-item > * {
  vertical-align: text-top;
}
.CollectionsPage-description .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.CollectionsPage-description .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.CollectionsPage-description .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.CollectionsPage-description .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.CollectionsPage-description .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.CollectionsPage-description .footnotes-sep {
  display: none;
}
.CollectionsPage-description hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.CollectionsPage-description hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.CollectionsPage-description .footnotes sup {
  margin-right: 10px;
}
.CollectionsPage-description .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.CollectionsPage-description .footnotes li {
  font-size: 0.9em;
}
.CollectionsPage-description .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.CollectionsPage-description figure.media div[data-oembed-url*="youtube.com"] iframe, .CollectionsPage-description figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.CollectionsPage-description div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.CollectionsPage-description .spoilers > p:hover ~ p a, .CollectionsPage-description .spoilers > p:hover ~ p a:hover, .CollectionsPage-description .spoilers > p:hover ~ p a:focus, .CollectionsPage-description .spoilers > p:hover ~ p a::after {
  color: black;
}
.CollectionsPage-description .spoilers > p:hover ~ p code {
  background-color: black;
}
.CollectionsPage-description div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.CollectionsPage-description div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.CollectionsPage-description div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.CollectionsPage-description div.spoilers:not(:hover) a, .CollectionsPage-description div.spoilers:not(:hover) a:hover, .CollectionsPage-description div.spoilers:not(:hover) a:focus, .CollectionsPage-description div.spoilers:not(:hover) a::after {
  color: black;
}
.CollectionsPage-description div.spoilers:not(:hover) code {
  background-color: black;
}
.CollectionsPage-description .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.CollectionsPage-description .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.CollectionsPage-description .spoiler:not(:hover) a, .CollectionsPage-description .spoiler:not(:hover) a:hover, .CollectionsPage-description .spoiler:not(:hover) a:focus, .CollectionsPage-description .spoiler:not(:hover) a::after {
  color: black;
}
.CollectionsPage-description .spoiler:not(:hover) code {
  background-color: black;
}
.CollectionsPage-description td p, .CollectionsPage-description th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.CollectionsPage-description td p:first-of-type, .CollectionsPage-description th p:first-of-type {
  margin-top: 0;
}
.CollectionsPage-description a u, .CollectionsPage-description a:hover u, .CollectionsPage-description a:active u {
  text-decoration: none;
}
.CommentBody-commentStyling {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  max-width: 100%;
  word-break: break-word;
  margin-top: .5em;
  overflow-x: hidden;
  overflow-y: hidden;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .25em;
  pointer-events: none;
}
.CommentBody-commentStyling pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.CommentBody-commentStyling code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.CommentBody-commentStyling blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.CommentBody-commentStyling li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.CommentBody-commentStyling h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.CommentBody-commentStyling h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.CommentBody-commentStyling h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.CommentBody-commentStyling h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.CommentBody-commentStyling h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.CommentBody-commentStyling h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.CommentBody-commentStyling h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.CommentBody-commentStyling img {
  max-width: 100%;
}
.CommentBody-commentStyling sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.CommentBody-commentStyling sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.CommentBody-commentStyling a, .CommentBody-commentStyling a:hover, .CommentBody-commentStyling a:active {
  color: #C03A44;
}
.CommentBody-commentStyling table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.CommentBody-commentStyling figure.table {
  display: table;
}
.CommentBody-commentStyling td, .CommentBody-commentStyling th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.CommentBody-commentStyling th {
  background: #fafafa;
  font-weight: 700;
}
.CommentBody-commentStyling figure {
  margin: 1em auto;
  text-align: center;
}
.CommentBody-commentStyling figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.CommentBody-commentStyling p.spoiler {
  margin: 0;
}
.CommentBody-commentStyling .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.CommentBody-commentStyling div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.CommentBody-commentStyling p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.CommentBody-commentStyling .spoilers:not(:hover)::selection, .CommentBody-commentStyling .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.CommentBody-commentStyling .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.CommentBody-commentStyling div.metaculus-preview {
  background-color: #2c3947;
}
.CommentBody-commentStyling figure.media div[data-oembed-url*="youtube.com"], .CommentBody-commentStyling figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.CommentBody-commentStyling .footnote-section {
  counter-reset: footnote-counter;
}
.CommentBody-commentStyling .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.CommentBody-commentStyling .footnote-item > * {
  vertical-align: text-top;
}
.CommentBody-commentStyling .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.CommentBody-commentStyling .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.CommentBody-commentStyling .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.CommentBody-commentStyling .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.CommentBody-commentStyling .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.CommentBody-commentStyling .footnotes-sep {
  display: none;
}
.CommentBody-commentStyling hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.CommentBody-commentStyling h1, .CommentBody-commentStyling h2, .CommentBody-commentStyling h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.CommentBody-commentStyling * {
  pointer-events: auto;
}
.CommentBody-commentStyling > *:hover ~ .spoiler {
  color: black;
}
.CommentBody-commentStyling > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
.CommentBody-commentStyling hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.CommentBody-commentStyling .footnotes sup {
  margin-right: 10px;
}
.CommentBody-commentStyling .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.CommentBody-commentStyling .footnotes li {
  font-size: 0.9em;
}
.CommentBody-commentStyling .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.CommentBody-commentStyling figure.media div[data-oembed-url*="youtube.com"] iframe, .CommentBody-commentStyling figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.CommentBody-commentStyling div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.CommentBody-commentStyling .spoilers > p:hover ~ p a, .CommentBody-commentStyling .spoilers > p:hover ~ p a:hover, .CommentBody-commentStyling .spoilers > p:hover ~ p a:focus, .CommentBody-commentStyling .spoilers > p:hover ~ p a::after {
  color: black;
}
.CommentBody-commentStyling .spoilers > p:hover ~ p code {
  background-color: black;
}
.CommentBody-commentStyling div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.CommentBody-commentStyling div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.CommentBody-commentStyling div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.CommentBody-commentStyling div.spoilers:not(:hover) a, .CommentBody-commentStyling div.spoilers:not(:hover) a:hover, .CommentBody-commentStyling div.spoilers:not(:hover) a:focus, .CommentBody-commentStyling div.spoilers:not(:hover) a::after {
  color: black;
}
.CommentBody-commentStyling div.spoilers:not(:hover) code {
  background-color: black;
}
.CommentBody-commentStyling .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.CommentBody-commentStyling .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.CommentBody-commentStyling .spoiler:not(:hover) a, .CommentBody-commentStyling .spoiler:not(:hover) a:hover, .CommentBody-commentStyling .spoiler:not(:hover) a:focus, .CommentBody-commentStyling .spoiler:not(:hover) a::after {
  color: black;
}
.CommentBody-commentStyling .spoiler:not(:hover) code {
  background-color: black;
}
.CommentBody-commentStyling td p, .CommentBody-commentStyling th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.CommentBody-commentStyling td p:first-of-type, .CommentBody-commentStyling th p:first-of-type {
  margin-top: 0;
}
.CommentBody-commentStyling a u, .CommentBody-commentStyling a:hover u, .CommentBody-commentStyling a:active u {
  text-decoration: none;
}
.CommentBody-answerStyling {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.28rem;
  max-width: 100%;
  word-break: break-word;
  overflow-x: hidden;
  overflow-y: hidden;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.75rem;
  margin-bottom: .5em;
}
.CommentBody-answerStyling pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.CommentBody-answerStyling code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.CommentBody-answerStyling blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 12px;
  border-left: solid 3px #e0e0e0;
  margin-left: 24px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
}
.CommentBody-answerStyling li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.28rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.8rem;
  margin-bottom: .5rem;
}
.CommentBody-answerStyling h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.CommentBody-answerStyling h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.CommentBody-answerStyling h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.CommentBody-answerStyling h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.CommentBody-answerStyling h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.CommentBody-answerStyling h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.CommentBody-answerStyling h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.CommentBody-answerStyling img {
  max-width: 100%;
}
.CommentBody-answerStyling sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.CommentBody-answerStyling sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.CommentBody-answerStyling a, .CommentBody-answerStyling a:hover, .CommentBody-answerStyling a:active {
  color: #C03A44;
}
.CommentBody-answerStyling table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.CommentBody-answerStyling figure.table {
  display: table;
}
.CommentBody-answerStyling td, .CommentBody-answerStyling th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.CommentBody-answerStyling th {
  background: #fafafa;
  font-weight: 700;
}
.CommentBody-answerStyling figure {
  margin: 1em auto;
  text-align: center;
}
.CommentBody-answerStyling figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.CommentBody-answerStyling p.spoiler {
  margin: 0;
}
.CommentBody-answerStyling .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.CommentBody-answerStyling div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.CommentBody-answerStyling p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.CommentBody-answerStyling .spoilers:not(:hover)::selection, .CommentBody-answerStyling .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.CommentBody-answerStyling .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.CommentBody-answerStyling div.metaculus-preview {
  background-color: #2c3947;
}
.CommentBody-answerStyling figure.media div[data-oembed-url*="youtube.com"], .CommentBody-answerStyling figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.CommentBody-answerStyling .footnote-section {
  counter-reset: footnote-counter;
}
.CommentBody-answerStyling .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.CommentBody-answerStyling .footnote-item > * {
  vertical-align: text-top;
}
.CommentBody-answerStyling .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.CommentBody-answerStyling .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.CommentBody-answerStyling .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.CommentBody-answerStyling .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.CommentBody-answerStyling .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.CommentBody-answerStyling .footnotes-sep {
  display: none;
}
.CommentBody-answerStyling hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.CommentBody-answerStyling ul {
  padding-inline-start: 30;
}
.CommentBody-answerStyling .read-more a, .CommentBody-answerStyling .read-more a:hover {
  text-shadow: none;
  background-image: none;
}
.CommentBody-answerStyling hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.CommentBody-answerStyling .footnotes sup {
  margin-right: 10px;
}
.CommentBody-answerStyling .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.CommentBody-answerStyling .footnotes li {
  font-size: 0.9em;
}
.CommentBody-answerStyling .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.CommentBody-answerStyling figure.media div[data-oembed-url*="youtube.com"] iframe, .CommentBody-answerStyling figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.CommentBody-answerStyling div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.CommentBody-answerStyling .spoilers > p:hover ~ p a, .CommentBody-answerStyling .spoilers > p:hover ~ p a:hover, .CommentBody-answerStyling .spoilers > p:hover ~ p a:focus, .CommentBody-answerStyling .spoilers > p:hover ~ p a::after {
  color: black;
}
.CommentBody-answerStyling .spoilers > p:hover ~ p code {
  background-color: black;
}
.CommentBody-answerStyling div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.CommentBody-answerStyling div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.CommentBody-answerStyling div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.CommentBody-answerStyling div.spoilers:not(:hover) a, .CommentBody-answerStyling div.spoilers:not(:hover) a:hover, .CommentBody-answerStyling div.spoilers:not(:hover) a:focus, .CommentBody-answerStyling div.spoilers:not(:hover) a::after {
  color: black;
}
.CommentBody-answerStyling div.spoilers:not(:hover) code {
  background-color: black;
}
.CommentBody-answerStyling .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.CommentBody-answerStyling .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.CommentBody-answerStyling .spoiler:not(:hover) a, .CommentBody-answerStyling .spoiler:not(:hover) a:hover, .CommentBody-answerStyling .spoiler:not(:hover) a:focus, .CommentBody-answerStyling .spoiler:not(:hover) a::after {
  color: black;
}
.CommentBody-answerStyling .spoiler:not(:hover) code {
  background-color: black;
}
.CommentBody-answerStyling td p, .CommentBody-answerStyling th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.CommentBody-answerStyling td p:first-of-type, .CommentBody-answerStyling th p:first-of-type {
  margin-top: 0;
}
.CommentBody-answerStyling a u, .CommentBody-answerStyling a:hover u, .CommentBody-answerStyling a:active u {
  text-decoration: none;
}
.CommentBody-root {
  position: relative;
}
.CommentBody-root .read-more {
  color: #757575;
  font-size: .85em;
}
.CommentBody-retracted {
  text-decoration: line-through;
}
.CommentBottomCaveats-blockedReplies {
  padding: 5px 0;
}
.CommentDeletedMetadata-root {
  opacity: 0.5;
}
.CommentDeletedMetadata-meta {
  font-size: 12px;
  font-style: italic;
  margin-left: 3px;
}
.CommentFrame-node {
  border: solid 1px rgba(72,94,144,0.16);
  cursor: default;
}
.CommentFrame-node.CommentFrame-deleted {
  opacity: 0.6;
}
.CommentFrame-commentsNodeRoot {
  border-radius: 3px;
}
.CommentFrame-child {
  border-top: solid 1px rgba(72,94,144,0.16);
  margin-left: 8px;
  border-left: solid 1px rgba(72,94,144,0.16);
  border-right: none;
  margin-bottom: 6px;
  border-bottom: solid 1px rgba(72,94,144,0.16);
  border-radius: 2px 0 0 2px;
}
.CommentFrame-new.CommentFrame-new {
  border-left: solid 5px rgb(204, 97, 105);
}
.CommentFrame-new.CommentFrame-new:hover {
  border-left: solid 5px #C03A44;
}
.CommentFrame-isAnswer {
  border: solid 2px rgba(72,94,144,0.16);
}
.CommentFrame-answerChildComment {
  border: solid 1px rgba(72,94,144,0.16);
  margin-bottom: 8px;
}
.CommentFrame-childAnswerComment {
  border-right: none;
}
.CommentFrame-oddAnswerComment {
  background-color: white;
}
.CommentFrame-answerLeafComment {
  padding-bottom: 0;
}
.CommentFrame-isSingleLine {
  border-top: solid 1px rgba(72,94,144,0.16);
  margin-bottom: 0;
  border-bottom: none;
}
.CommentFrame-isSingleLine.comments-node-root {
  margin-bottom: 4px;
  border-bottom: solid 1px rgba(72,94,144,0.16);
}
.CommentFrame-condensed.comments-node-root {
  margin-bottom: 4px;
}
.CommentFrame-shortformTop.CommentFrame-shortformTop {
  margin-top: 32px;
  margin-bottom: 0;
}
.CommentFrame-hoverPreview {
  margin-bottom: 0;
}
.CommentFrame-moderatorHat.comments-node-even {
  background: #5f9b651c;
}
.CommentFrame-moderatorHat.comments-node-odd {
  background: #5f9b651c;
}
@keyframes higlight-animation {
  from {
    border-color: black;
    background-color: #e0e0e0;
  }
  to {
    border-color: rgba(0,0,0,.15);
    background-color: none;
  }
}
.CommentFrame-highlightAnimation {
  animation: higlight-animation 3s ease-in-out 0s;;
}
.CommentFrame-promoted {
  border: solid 1px #C03A44;
}
.CommentKarmaWithPreview-root {
  word-break: break-word;
  margin-right: 8px;
}
.CommentKarmaWithPreview-commentPreview {
  max-width: 600px;
}
.CommentKarmaWithPreview-deleted {
  color: #bdbdbd;
}
.CommentKarmaWithPreview-default {
  color: #212121;
}
.CommentLinkPreviewWithComment-link:after {
  color: #C03A44;
  content: "°";
  margin-left: 1px;
}
.CommentOutdatedWarning-outdatedWarning {
  float: right;
  position: relative;
}
@media (max-width:599.95px) {
  .CommentOutdatedWarning-outdatedWarning {
    float: none;
    display: block;
    margin-top: 7px;
  }
}
.CommentOutdatedWarning-icon {
  top: 2px;
  position: relative;
  font-size: inherit;
}
.CommentPermalink-dividerMargins {
  margin-top: 150px;
  margin-bottom: 150px;
}
.CommentPermalink-permalinkLabel {
  color: #757575;
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-left: 10px;
  margin-bottom: 16px;
}
@media (max-width:1279.95px) {
  .CommentPermalink-permalinkLabel {
    margin-top: 16px;
  }
}
.CommentPermalink-seeInContext {
  color: #C03A44;
  font-size: 1.16rem;
  text-align: right;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-right: 10px;
}
.CommentShortformIcon-icon {
  top: 2px;
  color: #757575;
  width: 13px;
  cursor: pointer;
  height: 13px;
  position: relative;
  margin-left: -2px;
  margin-right: 8px;
}
.CommentWithReplies-showChildren {
  color: #C03A44;
  padding: 4px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
}
.CommentsItem-root {
  padding-left: 12px;
  padding-right: 12px;
}
.CommentsItem-root:hover .CommentsItem-menu {
  opacity: 1;
}
.CommentsItem-body {
  padding: 0;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  border-style: none;
}
.CommentsItem-menu {
  float: right;
  opacity: 0.35;
  margin-right: -5px;
}
.CommentsItem-replyLink {
  color: rgba(0,0,0,.5);
  display: inline;
  margin-right: 5px;
}
@media print {
  .CommentsItem-replyLink {
    display: none;
  }
}
.CommentsItem-collapse {
  opacity: 0.8;
  display: inline-block;
  font-size: 0.8rem;
  line-height: 1rem;
  margin-right: 5px;
  padding-bottom: 4px;
  vertical-align: middle;
}
.CommentsItem-collapse span {
  font-family: monospace;
}
.CommentsItem-firstParentComment {
  margin-left: -12px;
  margin-right: -12px;
}
.CommentsItem-meta {
  color: rgba(0,0,0,0.5);
  padding-top: .6em;
  margin-bottom: 8px;
}
.CommentsItem-meta > div {
  display: inline-block;
  margin-right: 5px;
}
.CommentsItem-meta a:hover, .CommentsItem-meta a:active {
  color: rgba(0,0,0,0.3) !important;
  text-decoration: none;
}
.CommentsItem-bottom {
  font-size: 12px;
  min-height: 12px;
  padding-bottom: 5px;
}
.CommentsItem-replyForm {
  border: solid 1px rgba(0,0,0,.2);
  margin-top: 2px;
  margin-bottom: 8px;
}
.CommentsItem-deleted {
  background-color: #ffefef;
}
.CommentsItem-moderatorHat {
  margin-right: 8px;
}
.CommentsItem-username {
  margin-right: 10px;
}
.CommentsItem-metaNotice {
  color: #C03A44;
  font-size: 1rem;
  font-style: italic;
  margin-left: 4px;
  margin-bottom: 8px;
}
.CommentsItem-postTitle {
  color: #757575;
  display: block;
  padding-top: 8px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.CommentsItem-reviewVotingButtons {
  display: flex;
  border-top: solid 1px rgba(0,0,0,.2);
  align-items: center;
  padding-left: 6px;
  justify-content: space-between;
}
.CommentsItem-updateVoteMessage {
  color: #757575;
  font-size: 1rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.4rem;
}
.CommentsItemDate-root {
  z-index: 2;
  position: relative;
}
.CommentsItemDate-root a:hover .CommentsItemDate-icon, .CommentsItemDate-root a:active .CommentsItemDate-icon {
  color: rgba(0,0,0,0.3) !important;
}
.CommentsItemDate-date {
  color: rgba(0,0,0,0.5);
}
.CommentsItemDate-postTitle {
  margin-right: 5px;
}
.CommentsItemDate-icon {
  top: -2px;
  color: rgba(0,0,0,0.5);
  margin: 0 2px;
  position: relative;
  font-size: 0.9rem;
  transform: rotate(-45deg);
  vertical-align: middle;
}
.CommentsList-button {
  color: #C03A44;
}
.CommentsListMeta-root {
  clear: both;
  color: #757575;
  display: flex;
  overflow: auto;
  font-size: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
  margin-bottom: 10px;
  justify-content: space-between;
}
.CommentsListSection-root {
  margin: 0px auto 15px auto;
  position: relative;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.CommentsListSection-maxWidthRoot {
  max-width: 720px;
}
.CommentsListSection-inline {
  color: rgba(0, 0, 0, 0.54);
  display: inline;
}
.CommentsListSection-button {
  color: #C03A44;
}
.CommentsListSection-newComment {
  border: solid 1px rgba(72,94,144,0.16);
  position: relative;
  border-radius: 3px;
  margin-bottom: 1.3em;
}
@media print {
  .CommentsListSection-newComment {
    display: none;
  }
}
.CommentsListSection-newCommentLabel {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  margin-top: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 600;
  line-height: 1.5rem;
  padding-left: 12px;
}
.CommentsListSection-newCommentSublabel {
  color: #757575;
  font-style: italic;
  margin-top: 4px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  padding-left: 12px;
}
.CommentsMenu-icon {
  cursor: pointer;
  font-size: 1.4rem;
}
.CommentsNewForm-loadingRoot {
  opacity: 0.5;
}
.CommentsNewForm-form {
  padding: 10px;
}
.CommentsNewForm-modNote {
  color: #424242;
  padding-top: 4px;
}
.CommentsNewForm-submit {
  text-align: right;
}
.CommentsNewForm-formButton {
  color: #C03A44;
  font-size: 16px;
  margin-left: 5px;
  padding-bottom: 2px;
}
.CommentsNewForm-formButton:hover {
  opacity: 0.5;
  background: none;
}
.CommentsNewForm-cancelButton {
  color: #bdbdbd;
}
.CommentsNewForm-moderationGuidelinesWrapper {
  background-color: rgba(0,0,0,.07);
}
.CommentsNode-parentScroll {
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  cursor: pointer;
  position: absolute;
}
.CommentsNode-parentScroll:hover {
  background-color: rgba(0,0,0,.075);
}
.CommentsNode-children {
  position: relative;
}
.CommentsNode-gapIndicator {
  border: solid 1px rgba(72,94,144,0.16);
  margin-left: 8px;
  padding-top: 8px;
  background-color: #f5f5f5;
}
.CommentsSearchHit-root {
  margin-left: 8px;
  margin-bottom: 16px;
}
.CommentsSearchHit-snippet {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  margin-top: 8px;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  overflow-wrap: break-word;
}
.CommentsViews-root {
  display: inline;
}
.CommentsViews-link {
  color: #C03A44;
}
.CommunityHome-link {
  color: #C03A44;
}
.CommunityHome-link + .CommunityHome-link {
  margin-top: 8px;
}
.CommunityHome-welcomeText {
  margin: 12px;
}
.CommunityHome-enableLocationPermissions {
  margin: 12px;
}
.CommunityMap-root {
  width: 100%;
  height: 440px;
  position: relative;
  margin-top: -50px;
  box-shadow: 0 1px 5px rgba(0,0,0,.025);
}
@media (max-width:959.95px) {
  .CommunityMap-root {
    margin-top: 0;
    margin-left: -8px;
  }
}
.CommunityMap-mapButton {
  width: 120px;
  cursor: pointer;
  padding: 10px;
  display: flex;
  align-items: center;
  border-radius: 2px;
  margin-bottom: 8px;
}
.CommunityMap-hideMap {
  width: 34px;
  padding: 5px;
}
.CommunityMap-buttonText {
  margin-left: 10px;
  font-weight: 500;
  font-family: Roboto;
}
.CommunityMap-mapButtons {
  top: 10px;
  right: 10px;
  display: flex;
  position: absolute;
  align-items: flex-end;
  flex-direction: column;
}
@media (max-width:1279.95px) {
  .CommunityMap-mapButtons {
    top: 24px;
  }
}
.CommunityMap-filters {
  width: 100px;
}
.CommunityMapFilter-root {
  width: 120px;
  padding: 10px 10px 5px 10px;
  border-radius: 2px;
  margin-bottom: 8px;
}
.CommunityMapFilter-filters {
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.CommunityMapFilter-filter {
  cursor: pointer;
  padding: 8px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
.CommunityMapFilter-filter:hover {
  background-color: #eeeeee;
}
.CommunityMapFilter-firstFilter {
  padding-left: 16px;
}
.CommunityMapFilter-lastFilter {
  padding-right: 16px;
}
.CommunityMapFilter-filterChecked {
  background-color: #9e9e9e;
}
.CommunityMapFilter-filterChecked:hover {
  background-color: #bdbdbd;
}
.CommunityMapFilter-checkbox {
  width: 0.7em;
  height: 0.7em;
  padding: 0;
  margin-right: 5px;
}
.CommunityMapFilter-checkboxLabel {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
}
.CommunityMapFilter-checkedLabel {
  color: white;
}
.CommunityMapFilter-filterSection {
  display: flex;
  padding: 8px 16px;
  align-items: center;
}
@media (max-width:959.95px) {
  .CommunityMapFilter-filterSection {
    display: inline-block;
    padding: 8px 22px;
    flex-grow: 1;
  }
}
.CommunityMapFilter-actions {
  margin-bottom: 8px;
}
@media (max-width:959.95px) {
  .CommunityMapFilter-actions {
    display: flex;
  }
}
.CommunityMapFilter-hideMap {
  width: 34px;
  padding: 5px;
}
.CommunityMapFilter-buttonText {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  margin-left: 10px;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
}
@media (max-width:959.95px) {
  .CommunityMapFilter-buttonText {
    display: none;
  }
}
.CommunityMapFilter-hideText {
  cursor: pointer;
  font-size: 1rem;
  margin-left: auto;
}
.CommunityMapFilter-hideSection {
  background-color: rgba(0,0,0,0.05);
}
.CommunityMapFilter-buttonIcon {
  width: 1.2rem;
  height: 1.2rem;
}
.CommunityMapFilter-eaButtonIcon {
  width: 1.7rem;
  height: 1.7rem;
}
.CommunityMapFilter-actionIcon {
  top: 2px;
  width: 0.7em;
  height: 0.7em;
  cursor: pointer;
  position: relative;
  margin-left: 8px;
}
.CommunityMapFilter-visibilityIcon {
  color: rgba(0,0,0,0.4);
  cursor: pointer;
}
@media (max-width:959.95px) {
  .CommunityMapFilter-addIcon {
    display: none;
  }
}
.CommunityMapFilter-checkedVisibilityIcon {
  color: rgba(0,0,0,0.87);
}
.CommunityMapFilter-actionContainer {
  margin-left: auto;
}
@media (max-width:959.95px) {
  .CommunityMapFilter-actionContainer {
    display: none;
  }
}
.CommunityMapFilter-divider {
  margin-top: 8px;
  margin-bottom: 8px;
}
.CommunityMapFilter-topDivider {
  margin-top: 0;
}
.CommunityMapFilter-subscribeSection {
  cursor: pointer;
  margin-bottom: 8px;
}
@media (max-width:959.95px) {
  .CommunityMapFilter-subscribeSection {
    display: none;
  }
}
.CommunityMapFilter-subscribeIcon {
  top: 0;
  margin-left: 0;
}
@media (max-width:959.95px) {
  .CommunityMapFilter-desktopFilter {
    display: none;
  }
}
.CommunityMapFilter-mobileFilter {
  display: none;
}
@media (max-width:959.95px) {
  .CommunityMapFilter-mobileFilter {
    display: block;
  }
}
.CommunityMapFilter-mobileFilterActive {
  opacity: 0.3;
}
@media (max-width:959.95px) {
  .CommunityMapFilter-bottomDivider {
    display: none;
  }
}
.CompareRevisions-differences ins {
  background: #d4ead4;
  text-decoration: none;
}
.CompareRevisions-differences del {
  background: #f0d3d3;
  text-decoration: none;
}
.ContentItemBody-scrollIndicatorWrapper {
  display: block;
  position: relative;
  padding-left: 13px;
  padding-right: 13px;
}
.ContentItemBody-hidden {
  display: none !important;
}
.ContentItemBody-scrollIndicator {
  top: 50%;
  cursor: pointer;
  position: absolute;
  margin-top: -28px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.ContentItemBody-scrollIndicatorLeft {
  left: 0;
  border-right: 10px solid #ddd;
}
.ContentItemBody-scrollIndicatorLeft:hover {
  border-right: 10px solid #888;
}
.ContentItemBody-scrollIndicatorRight {
  right: 0;
  border-left: 10px solid #ddd;
}
.ContentItemBody-scrollIndicatorRight:hover {
  border-left: 10px solid #888;
}
.ContentItemBody-scrollableLaTeX {
  margin-top: -1em !important;
  padding-top: 2em !important;
  margin-bottom: -1em !important;
  padding-bottom: 2em !important;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.ContentItemBody-scrollableLaTeX::-webkit-scrollbar {
  display: none;
}
.ContentItemTruncated-maxHeight {
  overflow: hidden;
  max-height: 600px;
}
.ContentType-root {
  color: #424242;
  display: inline-block;
  font-size: 1.16rem;
  text-align: left;
  white-space: no-wrap;
}
.ContentType-icon {
  top: 3px;
  color: #757575;
  position: relative;
  font-size: 1.3rem;
  margin-right: 4px;
}
.ContentType-tooltipTitle {
  margin-bottom: 8px;
}
.ConversationDetails-root {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  margin-bottom: 16px;
  justify-content: space-between;
}
.ConversationItem-root {
  display: flex;
  padding: 12px;
  position: relative;
  flex-wrap: nowrap;
  background: white;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  align-items: center;
  border-bottom: solid 2px rgba(0,0,0,.05);
}
@media (max-width:959.95px) {
  .ConversationItem-root {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 400px) {
  .ConversationItem-root {
    margin-left: 0;
    padding-left: 0;
  }
}
.ConversationItem-root a:hover {
  color: rgba(0,0,0,.4);
  text-decoration: none;
}
.ConversationItem-root:hover .ConversationItem-actions {
  opacity: 0.2;
}
.ConversationItem-title {
  overflow: hidden;
  font-size: 1.4rem;
  flex-grow: 1;
  line-height: 1.4rem;
  font-weight: 400;
  white-space: nowrap;
  margin-right: 16px;
  text-overflow: ellipsis;
  text-decoration: none;
}
@media (max-width:959.95px) {
  .ConversationItem-title {
    width: 100%;
    margin-bottom: 12px;
  }
}
.ConversationItem-actions {
  top: 0;
  right: -18px;
  width: 18px;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
}
.ConversationItem-actions:hover {
  opacity: 1;
}
@media (max-width:959.95px) {
  .ConversationItem-actions {
    display: none;
  }
}
.ConversationItem-leftMargin {
  margin-left: 16px;
}
.ConversationItem-archivedItem {
  opacity: 0.5;
}
.ConversationItem-commentFont {
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.ConversationItem-expanded {
  padding: 16px;
  background: white;
  margin-bottom: 20px;
}
.ConversationItem-boxShadow {
  box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
}
.ConversationPage-conversationSection {
  max-width: 550px;
}
.ConversationPage-conversationTitle {
  margin-top: 8px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 12px;
}
.ConversationPage-editor {
  position: relative;
  margin-top: 32px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.ConversationPage-backButton {
  color: #C03A44;
}
.ConversationPreview-root {
  padding: 8px;
  max-width: 700px;
}
@media (max-width:599.95px) {
  .ConversationPreview-root {
    display: none;
  }
}
.ConversationPreview-title {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: 8px;
}
@media (max-width:599.95px) {
  .CoreReading-razLargeVersion {
    display: none;
  }
}
@media (min-width:600px) {
  .CoreReading-razSmallVersion {
    display: none;
  }
}
.CoreTagsChecklist-root {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.CoreTagsChecklist-checkbox {
  padding: 0 8px 2px 0;
}
.CoreTagsChecklist-checkbox svg {
  width: 14px;
  height: 14px;
}
.CoreTagsChecklist-tag {
  color: #757575;
  display: inline-block;
  min-width: 25%;
  margin-top: 4px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-right: 16px;
}
.CuratedIcon-iconSet {
  margin-left: 8px;
  line-height: 1.0rem;
  margin-right: 8px;
}
.CuratedIcon-postIcon {
  margin-right: 4px;
}
.CuratedIcon-icon.CuratedIcon-icon {
  top: 3px;
  color: #9e9e9e;
  position: relative;
  font-size: 1.2rem;
}
.CuratedIcon-question {
  color: #9e9e9e;
  font-size: 1.2rem;
  font-weight: 600;
}
.CuratedIcon-alignmentIcon.CuratedIcon-alignmentIcon {
  top: 0;
}
.CuratedIcon-linkIcon {
  top: 3px;
  color: #9e9e9e;
  position: relative;
  font-size: 1.2rem;
  transform: rotate(-45deg);
}
.DefaultPreview-hovercard {
  color: #757575;
  padding: 8px;
  overflow: hidden;
  font-size: 1.1rem;
  max-width: 500px;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  white-space: nowrap;
  padding-left: 12px;
  padding-right: 12px;
  text-overflow: ellipsis;
}
.DeleteCommentDialog-deleteWithoutTrace {
  margin-right: auto;
}
.DeleteCommentDialog-modalTextField {
  margin-top: 10px;
}
.Divider-root {
  display: flex;
  margin-top: 24px;
  align-items: center;
  margin-bottom: 24px;
  justify-content: center;
}
.Divider-divider {
  width: 80px;
  height: 80px;
  display: inline-block;
  opacity: 0.5;
  margin-left: 24px;
  margin-right: 24px;
}
.Divider-compass {
  width: 50px;
  height: 50px;
  display: inline-block;
  opacity: 0.25;
}
.EditSequenceTitle-root {
  height: 380px;
  margin-top: 65px;
  background-color: rgba(0,0,0,0.25);
}
@media (max-width:959.95px) {
  .EditSequenceTitle-root {
    margin-top: 40px;
  }
}
.EditSequenceTitle-wrapper {
  left: 50%;
  width: 0;
  bottom: 10px;
  z-index: 1;
  position: absolute;
}
@media (max-width:959.95px) {
  .EditSequenceTitle-wrapper {
    left: 0;
    width: 100%;
  }
}
.EditSequenceTitle-imageScrim {
  width: 100%;
  bottom: 0;
  height: 150px;
  z-index: 1;
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 42%, rgba(255, 255, 255, 0) 100%);
}
.EditSequenceTitle-input {
  left: -275px;
  width: 650px;
  color: white;
  height: 1em;
  resize: none;
  z-index: 2;
  position: relative;
  overflow: hidden;
  font-size: 36px;
  box-shadow: none;
  line-height: 1.1;
  font-variant: small-caps;
  background-color: transparent;
}
.EditSequenceTitle-input::placeholder {
  color: rgba(255,255,255,.5);
}
@media (max-width:959.95px) {
  .EditSequenceTitle-input {
    left: 5px;
  }
}
.EditTitle-root {
  color: #424242;
  width: 100%;
  resize: none;
  font-size: 3rem;
  margin-top: 0;
  text-align: left;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.30357em;
  margin-left: -.02em;
  border-bottom: solid 1px rgba(0,0,0,.2);
  letter-spacing: -.02em;
}
.EditTitle-root:focused {
  border-bottom: solid 1px rgba(0,0,0,.2);
}
.EditTitle-root textarea {
  overflow-y: hidden;
}
.EditTitle-question {
  font-size: 2rem;
  min-height: 65px;
  padding-top: 12px;
  line-height: 1.2em;
}
.EditUrl-root {
  margin-right: 8px;
}
.EditUrl-input {
  width: 150px;
  display: inline-block;
  overflow: hidden;
  transition: width 0.25s;
  margin-left: 5px;
}
.EditUrl-hideInput {
  width: 28px;
}
.EditUrl-button:hover {
  cursor: pointer;
}
.EditUrl-innerInput {
  padding: 6px 0 7px;
}
.EditorFormComponent-editor {
  position: relative;
}
.EditorFormComponent-postBodyStyles {
  color: rgba(0, 0, 0, 0.87);
  cursor: text;
  padding: 0;
  font-size: 1.35rem;
  word-break: break-word;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.EditorFormComponent-postBodyStyles .public-DraftStyleDefault-block {
  margin-top: 1em;
  margin-bottom: 1em;
}
.EditorFormComponent-postBodyStyles code .public-DraftStyleDefault-block {
  margin-top: 0;
  margin-bottom: 0;
}
.EditorFormComponent-postBodyStyles blockquote .public-DraftStyleDefault-block {
  margin-top: 0;
  margin-bottom: 0;
}
.EditorFormComponent-postBodyStyles .spoiler:not(:hover) * {
  background-color: black !important;
}
.EditorFormComponent-postBodyStyles pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.EditorFormComponent-postBodyStyles code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.EditorFormComponent-postBodyStyles blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 400;
  padding-top: 12px;
  border-left: solid 3px #e0e0e0;
  margin-left: 24px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
}
.EditorFormComponent-postBodyStyles li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  margin-bottom: .5rem;
}
.EditorFormComponent-postBodyStyles h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.EditorFormComponent-postBodyStyles h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.EditorFormComponent-postBodyStyles h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.EditorFormComponent-postBodyStyles h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.EditorFormComponent-postBodyStyles h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.EditorFormComponent-postBodyStyles h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.EditorFormComponent-postBodyStyles h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.EditorFormComponent-postBodyStyles img {
  max-width: 100%;
}
.EditorFormComponent-postBodyStyles sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.EditorFormComponent-postBodyStyles sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.EditorFormComponent-postBodyStyles a, .EditorFormComponent-postBodyStyles a:hover, .EditorFormComponent-postBodyStyles a:active {
  color: #C03A44;
}
.EditorFormComponent-postBodyStyles table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.EditorFormComponent-postBodyStyles figure.table {
  display: table;
}
.EditorFormComponent-postBodyStyles td, .EditorFormComponent-postBodyStyles th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.EditorFormComponent-postBodyStyles th {
  background: #fafafa;
  font-weight: 700;
}
.EditorFormComponent-postBodyStyles figure {
  margin: 1em auto;
  text-align: center;
}
.EditorFormComponent-postBodyStyles figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.EditorFormComponent-postBodyStyles p.spoiler {
  margin: 0;
}
.EditorFormComponent-postBodyStyles .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.EditorFormComponent-postBodyStyles div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.EditorFormComponent-postBodyStyles p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.EditorFormComponent-postBodyStyles .spoilers:not(:hover)::selection, .EditorFormComponent-postBodyStyles .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.EditorFormComponent-postBodyStyles .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.EditorFormComponent-postBodyStyles div.metaculus-preview {
  background-color: #2c3947;
}
.EditorFormComponent-postBodyStyles figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-postBodyStyles figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.EditorFormComponent-postBodyStyles .footnote-section {
  counter-reset: footnote-counter;
}
.EditorFormComponent-postBodyStyles .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.EditorFormComponent-postBodyStyles .footnote-item > * {
  vertical-align: text-top;
}
.EditorFormComponent-postBodyStyles .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.EditorFormComponent-postBodyStyles .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.EditorFormComponent-postBodyStyles .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.EditorFormComponent-postBodyStyles .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.EditorFormComponent-postBodyStyles .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.EditorFormComponent-postBodyStyles .footnotes-sep {
  display: none;
}
.EditorFormComponent-postBodyStyles hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.EditorFormComponent-postBodyStyles .ck {
  --ck-spacing-standard: 8px;
}
.EditorFormComponent-postBodyStyles li .public-DraftStyleDefault-block {
  margin: 0;
}
.EditorFormComponent-postBodyStyles .ck code .public-DraftStyleDefault-block {
  margin-top: 0;
  margin-bottom: 0;
}
.EditorFormComponent-postBodyStyles .ck blockquote {
  font-style: unset;
  font-weight: 400;
  padding-top: 12px;
  border-left: solid 3px #e0e0e0;
  margin-left: 24px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
}
.EditorFormComponent-postBodyStyles .ck.ck-content {
  margin-left: -8px;
  --ck-focus-ring: solid 1px rgba(0,0,0,0);
  --ck-inner-shadow: none;
  --ck-focus-outer-shadow: none;
  --ck-focus-outer-shadow-geometry: none;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar, .EditorFormComponent-postBodyStyles .ck.ck-presence-list {
  --ck-color-comment-count: #C03A44;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar li, .EditorFormComponent-postBodyStyles .ck.ck-presence-list li {
  font-size: unset;
  font-family: unset;
  font-weight: unset;
  line-height: unset;
  margin-bottom: unset;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment:after, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment:after {
  display: none;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  word-break: break-word;
  margin-top: 0;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  align-items: flex-start;
  margin-bottom: 12px;
  pointer-events: none;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list {
  margin-bottom: 32px;
  --ck-user-avatar-size: 20px;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count {
  color: #757575;
  margin: 0;
  padding-left: 16px;
  padding-bottom: .5em;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input {
  padding-left: 16px;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__input, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__input {
  width: 100%;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__wrapper, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__wrapper {
  border-top: solid 1px rgba(0,0,0,.15);
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time {
  color: #757575;
  font-size: 1rem;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__user, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__user, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__user, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__user {
  display: none;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count:before, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count:before {
  content: "\25B6";
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list .ck-user, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list .ck-user {
  margin-top: 0;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name pre, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time pre, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input pre, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count pre, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p pre, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name pre, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time pre, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter pre, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list pre, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name pre, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time pre, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input pre, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count pre, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p pre, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name pre, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time pre, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter pre, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name code, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time code, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input code, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count code, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p code, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name code, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time code, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter code, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list code, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name code, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time code, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input code, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count code, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p code, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name code, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time code, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter code, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name blockquote, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time blockquote, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input blockquote, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count blockquote, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p blockquote, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name blockquote, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time blockquote, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter blockquote, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list blockquote, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name blockquote, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time blockquote, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input blockquote, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count blockquote, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p blockquote, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name blockquote, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time blockquote, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter blockquote, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name li, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time li, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input li, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count li, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p li, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name li, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time li, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter li, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list li, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name li, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time li, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input li, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count li, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p li, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name li, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time li, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter li, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name h1, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time h1, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input h1, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count h1, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p h1, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name h1, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time h1, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter h1, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list h1, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name h1, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time h1, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input h1, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count h1, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p h1, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name h1, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time h1, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter h1, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name h1:first-child, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time h1:first-child, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input h1:first-child, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count h1:first-child, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p h1:first-child, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name h1:first-child, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time h1:first-child, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter h1:first-child, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list h1:first-child, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name h1:first-child, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time h1:first-child, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input h1:first-child, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count h1:first-child, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p h1:first-child, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name h1:first-child, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time h1:first-child, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter h1:first-child, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name h2, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time h2, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input h2, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count h2, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p h2, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name h2, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time h2, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter h2, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list h2, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name h2, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time h2, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input h2, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count h2, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p h2, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name h2, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time h2, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter h2, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name h2:first-child, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time h2:first-child, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input h2:first-child, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count h2:first-child, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p h2:first-child, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name h2:first-child, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time h2:first-child, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter h2:first-child, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list h2:first-child, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name h2:first-child, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time h2:first-child, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input h2:first-child, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count h2:first-child, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p h2:first-child, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name h2:first-child, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time h2:first-child, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter h2:first-child, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name h3, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time h3, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input h3, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count h3, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p h3, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name h3, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time h3, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter h3, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list h3, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name h3, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time h3, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input h3, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count h3, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p h3, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name h3, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time h3, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter h3, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name h3:first-child, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time h3:first-child, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input h3:first-child, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count h3:first-child, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p h3:first-child, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name h3:first-child, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time h3:first-child, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter h3:first-child, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list h3:first-child, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name h3:first-child, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time h3:first-child, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input h3:first-child, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count h3:first-child, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p h3:first-child, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name h3:first-child, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time h3:first-child, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter h3:first-child, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name h4, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time h4, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input h4, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count h4, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p h4, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name h4, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time h4, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter h4, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list h4, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name h4, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time h4, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input h4, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count h4, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p h4, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name h4, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time h4, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter h4, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name img, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time img, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input img, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count img, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p img, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name img, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time img, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter img, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list img, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name img, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time img, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input img, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count img, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p img, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name img, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time img, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter img, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list img {
  max-width: 100%;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name sup, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time sup, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input sup, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count sup, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p sup, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name sup, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time sup, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter sup, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list sup, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name sup, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time sup, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input sup, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count sup, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p sup, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name sup, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time sup, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter sup, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name sub, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time sub, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input sub, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count sub, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p sub, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name sub, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time sub, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter sub, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list sub, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name sub, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time sub, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input sub, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count sub, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p sub, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name sub, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time sub, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter sub, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name a, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name a:hover, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name a:active, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time a, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time a:hover, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time a:active, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input a, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input a:hover, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input a:active, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count a, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count a:hover, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count a:active, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p a, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p a:hover, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p a:active, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name a, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name a:hover, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name a:active, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time a, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time a:hover, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time a:active, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter a, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter a:hover, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter a:active, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list a, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list a:hover, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list a:active, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name a, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name a:hover, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name a:active, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time a, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time a:hover, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time a:active, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input a, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input a:hover, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input a:active, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count a, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count a:hover, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count a:active, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p a, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p a:hover, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p a:active, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name a, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name a:hover, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name a:active, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time a, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time a:hover, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time a:active, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter a, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter a:hover, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter a:active, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list a, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list a:hover, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list a:active {
  color: #C03A44;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name table, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time table, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input table, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count table, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p table, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name table, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time table, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter table, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list table, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name table, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time table, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input table, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count table, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p table, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name table, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time table, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter table, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name figure.table, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time figure.table, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input figure.table, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count figure.table, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p figure.table, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name figure.table, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time figure.table, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter figure.table, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list figure.table, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name figure.table, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time figure.table, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input figure.table, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count figure.table, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p figure.table, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name figure.table, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time figure.table, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter figure.table, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list figure.table {
  display: table;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name td, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name th, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time td, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time th, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input td, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input th, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count td, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count th, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p td, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p th, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name td, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name th, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time td, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time th, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter td, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter th, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list td, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list th, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name td, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name th, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time td, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time th, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input td, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input th, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count td, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count th, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p td, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p th, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name td, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name th, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time td, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time th, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter td, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter th, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list td, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name th, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time th, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input th, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count th, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p th, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name th, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time th, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter th, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list th, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name th, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time th, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input th, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count th, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p th, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name th, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time th, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter th, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list th {
  background: #fafafa;
  font-weight: 700;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name figure, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time figure, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input figure, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count figure, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p figure, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name figure, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time figure, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter figure, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list figure, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name figure, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time figure, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input figure, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count figure, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p figure, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name figure, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time figure, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter figure, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list figure {
  margin: 1em auto;
  text-align: center;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name figcaption, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time figcaption, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input figcaption, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count figcaption, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p figcaption, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name figcaption, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time figcaption, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter figcaption, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list figcaption, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name figcaption, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time figcaption, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input figcaption, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count figcaption, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p figcaption, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name figcaption, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time figcaption, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter figcaption, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name p.spoiler, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time p.spoiler, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input p.spoiler, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count p.spoiler, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p p.spoiler, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name p.spoiler, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time p.spoiler, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter p.spoiler, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list p.spoiler, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name p.spoiler, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time p.spoiler, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input p.spoiler, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count p.spoiler, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p p.spoiler, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name p.spoiler, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time p.spoiler, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter p.spoiler, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list p.spoiler {
  margin: 0;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input .spoiler, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count .spoiler, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p .spoiler, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter .spoiler, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list .spoiler, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input .spoiler, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count .spoiler, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p .spoiler, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter .spoiler, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input div.spoilers, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count div.spoilers, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p div.spoilers, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter div.spoilers, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list div.spoilers, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input div.spoilers, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count div.spoilers, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p div.spoilers, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter div.spoilers, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name p.spoiler-v2, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time p.spoiler-v2, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input p.spoiler-v2, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count p.spoiler-v2, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p p.spoiler-v2, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name p.spoiler-v2, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time p.spoiler-v2, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter p.spoiler-v2, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list p.spoiler-v2, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name p.spoiler-v2, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time p.spoiler-v2, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input p.spoiler-v2, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count p.spoiler-v2, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p p.spoiler-v2, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name p.spoiler-v2, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time p.spoiler-v2, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter p.spoiler-v2, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers:not(:hover)::selection, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers:not(:hover) ::selection, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers:not(:hover)::selection, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers:not(:hover) ::selection, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input .spoilers:not(:hover)::selection, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input .spoilers:not(:hover) ::selection, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count .spoilers:not(:hover)::selection, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count .spoilers:not(:hover) ::selection, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p .spoilers:not(:hover)::selection, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p .spoilers:not(:hover) ::selection, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers:not(:hover)::selection, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers:not(:hover) ::selection, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers:not(:hover)::selection, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers:not(:hover) ::selection, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter .spoilers:not(:hover)::selection, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter .spoilers:not(:hover) ::selection, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list .spoilers:not(:hover)::selection, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list .spoilers:not(:hover) ::selection, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers:not(:hover)::selection, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers:not(:hover) ::selection, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers:not(:hover)::selection, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers:not(:hover) ::selection, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input .spoilers:not(:hover)::selection, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input .spoilers:not(:hover) ::selection, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count .spoilers:not(:hover)::selection, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count .spoilers:not(:hover) ::selection, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p .spoilers:not(:hover)::selection, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p .spoilers:not(:hover) ::selection, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers:not(:hover)::selection, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers:not(:hover) ::selection, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers:not(:hover)::selection, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers:not(:hover) ::selection, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter .spoilers:not(:hover)::selection, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter .spoilers:not(:hover) ::selection, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list .spoilers:not(:hover)::selection, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input .spoilers > p:hover ~ p, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count .spoilers > p:hover ~ p, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p .spoilers > p:hover ~ p, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter .spoilers > p:hover ~ p, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list .spoilers > p:hover ~ p, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input .spoilers > p:hover ~ p, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count .spoilers > p:hover ~ p, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p .spoilers > p:hover ~ p, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter .spoilers > p:hover ~ p, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name div.metaculus-preview, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time div.metaculus-preview, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input div.metaculus-preview, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count div.metaculus-preview, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p div.metaculus-preview, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name div.metaculus-preview, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time div.metaculus-preview, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter div.metaculus-preview, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list div.metaculus-preview, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name div.metaculus-preview, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time div.metaculus-preview, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input div.metaculus-preview, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count div.metaculus-preview, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p div.metaculus-preview, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name div.metaculus-preview, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time div.metaculus-preview, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter div.metaculus-preview, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list div.metaculus-preview {
  background-color: #2c3947;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnote-section, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnote-section, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input .footnote-section, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count .footnote-section, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p .footnote-section, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnote-section, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnote-section, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter .footnote-section, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list .footnote-section, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnote-section, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnote-section, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input .footnote-section, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count .footnote-section, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p .footnote-section, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnote-section, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnote-section, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter .footnote-section, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list .footnote-section {
  counter-reset: footnote-counter;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnote-item, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnote-item, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input .footnote-item, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count .footnote-item, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p .footnote-item, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnote-item, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnote-item, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter .footnote-item, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list .footnote-item, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnote-item, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnote-item, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input .footnote-item, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count .footnote-item, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p .footnote-item, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnote-item, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnote-item, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter .footnote-item, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnote-item > *, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnote-item > *, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input .footnote-item > *, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count .footnote-item > *, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p .footnote-item > *, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnote-item > *, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnote-item > *, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter .footnote-item > *, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list .footnote-item > *, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnote-item > *, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnote-item > *, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input .footnote-item > *, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count .footnote-item > *, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p .footnote-item > *, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnote-item > *, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnote-item > *, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter .footnote-item > *, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list .footnote-item > * {
  vertical-align: text-top;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnote-back-link, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnote-back-link, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input .footnote-back-link, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count .footnote-back-link, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p .footnote-back-link, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnote-back-link, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnote-back-link, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter .footnote-back-link, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list .footnote-back-link, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnote-back-link, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnote-back-link, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input .footnote-back-link, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count .footnote-back-link, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p .footnote-back-link, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnote-back-link, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnote-back-link, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter .footnote-back-link, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnotes .footnote-back-link > sup, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnotes .footnote-back-link > sup, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input .footnotes .footnote-back-link > sup, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count .footnotes .footnote-back-link > sup, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p .footnotes .footnote-back-link > sup, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnotes .footnote-back-link > sup, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnotes .footnote-back-link > sup, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter .footnotes .footnote-back-link > sup, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list .footnotes .footnote-back-link > sup, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnotes .footnote-back-link > sup, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnotes .footnote-back-link > sup, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input .footnotes .footnote-back-link > sup, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count .footnotes .footnote-back-link > sup, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p .footnotes .footnote-back-link > sup, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnotes .footnote-back-link > sup, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnotes .footnote-back-link > sup, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter .footnotes .footnote-back-link > sup, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnote-item::before, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnote-item::before, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input .footnote-item::before, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count .footnote-item::before, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p .footnote-item::before, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnote-item::before, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnote-item::before, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter .footnote-item::before, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list .footnote-item::before, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnote-item::before, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnote-item::before, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input .footnote-item::before, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count .footnote-item::before, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p .footnote-item::before, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnote-item::before, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnote-item::before, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter .footnote-item::before, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnote-content, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnote-content, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input .footnote-content, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count .footnote-content, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p .footnote-content, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnote-content, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnote-content, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter .footnote-content, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list .footnote-content, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnote-content, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnote-content, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input .footnote-content, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count .footnote-content, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p .footnote-content, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnote-content, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnote-content, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter .footnote-content, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnotes, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnotes, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input .footnotes, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count .footnotes, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p .footnotes, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnotes, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnotes, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter .footnotes, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list .footnotes, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnotes, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnotes, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input .footnotes, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count .footnotes, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p .footnotes, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnotes, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnotes, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter .footnotes, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnotes-sep, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnotes-sep, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input .footnotes-sep, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count .footnotes-sep, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p .footnotes-sep, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnotes-sep, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnotes-sep, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter .footnotes-sep, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list .footnotes-sep, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnotes-sep, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnotes-sep, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input .footnotes-sep, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count .footnotes-sep, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p .footnotes-sep, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnotes-sep, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnotes-sep, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter .footnotes-sep, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list .footnotes-sep {
  display: none;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name hr, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time hr, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input hr, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count hr, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p hr, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name hr, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time hr, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter hr, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list hr, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name hr, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time hr, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input hr, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count hr, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p hr, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name hr, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time hr, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter hr, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name h1, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name h2, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name h3, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time h1, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time h2, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time h3, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input h1, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input h2, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input h3, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count h1, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count h2, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count h3, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p h1, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p h2, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p h3, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name h1, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name h2, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name h3, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time h1, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time h2, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time h3, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter h1, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter h2, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter h3, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list h1, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list h2, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list h3, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name h1, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name h2, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name h3, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time h1, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time h2, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time h3, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input h1, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input h2, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input h3, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count h1, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count h2, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count h3, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p h1, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p h2, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p h3, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name h1, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name h2, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name h3, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time h1, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time h2, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time h3, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter h1, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter h2, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter h3, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list h1, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list h2, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name *, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time *, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input *, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count *, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p *, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name *, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time *, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter *, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list *, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name *, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time *, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input *, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count *, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p *, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name *, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time *, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter *, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list * {
  pointer-events: auto;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name > *:hover ~ .spoiler, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time > *:hover ~ .spoiler, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input > *:hover ~ .spoiler, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count > *:hover ~ .spoiler, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p > *:hover ~ .spoiler, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name > *:hover ~ .spoiler, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time > *:hover ~ .spoiler, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter > *:hover ~ .spoiler, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list > *:hover ~ .spoiler, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name > *:hover ~ .spoiler, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time > *:hover ~ .spoiler, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input > *:hover ~ .spoiler, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count > *:hover ~ .spoiler, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p > *:hover ~ .spoiler, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name > *:hover ~ .spoiler, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time > *:hover ~ .spoiler, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter > *:hover ~ .spoiler, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list > *:hover ~ .spoiler {
  color: black;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name > *:hover ~ .spoiler:before, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time > *:hover ~ .spoiler:before, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input > *:hover ~ .spoiler:before, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count > *:hover ~ .spoiler:before, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p > *:hover ~ .spoiler:before, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name > *:hover ~ .spoiler:before, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time > *:hover ~ .spoiler:before, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter > *:hover ~ .spoiler:before, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list > *:hover ~ .spoiler:before, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name > *:hover ~ .spoiler:before, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time > *:hover ~ .spoiler:before, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input > *:hover ~ .spoiler:before, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count > *:hover ~ .spoiler:before, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p > *:hover ~ .spoiler:before, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name > *:hover ~ .spoiler:before, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time > *:hover ~ .spoiler:before, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter > *:hover ~ .spoiler:before, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name hr:after, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time hr:after, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input hr:after, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count hr:after, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p hr:after, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name hr:after, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time hr:after, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter hr:after, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list hr:after, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name hr:after, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time hr:after, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input hr:after, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count hr:after, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p hr:after, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name hr:after, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time hr:after, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter hr:after, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnotes sup, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnotes sup, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input .footnotes sup, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count .footnotes sup, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p .footnotes sup, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnotes sup, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnotes sup, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter .footnotes sup, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list .footnotes sup, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnotes sup, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnotes sup, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input .footnotes sup, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count .footnotes sup, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p .footnotes sup, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnotes sup, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnotes sup, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter .footnotes sup, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list .footnotes sup {
  margin-right: 10px;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnotes ol, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnotes ol, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input .footnotes ol, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count .footnotes ol, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p .footnotes ol, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnotes ol, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnotes ol, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter .footnotes ol, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list .footnotes ol, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnotes ol, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnotes ol, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input .footnotes ol, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count .footnotes ol, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p .footnotes ol, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnotes ol, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnotes ol, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter .footnotes ol, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnotes li, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnotes li, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input .footnotes li, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count .footnotes li, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p .footnotes li, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnotes li, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnotes li, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter .footnotes li, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list .footnotes li, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnotes li, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnotes li, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input .footnotes li, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count .footnotes li, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p .footnotes li, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnotes li, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnotes li, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter .footnotes li, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list .footnotes li {
  font-size: 0.9em;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnotes blockquote, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnotes blockquote, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input .footnotes blockquote, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count .footnotes blockquote, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p .footnotes blockquote, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnotes blockquote, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnotes blockquote, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter .footnotes blockquote, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list .footnotes blockquote, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnotes blockquote, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnotes blockquote, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input .footnotes blockquote, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count .footnotes blockquote, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p .footnotes blockquote, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnotes blockquote, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnotes blockquote, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter .footnotes blockquote, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name div.metaculus-preview iframe, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time div.metaculus-preview iframe, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input div.metaculus-preview iframe, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count div.metaculus-preview iframe, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p div.metaculus-preview iframe, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name div.metaculus-preview iframe, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time div.metaculus-preview iframe, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter div.metaculus-preview iframe, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list div.metaculus-preview iframe, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name div.metaculus-preview iframe, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time div.metaculus-preview iframe, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input div.metaculus-preview iframe, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count div.metaculus-preview iframe, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p div.metaculus-preview iframe, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name div.metaculus-preview iframe, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time div.metaculus-preview iframe, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter div.metaculus-preview iframe, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p a, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p a:hover, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p a:focus, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p a::after, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p a, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p a:hover, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p a:focus, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p a::after, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input .spoilers > p:hover ~ p a, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input .spoilers > p:hover ~ p a:hover, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input .spoilers > p:hover ~ p a:focus, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input .spoilers > p:hover ~ p a::after, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count .spoilers > p:hover ~ p a, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count .spoilers > p:hover ~ p a:hover, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count .spoilers > p:hover ~ p a:focus, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count .spoilers > p:hover ~ p a::after, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p .spoilers > p:hover ~ p a, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p .spoilers > p:hover ~ p a:hover, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p .spoilers > p:hover ~ p a:focus, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p .spoilers > p:hover ~ p a::after, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p a, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p a:hover, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p a:focus, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p a::after, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p a, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p a:hover, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p a:focus, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p a::after, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter .spoilers > p:hover ~ p a, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter .spoilers > p:hover ~ p a:hover, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter .spoilers > p:hover ~ p a:focus, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter .spoilers > p:hover ~ p a::after, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list .spoilers > p:hover ~ p a, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list .spoilers > p:hover ~ p a:hover, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list .spoilers > p:hover ~ p a:focus, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list .spoilers > p:hover ~ p a::after, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p a, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p a:hover, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p a:focus, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p a::after, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p a, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p a:hover, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p a:focus, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p a::after, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input .spoilers > p:hover ~ p a, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input .spoilers > p:hover ~ p a:hover, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input .spoilers > p:hover ~ p a:focus, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input .spoilers > p:hover ~ p a::after, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count .spoilers > p:hover ~ p a, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count .spoilers > p:hover ~ p a:hover, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count .spoilers > p:hover ~ p a:focus, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count .spoilers > p:hover ~ p a::after, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p .spoilers > p:hover ~ p a, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p .spoilers > p:hover ~ p a:hover, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p .spoilers > p:hover ~ p a:focus, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p .spoilers > p:hover ~ p a::after, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p a, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p a:hover, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p a:focus, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p a::after, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p a, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p a:hover, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p a:focus, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p a::after, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter .spoilers > p:hover ~ p a, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter .spoilers > p:hover ~ p a:hover, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter .spoilers > p:hover ~ p a:focus, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter .spoilers > p:hover ~ p a::after, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list .spoilers > p:hover ~ p a, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list .spoilers > p:hover ~ p a:hover, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list .spoilers > p:hover ~ p a:focus, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list .spoilers > p:hover ~ p a::after {
  color: black;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p code, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p code, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input .spoilers > p:hover ~ p code, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count .spoilers > p:hover ~ p code, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p .spoilers > p:hover ~ p code, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p code, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p code, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter .spoilers > p:hover ~ p code, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list .spoilers > p:hover ~ p code, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p code, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p code, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input .spoilers > p:hover ~ p code, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count .spoilers > p:hover ~ p code, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p .spoilers > p:hover ~ p code, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p code, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p code, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter .spoilers > p:hover ~ p code, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list .spoilers > p:hover ~ p code {
  background-color: black;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover), .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover), .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input div.spoilers:not(:hover), .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count div.spoilers:not(:hover), .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p div.spoilers:not(:hover), .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover), .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover), .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter div.spoilers:not(:hover), .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list div.spoilers:not(:hover), .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover), .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover), .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input div.spoilers:not(:hover), .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count div.spoilers:not(:hover), .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p div.spoilers:not(:hover), .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover), .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover), .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter div.spoilers:not(:hover), .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers:hover, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers:hover, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input div.spoilers:hover, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count div.spoilers:hover, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p div.spoilers:hover, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers:hover, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers:hover, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter div.spoilers:hover, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list div.spoilers:hover, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers:hover, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers:hover, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input div.spoilers:hover, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count div.spoilers:hover, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p div.spoilers:hover, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers:hover, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers:hover, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter div.spoilers:hover, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers > p, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers > p, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input div.spoilers > p, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count div.spoilers > p, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p div.spoilers > p, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers > p, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers > p, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter div.spoilers > p, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list div.spoilers > p, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers > p, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers > p, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input div.spoilers > p, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count div.spoilers > p, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p div.spoilers > p, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers > p, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers > p, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter div.spoilers > p, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover) a, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover) a:hover, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover) a:focus, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover) a::after, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover) a, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover) a:hover, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover) a:focus, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover) a::after, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input div.spoilers:not(:hover) a, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input div.spoilers:not(:hover) a:hover, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input div.spoilers:not(:hover) a:focus, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input div.spoilers:not(:hover) a::after, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count div.spoilers:not(:hover) a, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count div.spoilers:not(:hover) a:hover, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count div.spoilers:not(:hover) a:focus, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count div.spoilers:not(:hover) a::after, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p div.spoilers:not(:hover) a, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p div.spoilers:not(:hover) a:hover, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p div.spoilers:not(:hover) a:focus, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p div.spoilers:not(:hover) a::after, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover) a, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover) a:hover, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover) a:focus, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover) a::after, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover) a, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover) a:hover, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover) a:focus, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover) a::after, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter div.spoilers:not(:hover) a, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter div.spoilers:not(:hover) a:hover, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter div.spoilers:not(:hover) a:focus, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter div.spoilers:not(:hover) a::after, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list div.spoilers:not(:hover) a, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list div.spoilers:not(:hover) a:hover, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list div.spoilers:not(:hover) a:focus, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list div.spoilers:not(:hover) a::after, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover) a, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover) a:hover, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover) a:focus, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover) a::after, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover) a, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover) a:hover, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover) a:focus, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover) a::after, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input div.spoilers:not(:hover) a, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input div.spoilers:not(:hover) a:hover, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input div.spoilers:not(:hover) a:focus, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input div.spoilers:not(:hover) a::after, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count div.spoilers:not(:hover) a, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count div.spoilers:not(:hover) a:hover, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count div.spoilers:not(:hover) a:focus, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count div.spoilers:not(:hover) a::after, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p div.spoilers:not(:hover) a, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p div.spoilers:not(:hover) a:hover, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p div.spoilers:not(:hover) a:focus, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p div.spoilers:not(:hover) a::after, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover) a, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover) a:hover, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover) a:focus, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover) a::after, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover) a, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover) a:hover, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover) a:focus, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover) a::after, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter div.spoilers:not(:hover) a, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter div.spoilers:not(:hover) a:hover, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter div.spoilers:not(:hover) a:focus, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter div.spoilers:not(:hover) a::after, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list div.spoilers:not(:hover) a, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list div.spoilers:not(:hover) a:hover, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list div.spoilers:not(:hover) a:focus, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list div.spoilers:not(:hover) a::after {
  color: black;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover) code, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover) code, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input div.spoilers:not(:hover) code, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count div.spoilers:not(:hover) code, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p div.spoilers:not(:hover) code, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover) code, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover) code, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter div.spoilers:not(:hover) code, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list div.spoilers:not(:hover) code, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover) code, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover) code, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input div.spoilers:not(:hover) code, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count div.spoilers:not(:hover) code, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p div.spoilers:not(:hover) code, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover) code, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover) code, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter div.spoilers:not(:hover) code, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list div.spoilers:not(:hover) code {
  background-color: black;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover), .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover), .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input .spoiler:not(:hover), .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count .spoiler:not(:hover), .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p .spoiler:not(:hover), .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover), .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover), .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter .spoiler:not(:hover), .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list .spoiler:not(:hover), .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover), .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover), .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input .spoiler:not(:hover), .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count .spoiler:not(:hover), .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p .spoiler:not(:hover), .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover), .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover), .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter .spoiler:not(:hover), .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover) a, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover) a:hover, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover) a:focus, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover) a::after, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover) a, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover) a:hover, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover) a:focus, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover) a::after, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input .spoiler:not(:hover) a, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input .spoiler:not(:hover) a:hover, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input .spoiler:not(:hover) a:focus, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input .spoiler:not(:hover) a::after, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count .spoiler:not(:hover) a, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count .spoiler:not(:hover) a:hover, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count .spoiler:not(:hover) a:focus, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count .spoiler:not(:hover) a::after, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p .spoiler:not(:hover) a, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p .spoiler:not(:hover) a:hover, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p .spoiler:not(:hover) a:focus, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p .spoiler:not(:hover) a::after, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover) a, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover) a:hover, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover) a:focus, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover) a::after, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover) a, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover) a:hover, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover) a:focus, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover) a::after, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter .spoiler:not(:hover) a, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter .spoiler:not(:hover) a:hover, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter .spoiler:not(:hover) a:focus, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter .spoiler:not(:hover) a::after, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list .spoiler:not(:hover) a, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list .spoiler:not(:hover) a:hover, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list .spoiler:not(:hover) a:focus, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list .spoiler:not(:hover) a::after, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover) a, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover) a:hover, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover) a:focus, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover) a::after, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover) a, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover) a:hover, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover) a:focus, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover) a::after, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input .spoiler:not(:hover) a, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input .spoiler:not(:hover) a:hover, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input .spoiler:not(:hover) a:focus, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input .spoiler:not(:hover) a::after, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count .spoiler:not(:hover) a, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count .spoiler:not(:hover) a:hover, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count .spoiler:not(:hover) a:focus, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count .spoiler:not(:hover) a::after, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p .spoiler:not(:hover) a, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p .spoiler:not(:hover) a:hover, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p .spoiler:not(:hover) a:focus, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p .spoiler:not(:hover) a::after, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover) a, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover) a:hover, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover) a:focus, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover) a::after, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover) a, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover) a:hover, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover) a:focus, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover) a::after, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter .spoiler:not(:hover) a, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter .spoiler:not(:hover) a:hover, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter .spoiler:not(:hover) a:focus, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter .spoiler:not(:hover) a::after, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list .spoiler:not(:hover) a, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list .spoiler:not(:hover) a:hover, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list .spoiler:not(:hover) a:focus, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list .spoiler:not(:hover) a::after {
  color: black;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover) code, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover) code, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input .spoiler:not(:hover) code, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count .spoiler:not(:hover) code, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p .spoiler:not(:hover) code, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover) code, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover) code, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter .spoiler:not(:hover) code, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list .spoiler:not(:hover) code, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover) code, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover) code, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input .spoiler:not(:hover) code, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count .spoiler:not(:hover) code, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p .spoiler:not(:hover) code, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover) code, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover) code, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter .spoiler:not(:hover) code, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list .spoiler:not(:hover) code {
  background-color: black;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name td p, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name th p, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time td p, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time th p, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input td p, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input th p, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count td p, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count th p, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p td p, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p th p, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name td p, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name th p, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time td p, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time th p, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter td p, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter th p, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list td p, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list th p, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name td p, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name th p, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time td p, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time th p, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input td p, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input th p, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count td p, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count th p, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p td p, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p th p, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name td p, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name th p, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time td p, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time th p, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter td p, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter th p, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list td p, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name td p:first-of-type, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name th p:first-of-type, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time td p:first-of-type, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time th p:first-of-type, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input td p:first-of-type, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input th p:first-of-type, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count td p:first-of-type, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count th p:first-of-type, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p td p:first-of-type, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p th p:first-of-type, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name td p:first-of-type, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name th p:first-of-type, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time td p:first-of-type, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time th p:first-of-type, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter td p:first-of-type, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter th p:first-of-type, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list td p:first-of-type, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list th p:first-of-type, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name td p:first-of-type, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name th p:first-of-type, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time td p:first-of-type, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time th p:first-of-type, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input td p:first-of-type, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input th p:first-of-type, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count td p:first-of-type, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count th p:first-of-type, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p td p:first-of-type, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p th p:first-of-type, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name td p:first-of-type, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name th p:first-of-type, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time td p:first-of-type, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time th p:first-of-type, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter td p:first-of-type, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter th p:first-of-type, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list td p:first-of-type, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list th p:first-of-type {
  margin-top: 0;
}
.EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name a u, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name a:hover u, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name a:active u, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time a u, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time a:hover u, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time a:active u, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input a u, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input a:hover u, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-comment__input a:active u, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count a u, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count a:hover u, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-thread__comment-count a:active u, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p a u, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p a:hover u, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__main p a:active u, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name a u, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name a:hover u, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-name a:active u, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time a u, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time a:hover u, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-annotation__info-time a:active u, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter a u, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter a:hover u, .EditorFormComponent-postBodyStyles .ck.ck-sidebar .ck-presence-list__counter a:active u, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list a u, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list a:hover u, .EditorFormComponent-postBodyStyles .ck.ck-sidebar.ck-presence-list a:active u, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name a u, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name a:hover u, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name a:active u, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time a u, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time a:hover u, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time a:active u, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input a u, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input a:hover u, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-comment__input a:active u, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count a u, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count a:hover u, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-thread__comment-count a:active u, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p a u, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p a:hover u, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__main p a:active u, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name a u, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name a:hover u, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-name a:active u, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time a u, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time a:hover u, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-annotation__info-time a:active u, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter a u, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter a:hover u, .EditorFormComponent-postBodyStyles .ck.ck-presence-list .ck-presence-list__counter a:active u, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list a u, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list a:hover u, .EditorFormComponent-postBodyStyles .ck.ck-presence-list.ck-presence-list a:active u {
  text-decoration: none;
}
.EditorFormComponent-postBodyStyles .ck.ck-content p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.EditorFormComponent-postBodyStyles .ck.ck-content .table table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.EditorFormComponent-postBodyStyles .ck.ck-content .table table td, .EditorFormComponent-postBodyStyles .ck.ck-content .table table th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.EditorFormComponent-postBodyStyles .ck.ck-content .table table th {
  background: #fafafa;
  font-weight: 700;
}
.EditorFormComponent-postBodyStyles .ck.ck-content .ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected, .EditorFormComponent-postBodyStyles .ck.ck-content .ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected {
  outline: none;
}
.EditorFormComponent-postBodyStyles .ck.ck-content .image>figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: unset;
  line-height: 1.375em;
  background-color: unset;
}
.EditorFormComponent-postBodyStyles .ck.ck-content hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.EditorFormComponent-postBodyStyles .ck.ck-content hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.EditorFormComponent-postBodyStyles .ck.ck-content .table table td p, .EditorFormComponent-postBodyStyles .ck.ck-content .table table th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.EditorFormComponent-postBodyStyles .ck.ck-content .table table td p:first-of-type, .EditorFormComponent-postBodyStyles .ck.ck-content .table table th p:first-of-type {
  margin-top: 0;
}
.EditorFormComponent-postBodyStyles .ck.ck-content p:first-of-type {
  margin-top: 0;
}
.EditorFormComponent-postBodyStyles .ck blockquote p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.EditorFormComponent-postBodyStyles .ck blockquote .public-DraftStyleDefault-block {
  margin-top: 0;
  margin-bottom: 0;
}
.EditorFormComponent-postBodyStyles .ck blockquote p:first-child {
  margin-top: 0;
}
style~.EditorFormComponent-postBodyStyles .ck blockquote p {
  margin-top: 0;
}
.EditorFormComponent-postBodyStyles .ck blockquote p:last-child {
  margin-bottom: 0;
}
.EditorFormComponent-postBodyStyles hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.EditorFormComponent-postBodyStyles .footnotes sup {
  margin-right: 10px;
}
.EditorFormComponent-postBodyStyles .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.EditorFormComponent-postBodyStyles .footnotes li {
  font-size: 0.9em;
}
.EditorFormComponent-postBodyStyles .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.EditorFormComponent-postBodyStyles figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-postBodyStyles figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.EditorFormComponent-postBodyStyles div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.EditorFormComponent-postBodyStyles .spoilers > p:hover ~ p a, .EditorFormComponent-postBodyStyles .spoilers > p:hover ~ p a:hover, .EditorFormComponent-postBodyStyles .spoilers > p:hover ~ p a:focus, .EditorFormComponent-postBodyStyles .spoilers > p:hover ~ p a::after {
  color: black;
}
.EditorFormComponent-postBodyStyles .spoilers > p:hover ~ p code {
  background-color: black;
}
.EditorFormComponent-postBodyStyles div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.EditorFormComponent-postBodyStyles div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.EditorFormComponent-postBodyStyles div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.EditorFormComponent-postBodyStyles div.spoilers:not(:hover) a, .EditorFormComponent-postBodyStyles div.spoilers:not(:hover) a:hover, .EditorFormComponent-postBodyStyles div.spoilers:not(:hover) a:focus, .EditorFormComponent-postBodyStyles div.spoilers:not(:hover) a::after {
  color: black;
}
.EditorFormComponent-postBodyStyles div.spoilers:not(:hover) code {
  background-color: black;
}
.EditorFormComponent-postBodyStyles .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.EditorFormComponent-postBodyStyles .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.EditorFormComponent-postBodyStyles .spoiler:not(:hover) a, .EditorFormComponent-postBodyStyles .spoiler:not(:hover) a:hover, .EditorFormComponent-postBodyStyles .spoiler:not(:hover) a:focus, .EditorFormComponent-postBodyStyles .spoiler:not(:hover) a::after {
  color: black;
}
.EditorFormComponent-postBodyStyles .spoiler:not(:hover) code {
  background-color: black;
}
.EditorFormComponent-postBodyStyles td p, .EditorFormComponent-postBodyStyles th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.EditorFormComponent-postBodyStyles td p:first-of-type, .EditorFormComponent-postBodyStyles th p:first-of-type {
  margin-top: 0;
}
.EditorFormComponent-postBodyStyles a u, .EditorFormComponent-postBodyStyles a:hover u, .EditorFormComponent-postBodyStyles a:active u {
  text-decoration: none;
}
.EditorFormComponent-answerStyles {
  color: rgba(0, 0, 0, 0.87);
  cursor: text;
  font-size: 1.28rem;
  max-width: 620px;
  word-break: break-word;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.75rem;
}
.EditorFormComponent-answerStyles .public-DraftStyleDefault-block {
  margin-top: 1em;
  margin-bottom: 1em;
}
.EditorFormComponent-answerStyles code .public-DraftStyleDefault-block {
  margin-top: 0;
  margin-bottom: 0;
}
.EditorFormComponent-answerStyles blockquote .public-DraftStyleDefault-block {
  margin-top: 0;
  margin-bottom: 0;
}
.EditorFormComponent-answerStyles .spoiler:not(:hover) * {
  background-color: black !important;
}
.EditorFormComponent-answerStyles pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.EditorFormComponent-answerStyles code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.EditorFormComponent-answerStyles blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 12px;
  border-left: solid 3px #e0e0e0;
  margin-left: 24px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
}
.EditorFormComponent-answerStyles li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.28rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.8rem;
  margin-bottom: .5rem;
}
.EditorFormComponent-answerStyles h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.EditorFormComponent-answerStyles h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.EditorFormComponent-answerStyles h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.EditorFormComponent-answerStyles h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.EditorFormComponent-answerStyles h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.EditorFormComponent-answerStyles h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.EditorFormComponent-answerStyles h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.EditorFormComponent-answerStyles img {
  max-width: 100%;
}
.EditorFormComponent-answerStyles sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.EditorFormComponent-answerStyles sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.EditorFormComponent-answerStyles a, .EditorFormComponent-answerStyles a:hover, .EditorFormComponent-answerStyles a:active {
  color: #C03A44;
}
.EditorFormComponent-answerStyles table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.EditorFormComponent-answerStyles figure.table {
  display: table;
}
.EditorFormComponent-answerStyles td, .EditorFormComponent-answerStyles th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.EditorFormComponent-answerStyles th {
  background: #fafafa;
  font-weight: 700;
}
.EditorFormComponent-answerStyles figure {
  margin: 1em auto;
  text-align: center;
}
.EditorFormComponent-answerStyles figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.EditorFormComponent-answerStyles p.spoiler {
  margin: 0;
}
.EditorFormComponent-answerStyles .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.EditorFormComponent-answerStyles div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.EditorFormComponent-answerStyles p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.EditorFormComponent-answerStyles .spoilers:not(:hover)::selection, .EditorFormComponent-answerStyles .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.EditorFormComponent-answerStyles .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.EditorFormComponent-answerStyles div.metaculus-preview {
  background-color: #2c3947;
}
.EditorFormComponent-answerStyles figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-answerStyles figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.EditorFormComponent-answerStyles .footnote-section {
  counter-reset: footnote-counter;
}
.EditorFormComponent-answerStyles .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.EditorFormComponent-answerStyles .footnote-item > * {
  vertical-align: text-top;
}
.EditorFormComponent-answerStyles .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.EditorFormComponent-answerStyles .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.EditorFormComponent-answerStyles .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.EditorFormComponent-answerStyles .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.EditorFormComponent-answerStyles .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.EditorFormComponent-answerStyles .footnotes-sep {
  display: none;
}
.EditorFormComponent-answerStyles hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.EditorFormComponent-answerStyles ul {
  padding-inline-start: 30;
}
.EditorFormComponent-answerStyles .ck {
  --ck-spacing-standard: 8px;
}
.EditorFormComponent-answerStyles li .public-DraftStyleDefault-block {
  margin: 0;
}
.EditorFormComponent-answerStyles .ck code .public-DraftStyleDefault-block {
  margin-top: 0;
  margin-bottom: 0;
}
.EditorFormComponent-answerStyles .ck blockquote {
  font-style: unset;
  font-weight: 400;
  padding-top: 12px;
  border-left: solid 3px #e0e0e0;
  margin-left: 24px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
}
.EditorFormComponent-answerStyles .ck.ck-content {
  margin-left: -8px;
  --ck-focus-ring: solid 1px rgba(0,0,0,0);
  --ck-inner-shadow: none;
  --ck-focus-outer-shadow: none;
  --ck-focus-outer-shadow-geometry: none;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar, .EditorFormComponent-answerStyles .ck.ck-presence-list {
  --ck-color-comment-count: #C03A44;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar li, .EditorFormComponent-answerStyles .ck.ck-presence-list li {
  font-size: unset;
  font-family: unset;
  font-weight: unset;
  line-height: unset;
  margin-bottom: unset;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment:after, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment:after {
  display: none;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  word-break: break-word;
  margin-top: 0;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  align-items: flex-start;
  margin-bottom: 12px;
  pointer-events: none;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list {
  margin-bottom: 32px;
  --ck-user-avatar-size: 20px;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count {
  color: #757575;
  margin: 0;
  padding-left: 16px;
  padding-bottom: .5em;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input {
  padding-left: 16px;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__input, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__input {
  width: 100%;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__wrapper, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__wrapper {
  border-top: solid 1px rgba(0,0,0,.15);
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time {
  color: #757575;
  font-size: 1rem;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__user, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__user, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__user, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__user {
  display: none;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count:before, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count:before {
  content: "\25B6";
}
.EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list .ck-user, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list .ck-user {
  margin-top: 0;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name pre, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time pre, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input pre, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count pre, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p pre, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name pre, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time pre, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter pre, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list pre, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name pre, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time pre, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input pre, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count pre, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p pre, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name pre, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time pre, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter pre, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name code, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time code, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input code, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count code, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p code, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name code, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time code, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter code, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list code, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name code, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time code, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input code, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count code, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p code, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name code, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time code, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter code, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name blockquote, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time blockquote, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input blockquote, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count blockquote, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p blockquote, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name blockquote, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time blockquote, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter blockquote, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list blockquote, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name blockquote, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time blockquote, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input blockquote, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count blockquote, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p blockquote, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name blockquote, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time blockquote, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter blockquote, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name li, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time li, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input li, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count li, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p li, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name li, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time li, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter li, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list li, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name li, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time li, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input li, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count li, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p li, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name li, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time li, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter li, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name h1, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time h1, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input h1, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count h1, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p h1, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name h1, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time h1, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter h1, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list h1, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name h1, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time h1, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input h1, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count h1, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p h1, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name h1, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time h1, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter h1, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name h1:first-child, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time h1:first-child, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input h1:first-child, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count h1:first-child, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p h1:first-child, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name h1:first-child, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time h1:first-child, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter h1:first-child, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list h1:first-child, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name h1:first-child, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time h1:first-child, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input h1:first-child, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count h1:first-child, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p h1:first-child, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name h1:first-child, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time h1:first-child, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter h1:first-child, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name h2, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time h2, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input h2, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count h2, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p h2, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name h2, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time h2, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter h2, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list h2, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name h2, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time h2, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input h2, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count h2, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p h2, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name h2, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time h2, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter h2, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name h2:first-child, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time h2:first-child, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input h2:first-child, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count h2:first-child, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p h2:first-child, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name h2:first-child, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time h2:first-child, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter h2:first-child, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list h2:first-child, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name h2:first-child, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time h2:first-child, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input h2:first-child, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count h2:first-child, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p h2:first-child, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name h2:first-child, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time h2:first-child, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter h2:first-child, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name h3, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time h3, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input h3, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count h3, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p h3, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name h3, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time h3, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter h3, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list h3, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name h3, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time h3, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input h3, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count h3, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p h3, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name h3, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time h3, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter h3, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name h3:first-child, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time h3:first-child, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input h3:first-child, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count h3:first-child, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p h3:first-child, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name h3:first-child, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time h3:first-child, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter h3:first-child, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list h3:first-child, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name h3:first-child, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time h3:first-child, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input h3:first-child, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count h3:first-child, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p h3:first-child, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name h3:first-child, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time h3:first-child, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter h3:first-child, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name h4, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time h4, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input h4, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count h4, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p h4, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name h4, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time h4, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter h4, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list h4, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name h4, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time h4, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input h4, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count h4, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p h4, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name h4, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time h4, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter h4, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name img, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time img, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input img, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count img, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p img, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name img, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time img, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter img, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list img, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name img, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time img, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input img, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count img, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p img, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name img, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time img, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter img, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list img {
  max-width: 100%;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name sup, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time sup, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input sup, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count sup, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p sup, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name sup, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time sup, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter sup, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list sup, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name sup, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time sup, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input sup, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count sup, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p sup, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name sup, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time sup, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter sup, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name sub, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time sub, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input sub, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count sub, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p sub, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name sub, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time sub, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter sub, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list sub, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name sub, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time sub, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input sub, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count sub, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p sub, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name sub, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time sub, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter sub, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name a, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name a:hover, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name a:active, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time a, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time a:hover, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time a:active, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input a, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input a:hover, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input a:active, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count a, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count a:hover, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count a:active, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p a, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p a:hover, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p a:active, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name a, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name a:hover, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name a:active, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time a, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time a:hover, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time a:active, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter a, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter a:hover, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter a:active, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list a, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list a:hover, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list a:active, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name a, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name a:hover, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name a:active, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time a, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time a:hover, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time a:active, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input a, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input a:hover, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input a:active, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count a, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count a:hover, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count a:active, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p a, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p a:hover, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p a:active, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name a, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name a:hover, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name a:active, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time a, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time a:hover, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time a:active, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter a, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter a:hover, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter a:active, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list a, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list a:hover, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list a:active {
  color: #C03A44;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name table, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time table, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input table, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count table, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p table, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name table, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time table, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter table, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list table, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name table, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time table, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input table, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count table, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p table, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name table, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time table, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter table, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name figure.table, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time figure.table, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input figure.table, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count figure.table, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p figure.table, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name figure.table, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time figure.table, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter figure.table, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list figure.table, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name figure.table, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time figure.table, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input figure.table, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count figure.table, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p figure.table, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name figure.table, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time figure.table, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter figure.table, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list figure.table {
  display: table;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name td, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name th, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time td, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time th, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input td, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input th, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count td, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count th, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p td, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p th, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name td, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name th, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time td, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time th, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter td, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter th, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list td, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list th, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name td, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name th, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time td, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time th, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input td, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input th, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count td, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count th, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p td, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p th, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name td, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name th, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time td, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time th, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter td, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter th, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list td, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name th, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time th, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input th, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count th, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p th, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name th, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time th, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter th, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list th, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name th, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time th, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input th, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count th, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p th, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name th, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time th, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter th, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list th {
  background: #fafafa;
  font-weight: 700;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name figure, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time figure, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input figure, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count figure, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p figure, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name figure, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time figure, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter figure, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list figure, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name figure, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time figure, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input figure, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count figure, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p figure, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name figure, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time figure, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter figure, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list figure {
  margin: 1em auto;
  text-align: center;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name figcaption, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time figcaption, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input figcaption, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count figcaption, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p figcaption, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name figcaption, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time figcaption, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter figcaption, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list figcaption, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name figcaption, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time figcaption, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input figcaption, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count figcaption, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p figcaption, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name figcaption, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time figcaption, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter figcaption, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name p.spoiler, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time p.spoiler, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input p.spoiler, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count p.spoiler, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p p.spoiler, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name p.spoiler, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time p.spoiler, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter p.spoiler, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list p.spoiler, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name p.spoiler, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time p.spoiler, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input p.spoiler, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count p.spoiler, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p p.spoiler, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name p.spoiler, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time p.spoiler, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter p.spoiler, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list p.spoiler {
  margin: 0;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input .spoiler, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count .spoiler, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p .spoiler, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter .spoiler, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list .spoiler, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input .spoiler, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count .spoiler, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p .spoiler, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter .spoiler, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input div.spoilers, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count div.spoilers, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p div.spoilers, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter div.spoilers, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list div.spoilers, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input div.spoilers, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count div.spoilers, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p div.spoilers, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter div.spoilers, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name p.spoiler-v2, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time p.spoiler-v2, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input p.spoiler-v2, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count p.spoiler-v2, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p p.spoiler-v2, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name p.spoiler-v2, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time p.spoiler-v2, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter p.spoiler-v2, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list p.spoiler-v2, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name p.spoiler-v2, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time p.spoiler-v2, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input p.spoiler-v2, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count p.spoiler-v2, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p p.spoiler-v2, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name p.spoiler-v2, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time p.spoiler-v2, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter p.spoiler-v2, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers:not(:hover)::selection, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers:not(:hover) ::selection, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers:not(:hover)::selection, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers:not(:hover) ::selection, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input .spoilers:not(:hover)::selection, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input .spoilers:not(:hover) ::selection, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count .spoilers:not(:hover)::selection, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count .spoilers:not(:hover) ::selection, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p .spoilers:not(:hover)::selection, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p .spoilers:not(:hover) ::selection, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers:not(:hover)::selection, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers:not(:hover) ::selection, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers:not(:hover)::selection, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers:not(:hover) ::selection, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter .spoilers:not(:hover)::selection, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter .spoilers:not(:hover) ::selection, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list .spoilers:not(:hover)::selection, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list .spoilers:not(:hover) ::selection, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers:not(:hover)::selection, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers:not(:hover) ::selection, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers:not(:hover)::selection, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers:not(:hover) ::selection, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input .spoilers:not(:hover)::selection, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input .spoilers:not(:hover) ::selection, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count .spoilers:not(:hover)::selection, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count .spoilers:not(:hover) ::selection, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p .spoilers:not(:hover)::selection, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p .spoilers:not(:hover) ::selection, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers:not(:hover)::selection, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers:not(:hover) ::selection, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers:not(:hover)::selection, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers:not(:hover) ::selection, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter .spoilers:not(:hover)::selection, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter .spoilers:not(:hover) ::selection, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list .spoilers:not(:hover)::selection, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input .spoilers > p:hover ~ p, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count .spoilers > p:hover ~ p, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p .spoilers > p:hover ~ p, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter .spoilers > p:hover ~ p, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list .spoilers > p:hover ~ p, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input .spoilers > p:hover ~ p, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count .spoilers > p:hover ~ p, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p .spoilers > p:hover ~ p, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter .spoilers > p:hover ~ p, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name div.metaculus-preview, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time div.metaculus-preview, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input div.metaculus-preview, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count div.metaculus-preview, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p div.metaculus-preview, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name div.metaculus-preview, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time div.metaculus-preview, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter div.metaculus-preview, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list div.metaculus-preview, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name div.metaculus-preview, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time div.metaculus-preview, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input div.metaculus-preview, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count div.metaculus-preview, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p div.metaculus-preview, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name div.metaculus-preview, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time div.metaculus-preview, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter div.metaculus-preview, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list div.metaculus-preview {
  background-color: #2c3947;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .footnote-section, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .footnote-section, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input .footnote-section, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count .footnote-section, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p .footnote-section, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .footnote-section, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .footnote-section, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter .footnote-section, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list .footnote-section, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .footnote-section, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .footnote-section, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input .footnote-section, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count .footnote-section, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p .footnote-section, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .footnote-section, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .footnote-section, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter .footnote-section, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list .footnote-section {
  counter-reset: footnote-counter;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .footnote-item, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .footnote-item, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input .footnote-item, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count .footnote-item, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p .footnote-item, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .footnote-item, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .footnote-item, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter .footnote-item, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list .footnote-item, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .footnote-item, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .footnote-item, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input .footnote-item, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count .footnote-item, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p .footnote-item, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .footnote-item, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .footnote-item, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter .footnote-item, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .footnote-item > *, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .footnote-item > *, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input .footnote-item > *, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count .footnote-item > *, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p .footnote-item > *, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .footnote-item > *, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .footnote-item > *, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter .footnote-item > *, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list .footnote-item > *, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .footnote-item > *, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .footnote-item > *, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input .footnote-item > *, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count .footnote-item > *, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p .footnote-item > *, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .footnote-item > *, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .footnote-item > *, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter .footnote-item > *, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list .footnote-item > * {
  vertical-align: text-top;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .footnote-back-link, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .footnote-back-link, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input .footnote-back-link, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count .footnote-back-link, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p .footnote-back-link, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .footnote-back-link, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .footnote-back-link, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter .footnote-back-link, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list .footnote-back-link, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .footnote-back-link, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .footnote-back-link, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input .footnote-back-link, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count .footnote-back-link, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p .footnote-back-link, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .footnote-back-link, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .footnote-back-link, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter .footnote-back-link, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .footnotes .footnote-back-link > sup, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .footnotes .footnote-back-link > sup, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input .footnotes .footnote-back-link > sup, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count .footnotes .footnote-back-link > sup, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p .footnotes .footnote-back-link > sup, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .footnotes .footnote-back-link > sup, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .footnotes .footnote-back-link > sup, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter .footnotes .footnote-back-link > sup, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list .footnotes .footnote-back-link > sup, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .footnotes .footnote-back-link > sup, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .footnotes .footnote-back-link > sup, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input .footnotes .footnote-back-link > sup, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count .footnotes .footnote-back-link > sup, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p .footnotes .footnote-back-link > sup, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .footnotes .footnote-back-link > sup, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .footnotes .footnote-back-link > sup, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter .footnotes .footnote-back-link > sup, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .footnote-item::before, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .footnote-item::before, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input .footnote-item::before, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count .footnote-item::before, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p .footnote-item::before, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .footnote-item::before, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .footnote-item::before, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter .footnote-item::before, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list .footnote-item::before, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .footnote-item::before, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .footnote-item::before, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input .footnote-item::before, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count .footnote-item::before, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p .footnote-item::before, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .footnote-item::before, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .footnote-item::before, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter .footnote-item::before, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .footnote-content, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .footnote-content, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input .footnote-content, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count .footnote-content, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p .footnote-content, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .footnote-content, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .footnote-content, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter .footnote-content, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list .footnote-content, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .footnote-content, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .footnote-content, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input .footnote-content, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count .footnote-content, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p .footnote-content, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .footnote-content, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .footnote-content, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter .footnote-content, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .footnotes, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .footnotes, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input .footnotes, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count .footnotes, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p .footnotes, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .footnotes, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .footnotes, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter .footnotes, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list .footnotes, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .footnotes, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .footnotes, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input .footnotes, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count .footnotes, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p .footnotes, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .footnotes, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .footnotes, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter .footnotes, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .footnotes-sep, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .footnotes-sep, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input .footnotes-sep, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count .footnotes-sep, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p .footnotes-sep, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .footnotes-sep, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .footnotes-sep, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter .footnotes-sep, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list .footnotes-sep, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .footnotes-sep, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .footnotes-sep, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input .footnotes-sep, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count .footnotes-sep, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p .footnotes-sep, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .footnotes-sep, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .footnotes-sep, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter .footnotes-sep, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list .footnotes-sep {
  display: none;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name hr, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time hr, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input hr, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count hr, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p hr, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name hr, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time hr, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter hr, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list hr, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name hr, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time hr, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input hr, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count hr, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p hr, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name hr, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time hr, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter hr, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name h1, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name h2, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name h3, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time h1, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time h2, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time h3, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input h1, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input h2, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input h3, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count h1, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count h2, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count h3, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p h1, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p h2, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p h3, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name h1, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name h2, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name h3, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time h1, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time h2, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time h3, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter h1, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter h2, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter h3, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list h1, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list h2, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list h3, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name h1, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name h2, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name h3, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time h1, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time h2, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time h3, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input h1, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input h2, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input h3, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count h1, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count h2, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count h3, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p h1, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p h2, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p h3, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name h1, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name h2, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name h3, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time h1, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time h2, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time h3, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter h1, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter h2, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter h3, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list h1, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list h2, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name *, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time *, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input *, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count *, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p *, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name *, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time *, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter *, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list *, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name *, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time *, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input *, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count *, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p *, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name *, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time *, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter *, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list * {
  pointer-events: auto;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name > *:hover ~ .spoiler, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time > *:hover ~ .spoiler, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input > *:hover ~ .spoiler, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count > *:hover ~ .spoiler, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p > *:hover ~ .spoiler, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name > *:hover ~ .spoiler, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time > *:hover ~ .spoiler, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter > *:hover ~ .spoiler, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list > *:hover ~ .spoiler, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name > *:hover ~ .spoiler, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time > *:hover ~ .spoiler, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input > *:hover ~ .spoiler, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count > *:hover ~ .spoiler, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p > *:hover ~ .spoiler, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name > *:hover ~ .spoiler, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time > *:hover ~ .spoiler, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter > *:hover ~ .spoiler, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list > *:hover ~ .spoiler {
  color: black;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name > *:hover ~ .spoiler:before, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time > *:hover ~ .spoiler:before, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input > *:hover ~ .spoiler:before, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count > *:hover ~ .spoiler:before, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p > *:hover ~ .spoiler:before, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name > *:hover ~ .spoiler:before, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time > *:hover ~ .spoiler:before, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter > *:hover ~ .spoiler:before, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list > *:hover ~ .spoiler:before, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name > *:hover ~ .spoiler:before, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time > *:hover ~ .spoiler:before, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input > *:hover ~ .spoiler:before, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count > *:hover ~ .spoiler:before, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p > *:hover ~ .spoiler:before, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name > *:hover ~ .spoiler:before, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time > *:hover ~ .spoiler:before, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter > *:hover ~ .spoiler:before, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name hr:after, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time hr:after, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input hr:after, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count hr:after, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p hr:after, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name hr:after, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time hr:after, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter hr:after, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list hr:after, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name hr:after, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time hr:after, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input hr:after, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count hr:after, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p hr:after, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name hr:after, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time hr:after, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter hr:after, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .footnotes sup, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .footnotes sup, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input .footnotes sup, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count .footnotes sup, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p .footnotes sup, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .footnotes sup, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .footnotes sup, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter .footnotes sup, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list .footnotes sup, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .footnotes sup, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .footnotes sup, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input .footnotes sup, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count .footnotes sup, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p .footnotes sup, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .footnotes sup, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .footnotes sup, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter .footnotes sup, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list .footnotes sup {
  margin-right: 10px;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .footnotes ol, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .footnotes ol, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input .footnotes ol, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count .footnotes ol, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p .footnotes ol, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .footnotes ol, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .footnotes ol, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter .footnotes ol, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list .footnotes ol, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .footnotes ol, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .footnotes ol, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input .footnotes ol, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count .footnotes ol, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p .footnotes ol, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .footnotes ol, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .footnotes ol, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter .footnotes ol, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .footnotes li, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .footnotes li, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input .footnotes li, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count .footnotes li, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p .footnotes li, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .footnotes li, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .footnotes li, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter .footnotes li, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list .footnotes li, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .footnotes li, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .footnotes li, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input .footnotes li, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count .footnotes li, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p .footnotes li, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .footnotes li, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .footnotes li, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter .footnotes li, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list .footnotes li {
  font-size: 0.9em;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .footnotes blockquote, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .footnotes blockquote, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input .footnotes blockquote, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count .footnotes blockquote, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p .footnotes blockquote, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .footnotes blockquote, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .footnotes blockquote, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter .footnotes blockquote, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list .footnotes blockquote, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .footnotes blockquote, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .footnotes blockquote, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input .footnotes blockquote, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count .footnotes blockquote, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p .footnotes blockquote, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .footnotes blockquote, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .footnotes blockquote, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter .footnotes blockquote, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name div.metaculus-preview iframe, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time div.metaculus-preview iframe, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input div.metaculus-preview iframe, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count div.metaculus-preview iframe, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p div.metaculus-preview iframe, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name div.metaculus-preview iframe, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time div.metaculus-preview iframe, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter div.metaculus-preview iframe, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list div.metaculus-preview iframe, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name div.metaculus-preview iframe, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time div.metaculus-preview iframe, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input div.metaculus-preview iframe, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count div.metaculus-preview iframe, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p div.metaculus-preview iframe, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name div.metaculus-preview iframe, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time div.metaculus-preview iframe, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter div.metaculus-preview iframe, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p a, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p a:hover, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p a:focus, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p a::after, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p a, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p a:hover, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p a:focus, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p a::after, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input .spoilers > p:hover ~ p a, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input .spoilers > p:hover ~ p a:hover, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input .spoilers > p:hover ~ p a:focus, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input .spoilers > p:hover ~ p a::after, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count .spoilers > p:hover ~ p a, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count .spoilers > p:hover ~ p a:hover, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count .spoilers > p:hover ~ p a:focus, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count .spoilers > p:hover ~ p a::after, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p .spoilers > p:hover ~ p a, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p .spoilers > p:hover ~ p a:hover, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p .spoilers > p:hover ~ p a:focus, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p .spoilers > p:hover ~ p a::after, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p a, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p a:hover, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p a:focus, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p a::after, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p a, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p a:hover, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p a:focus, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p a::after, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter .spoilers > p:hover ~ p a, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter .spoilers > p:hover ~ p a:hover, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter .spoilers > p:hover ~ p a:focus, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter .spoilers > p:hover ~ p a::after, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list .spoilers > p:hover ~ p a, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list .spoilers > p:hover ~ p a:hover, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list .spoilers > p:hover ~ p a:focus, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list .spoilers > p:hover ~ p a::after, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p a, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p a:hover, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p a:focus, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p a::after, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p a, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p a:hover, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p a:focus, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p a::after, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input .spoilers > p:hover ~ p a, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input .spoilers > p:hover ~ p a:hover, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input .spoilers > p:hover ~ p a:focus, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input .spoilers > p:hover ~ p a::after, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count .spoilers > p:hover ~ p a, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count .spoilers > p:hover ~ p a:hover, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count .spoilers > p:hover ~ p a:focus, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count .spoilers > p:hover ~ p a::after, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p .spoilers > p:hover ~ p a, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p .spoilers > p:hover ~ p a:hover, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p .spoilers > p:hover ~ p a:focus, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p .spoilers > p:hover ~ p a::after, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p a, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p a:hover, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p a:focus, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p a::after, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p a, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p a:hover, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p a:focus, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p a::after, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter .spoilers > p:hover ~ p a, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter .spoilers > p:hover ~ p a:hover, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter .spoilers > p:hover ~ p a:focus, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter .spoilers > p:hover ~ p a::after, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list .spoilers > p:hover ~ p a, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list .spoilers > p:hover ~ p a:hover, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list .spoilers > p:hover ~ p a:focus, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list .spoilers > p:hover ~ p a::after {
  color: black;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p code, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p code, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input .spoilers > p:hover ~ p code, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count .spoilers > p:hover ~ p code, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p .spoilers > p:hover ~ p code, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p code, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p code, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter .spoilers > p:hover ~ p code, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list .spoilers > p:hover ~ p code, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p code, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p code, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input .spoilers > p:hover ~ p code, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count .spoilers > p:hover ~ p code, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p .spoilers > p:hover ~ p code, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p code, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p code, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter .spoilers > p:hover ~ p code, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list .spoilers > p:hover ~ p code {
  background-color: black;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover), .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover), .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input div.spoilers:not(:hover), .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count div.spoilers:not(:hover), .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p div.spoilers:not(:hover), .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover), .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover), .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter div.spoilers:not(:hover), .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list div.spoilers:not(:hover), .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover), .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover), .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input div.spoilers:not(:hover), .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count div.spoilers:not(:hover), .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p div.spoilers:not(:hover), .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover), .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover), .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter div.spoilers:not(:hover), .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers:hover, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers:hover, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input div.spoilers:hover, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count div.spoilers:hover, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p div.spoilers:hover, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers:hover, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers:hover, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter div.spoilers:hover, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list div.spoilers:hover, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers:hover, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers:hover, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input div.spoilers:hover, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count div.spoilers:hover, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p div.spoilers:hover, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers:hover, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers:hover, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter div.spoilers:hover, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers > p, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers > p, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input div.spoilers > p, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count div.spoilers > p, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p div.spoilers > p, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers > p, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers > p, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter div.spoilers > p, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list div.spoilers > p, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers > p, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers > p, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input div.spoilers > p, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count div.spoilers > p, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p div.spoilers > p, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers > p, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers > p, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter div.spoilers > p, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover) a, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover) a:hover, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover) a:focus, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover) a::after, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover) a, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover) a:hover, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover) a:focus, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover) a::after, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input div.spoilers:not(:hover) a, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input div.spoilers:not(:hover) a:hover, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input div.spoilers:not(:hover) a:focus, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input div.spoilers:not(:hover) a::after, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count div.spoilers:not(:hover) a, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count div.spoilers:not(:hover) a:hover, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count div.spoilers:not(:hover) a:focus, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count div.spoilers:not(:hover) a::after, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p div.spoilers:not(:hover) a, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p div.spoilers:not(:hover) a:hover, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p div.spoilers:not(:hover) a:focus, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p div.spoilers:not(:hover) a::after, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover) a, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover) a:hover, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover) a:focus, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover) a::after, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover) a, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover) a:hover, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover) a:focus, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover) a::after, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter div.spoilers:not(:hover) a, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter div.spoilers:not(:hover) a:hover, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter div.spoilers:not(:hover) a:focus, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter div.spoilers:not(:hover) a::after, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list div.spoilers:not(:hover) a, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list div.spoilers:not(:hover) a:hover, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list div.spoilers:not(:hover) a:focus, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list div.spoilers:not(:hover) a::after, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover) a, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover) a:hover, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover) a:focus, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover) a::after, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover) a, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover) a:hover, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover) a:focus, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover) a::after, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input div.spoilers:not(:hover) a, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input div.spoilers:not(:hover) a:hover, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input div.spoilers:not(:hover) a:focus, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input div.spoilers:not(:hover) a::after, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count div.spoilers:not(:hover) a, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count div.spoilers:not(:hover) a:hover, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count div.spoilers:not(:hover) a:focus, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count div.spoilers:not(:hover) a::after, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p div.spoilers:not(:hover) a, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p div.spoilers:not(:hover) a:hover, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p div.spoilers:not(:hover) a:focus, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p div.spoilers:not(:hover) a::after, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover) a, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover) a:hover, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover) a:focus, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover) a::after, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover) a, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover) a:hover, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover) a:focus, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover) a::after, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter div.spoilers:not(:hover) a, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter div.spoilers:not(:hover) a:hover, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter div.spoilers:not(:hover) a:focus, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter div.spoilers:not(:hover) a::after, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list div.spoilers:not(:hover) a, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list div.spoilers:not(:hover) a:hover, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list div.spoilers:not(:hover) a:focus, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list div.spoilers:not(:hover) a::after {
  color: black;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover) code, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover) code, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input div.spoilers:not(:hover) code, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count div.spoilers:not(:hover) code, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p div.spoilers:not(:hover) code, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover) code, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover) code, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter div.spoilers:not(:hover) code, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list div.spoilers:not(:hover) code, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover) code, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover) code, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input div.spoilers:not(:hover) code, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count div.spoilers:not(:hover) code, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p div.spoilers:not(:hover) code, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover) code, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover) code, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter div.spoilers:not(:hover) code, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list div.spoilers:not(:hover) code {
  background-color: black;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover), .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover), .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input .spoiler:not(:hover), .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count .spoiler:not(:hover), .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p .spoiler:not(:hover), .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover), .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover), .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter .spoiler:not(:hover), .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list .spoiler:not(:hover), .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover), .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover), .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input .spoiler:not(:hover), .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count .spoiler:not(:hover), .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p .spoiler:not(:hover), .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover), .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover), .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter .spoiler:not(:hover), .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover) a, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover) a:hover, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover) a:focus, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover) a::after, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover) a, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover) a:hover, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover) a:focus, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover) a::after, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input .spoiler:not(:hover) a, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input .spoiler:not(:hover) a:hover, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input .spoiler:not(:hover) a:focus, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input .spoiler:not(:hover) a::after, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count .spoiler:not(:hover) a, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count .spoiler:not(:hover) a:hover, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count .spoiler:not(:hover) a:focus, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count .spoiler:not(:hover) a::after, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p .spoiler:not(:hover) a, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p .spoiler:not(:hover) a:hover, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p .spoiler:not(:hover) a:focus, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p .spoiler:not(:hover) a::after, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover) a, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover) a:hover, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover) a:focus, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover) a::after, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover) a, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover) a:hover, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover) a:focus, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover) a::after, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter .spoiler:not(:hover) a, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter .spoiler:not(:hover) a:hover, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter .spoiler:not(:hover) a:focus, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter .spoiler:not(:hover) a::after, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list .spoiler:not(:hover) a, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list .spoiler:not(:hover) a:hover, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list .spoiler:not(:hover) a:focus, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list .spoiler:not(:hover) a::after, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover) a, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover) a:hover, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover) a:focus, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover) a::after, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover) a, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover) a:hover, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover) a:focus, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover) a::after, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input .spoiler:not(:hover) a, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input .spoiler:not(:hover) a:hover, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input .spoiler:not(:hover) a:focus, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input .spoiler:not(:hover) a::after, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count .spoiler:not(:hover) a, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count .spoiler:not(:hover) a:hover, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count .spoiler:not(:hover) a:focus, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count .spoiler:not(:hover) a::after, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p .spoiler:not(:hover) a, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p .spoiler:not(:hover) a:hover, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p .spoiler:not(:hover) a:focus, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p .spoiler:not(:hover) a::after, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover) a, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover) a:hover, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover) a:focus, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover) a::after, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover) a, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover) a:hover, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover) a:focus, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover) a::after, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter .spoiler:not(:hover) a, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter .spoiler:not(:hover) a:hover, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter .spoiler:not(:hover) a:focus, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter .spoiler:not(:hover) a::after, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list .spoiler:not(:hover) a, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list .spoiler:not(:hover) a:hover, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list .spoiler:not(:hover) a:focus, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list .spoiler:not(:hover) a::after {
  color: black;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover) code, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover) code, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input .spoiler:not(:hover) code, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count .spoiler:not(:hover) code, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p .spoiler:not(:hover) code, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover) code, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover) code, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter .spoiler:not(:hover) code, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list .spoiler:not(:hover) code, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover) code, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover) code, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input .spoiler:not(:hover) code, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count .spoiler:not(:hover) code, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p .spoiler:not(:hover) code, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover) code, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover) code, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter .spoiler:not(:hover) code, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list .spoiler:not(:hover) code {
  background-color: black;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name td p, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name th p, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time td p, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time th p, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input td p, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input th p, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count td p, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count th p, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p td p, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p th p, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name td p, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name th p, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time td p, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time th p, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter td p, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter th p, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list td p, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list th p, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name td p, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name th p, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time td p, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time th p, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input td p, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input th p, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count td p, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count th p, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p td p, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p th p, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name td p, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name th p, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time td p, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time th p, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter td p, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter th p, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list td p, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name td p:first-of-type, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name th p:first-of-type, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time td p:first-of-type, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time th p:first-of-type, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input td p:first-of-type, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input th p:first-of-type, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count td p:first-of-type, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count th p:first-of-type, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p td p:first-of-type, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p th p:first-of-type, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name td p:first-of-type, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name th p:first-of-type, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time td p:first-of-type, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time th p:first-of-type, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter td p:first-of-type, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter th p:first-of-type, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list td p:first-of-type, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list th p:first-of-type, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name td p:first-of-type, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name th p:first-of-type, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time td p:first-of-type, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time th p:first-of-type, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input td p:first-of-type, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input th p:first-of-type, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count td p:first-of-type, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count th p:first-of-type, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p td p:first-of-type, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p th p:first-of-type, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name td p:first-of-type, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name th p:first-of-type, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time td p:first-of-type, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time th p:first-of-type, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter td p:first-of-type, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter th p:first-of-type, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list td p:first-of-type, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list th p:first-of-type {
  margin-top: 0;
}
.EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name a u, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name a:hover u, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name a:active u, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time a u, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time a:hover u, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time a:active u, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input a u, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input a:hover u, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-comment__input a:active u, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count a u, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count a:hover u, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-thread__comment-count a:active u, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p a u, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p a:hover u, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__main p a:active u, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name a u, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name a:hover u, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-name a:active u, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time a u, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time a:hover u, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-annotation__info-time a:active u, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter a u, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter a:hover u, .EditorFormComponent-answerStyles .ck.ck-sidebar .ck-presence-list__counter a:active u, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list a u, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list a:hover u, .EditorFormComponent-answerStyles .ck.ck-sidebar.ck-presence-list a:active u, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name a u, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name a:hover u, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name a:active u, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time a u, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time a:hover u, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time a:active u, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input a u, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input a:hover u, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-comment__input a:active u, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count a u, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count a:hover u, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-thread__comment-count a:active u, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p a u, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p a:hover u, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__main p a:active u, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name a u, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name a:hover u, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-name a:active u, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time a u, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time a:hover u, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-annotation__info-time a:active u, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter a u, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter a:hover u, .EditorFormComponent-answerStyles .ck.ck-presence-list .ck-presence-list__counter a:active u, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list a u, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list a:hover u, .EditorFormComponent-answerStyles .ck.ck-presence-list.ck-presence-list a:active u {
  text-decoration: none;
}
.EditorFormComponent-answerStyles .ck.ck-content p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.EditorFormComponent-answerStyles .ck.ck-content .table table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.EditorFormComponent-answerStyles .ck.ck-content .table table td, .EditorFormComponent-answerStyles .ck.ck-content .table table th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.EditorFormComponent-answerStyles .ck.ck-content .table table th {
  background: #fafafa;
  font-weight: 700;
}
.EditorFormComponent-answerStyles .ck.ck-content .ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected, .EditorFormComponent-answerStyles .ck.ck-content .ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected {
  outline: none;
}
.EditorFormComponent-answerStyles .ck.ck-content .image>figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: unset;
  line-height: 1.375em;
  background-color: unset;
}
.EditorFormComponent-answerStyles .ck.ck-content hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.EditorFormComponent-answerStyles .ck.ck-content hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.EditorFormComponent-answerStyles .ck.ck-content .table table td p, .EditorFormComponent-answerStyles .ck.ck-content .table table th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.EditorFormComponent-answerStyles .ck.ck-content .table table td p:first-of-type, .EditorFormComponent-answerStyles .ck.ck-content .table table th p:first-of-type {
  margin-top: 0;
}
.EditorFormComponent-answerStyles .ck.ck-content p:first-of-type {
  margin-top: 0;
}
.EditorFormComponent-answerStyles .ck blockquote p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.EditorFormComponent-answerStyles .ck blockquote .public-DraftStyleDefault-block {
  margin-top: 0;
  margin-bottom: 0;
}
.EditorFormComponent-answerStyles .ck blockquote p:first-child {
  margin-top: 0;
}
style~.EditorFormComponent-answerStyles .ck blockquote p {
  margin-top: 0;
}
.EditorFormComponent-answerStyles .ck blockquote p:last-child {
  margin-bottom: 0;
}
.EditorFormComponent-answerStyles hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.EditorFormComponent-answerStyles .footnotes sup {
  margin-right: 10px;
}
.EditorFormComponent-answerStyles .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.EditorFormComponent-answerStyles .footnotes li {
  font-size: 0.9em;
}
.EditorFormComponent-answerStyles .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.EditorFormComponent-answerStyles figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-answerStyles figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.EditorFormComponent-answerStyles div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.EditorFormComponent-answerStyles .spoilers > p:hover ~ p a, .EditorFormComponent-answerStyles .spoilers > p:hover ~ p a:hover, .EditorFormComponent-answerStyles .spoilers > p:hover ~ p a:focus, .EditorFormComponent-answerStyles .spoilers > p:hover ~ p a::after {
  color: black;
}
.EditorFormComponent-answerStyles .spoilers > p:hover ~ p code {
  background-color: black;
}
.EditorFormComponent-answerStyles div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.EditorFormComponent-answerStyles div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.EditorFormComponent-answerStyles div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.EditorFormComponent-answerStyles div.spoilers:not(:hover) a, .EditorFormComponent-answerStyles div.spoilers:not(:hover) a:hover, .EditorFormComponent-answerStyles div.spoilers:not(:hover) a:focus, .EditorFormComponent-answerStyles div.spoilers:not(:hover) a::after {
  color: black;
}
.EditorFormComponent-answerStyles div.spoilers:not(:hover) code {
  background-color: black;
}
.EditorFormComponent-answerStyles .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.EditorFormComponent-answerStyles .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.EditorFormComponent-answerStyles .spoiler:not(:hover) a, .EditorFormComponent-answerStyles .spoiler:not(:hover) a:hover, .EditorFormComponent-answerStyles .spoiler:not(:hover) a:focus, .EditorFormComponent-answerStyles .spoiler:not(:hover) a::after {
  color: black;
}
.EditorFormComponent-answerStyles .spoiler:not(:hover) code {
  background-color: black;
}
.EditorFormComponent-answerStyles td p, .EditorFormComponent-answerStyles th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.EditorFormComponent-answerStyles td p:first-of-type, .EditorFormComponent-answerStyles th p:first-of-type {
  margin-top: 0;
}
.EditorFormComponent-answerStyles a u, .EditorFormComponent-answerStyles a:hover u, .EditorFormComponent-answerStyles a:active u {
  text-decoration: none;
}
.EditorFormComponent-commentBodyStyles {
  color: rgba(0, 0, 0, 0.87);
  cursor: text;
  padding: 0;
  font-size: 1.16rem;
  word-break: break-word;
  margin-top: 0;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: 0;
  pointer-events: auto;
}
.EditorFormComponent-commentBodyStyles .public-DraftStyleDefault-block {
  margin-top: 1em;
  margin-bottom: 1em;
}
.EditorFormComponent-commentBodyStyles code .public-DraftStyleDefault-block {
  margin-top: 0;
  margin-bottom: 0;
}
.EditorFormComponent-commentBodyStyles blockquote .public-DraftStyleDefault-block {
  margin-top: 0;
  margin-bottom: 0;
}
.EditorFormComponent-commentBodyStyles .spoiler:not(:hover) * {
  background-color: black !important;
}
.EditorFormComponent-commentBodyStyles pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.EditorFormComponent-commentBodyStyles code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.EditorFormComponent-commentBodyStyles blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.EditorFormComponent-commentBodyStyles li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.EditorFormComponent-commentBodyStyles h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.EditorFormComponent-commentBodyStyles h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.EditorFormComponent-commentBodyStyles h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.EditorFormComponent-commentBodyStyles h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.EditorFormComponent-commentBodyStyles h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.EditorFormComponent-commentBodyStyles h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.EditorFormComponent-commentBodyStyles h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.EditorFormComponent-commentBodyStyles img {
  max-width: 100%;
}
.EditorFormComponent-commentBodyStyles sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.EditorFormComponent-commentBodyStyles sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.EditorFormComponent-commentBodyStyles a, .EditorFormComponent-commentBodyStyles a:hover, .EditorFormComponent-commentBodyStyles a:active {
  color: #C03A44;
}
.EditorFormComponent-commentBodyStyles table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.EditorFormComponent-commentBodyStyles figure.table {
  display: table;
}
.EditorFormComponent-commentBodyStyles td, .EditorFormComponent-commentBodyStyles th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.EditorFormComponent-commentBodyStyles th {
  background: #fafafa;
  font-weight: 700;
}
.EditorFormComponent-commentBodyStyles figure {
  margin: 1em auto;
  text-align: center;
}
.EditorFormComponent-commentBodyStyles figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.EditorFormComponent-commentBodyStyles p.spoiler {
  margin: 0;
}
.EditorFormComponent-commentBodyStyles .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.EditorFormComponent-commentBodyStyles div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.EditorFormComponent-commentBodyStyles p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.EditorFormComponent-commentBodyStyles .spoilers:not(:hover)::selection, .EditorFormComponent-commentBodyStyles .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.EditorFormComponent-commentBodyStyles .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.EditorFormComponent-commentBodyStyles div.metaculus-preview {
  background-color: #2c3947;
}
.EditorFormComponent-commentBodyStyles figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-commentBodyStyles figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.EditorFormComponent-commentBodyStyles .footnote-section {
  counter-reset: footnote-counter;
}
.EditorFormComponent-commentBodyStyles .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.EditorFormComponent-commentBodyStyles .footnote-item > * {
  vertical-align: text-top;
}
.EditorFormComponent-commentBodyStyles .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.EditorFormComponent-commentBodyStyles .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.EditorFormComponent-commentBodyStyles .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.EditorFormComponent-commentBodyStyles .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.EditorFormComponent-commentBodyStyles .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.EditorFormComponent-commentBodyStyles .footnotes-sep {
  display: none;
}
.EditorFormComponent-commentBodyStyles hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.EditorFormComponent-commentBodyStyles h1, .EditorFormComponent-commentBodyStyles h2, .EditorFormComponent-commentBodyStyles h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.EditorFormComponent-commentBodyStyles * {
  pointer-events: auto;
}
.EditorFormComponent-commentBodyStyles > *:hover ~ .spoiler {
  color: black;
}
.EditorFormComponent-commentBodyStyles > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
.EditorFormComponent-commentBodyStyles .ck {
  --ck-spacing-standard: 8px;
}
.EditorFormComponent-commentBodyStyles .ck code .public-DraftStyleDefault-block {
  margin-top: 0;
  margin-bottom: 0;
}
.EditorFormComponent-commentBodyStyles .ck blockquote {
  font-style: unset;
  font-weight: 400;
  padding-top: 12px;
  border-left: solid 3px #e0e0e0;
  margin-left: 24px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
}
.EditorFormComponent-commentBodyStyles .ck.ck-content {
  margin-left: -8px;
  --ck-focus-ring: solid 1px rgba(0,0,0,0);
  --ck-inner-shadow: none;
  --ck-focus-outer-shadow: none;
  --ck-focus-outer-shadow-geometry: none;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list {
  --ck-color-comment-count: #C03A44;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar li, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list li {
  font-size: unset;
  font-family: unset;
  font-weight: unset;
  line-height: unset;
  margin-bottom: unset;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment:after, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment:after {
  display: none;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  word-break: break-word;
  margin-top: 0;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  align-items: flex-start;
  margin-bottom: 12px;
  pointer-events: none;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list {
  margin-bottom: 32px;
  --ck-user-avatar-size: 20px;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count {
  color: #757575;
  margin: 0;
  padding-left: 16px;
  padding-bottom: .5em;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input {
  padding-left: 16px;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__input, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__input {
  width: 100%;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__wrapper, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__wrapper {
  border-top: solid 1px rgba(0,0,0,.15);
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time {
  color: #757575;
  font-size: 1rem;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__user, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__user, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__user, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__user {
  display: none;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count:before, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count:before {
  content: "\25B6";
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list .ck-user, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list .ck-user {
  margin-top: 0;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name pre, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time pre, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input pre, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count pre, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p pre, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name pre, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time pre, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter pre, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list pre, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name pre, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time pre, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input pre, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count pre, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p pre, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name pre, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time pre, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter pre, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name code, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time code, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input code, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count code, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p code, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name code, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time code, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter code, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list code, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name code, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time code, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input code, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count code, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p code, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name code, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time code, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter code, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name blockquote, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time blockquote, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input blockquote, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count blockquote, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p blockquote, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name blockquote, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time blockquote, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter blockquote, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list blockquote, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name blockquote, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time blockquote, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input blockquote, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count blockquote, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p blockquote, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name blockquote, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time blockquote, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter blockquote, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name li, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time li, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input li, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count li, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p li, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name li, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time li, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter li, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list li, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name li, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time li, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input li, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count li, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p li, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name li, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time li, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter li, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name h1, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time h1, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input h1, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count h1, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p h1, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name h1, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time h1, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter h1, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list h1, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name h1, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time h1, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input h1, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count h1, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p h1, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name h1, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time h1, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter h1, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name h1:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time h1:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input h1:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count h1:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p h1:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name h1:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time h1:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter h1:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list h1:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name h1:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time h1:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input h1:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count h1:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p h1:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name h1:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time h1:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter h1:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name h2, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time h2, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input h2, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count h2, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p h2, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name h2, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time h2, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter h2, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list h2, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name h2, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time h2, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input h2, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count h2, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p h2, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name h2, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time h2, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter h2, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name h2:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time h2:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input h2:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count h2:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p h2:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name h2:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time h2:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter h2:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list h2:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name h2:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time h2:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input h2:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count h2:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p h2:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name h2:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time h2:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter h2:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name h3, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time h3, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input h3, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count h3, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p h3, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name h3, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time h3, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter h3, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list h3, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name h3, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time h3, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input h3, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count h3, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p h3, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name h3, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time h3, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter h3, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name h3:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time h3:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input h3:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count h3:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p h3:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name h3:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time h3:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter h3:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list h3:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name h3:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time h3:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input h3:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count h3:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p h3:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name h3:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time h3:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter h3:first-child, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name h4, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time h4, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input h4, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count h4, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p h4, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name h4, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time h4, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter h4, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list h4, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name h4, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time h4, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input h4, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count h4, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p h4, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name h4, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time h4, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter h4, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name img, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time img, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input img, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count img, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p img, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name img, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time img, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter img, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list img, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name img, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time img, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input img, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count img, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p img, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name img, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time img, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter img, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list img {
  max-width: 100%;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name sup, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time sup, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input sup, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count sup, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p sup, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name sup, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time sup, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter sup, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list sup, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name sup, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time sup, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input sup, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count sup, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p sup, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name sup, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time sup, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter sup, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name sub, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time sub, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input sub, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count sub, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p sub, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name sub, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time sub, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter sub, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list sub, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name sub, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time sub, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input sub, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count sub, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p sub, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name sub, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time sub, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter sub, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name a, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name a:active, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time a, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time a:active, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input a, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input a:active, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count a, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count a:active, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p a, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p a:active, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name a, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name a:active, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time a, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time a:active, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter a, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter a:active, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list a, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list a:active, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name a, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name a:active, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time a, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time a:active, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input a, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input a:active, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count a, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count a:active, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p a, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p a:active, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name a, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name a:active, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time a, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time a:active, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter a, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter a:active, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list a, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list a:active {
  color: #C03A44;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name table, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time table, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input table, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count table, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p table, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name table, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time table, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter table, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list table, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name table, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time table, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input table, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count table, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p table, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name table, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time table, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter table, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name figure.table, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time figure.table, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input figure.table, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count figure.table, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p figure.table, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name figure.table, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time figure.table, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter figure.table, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list figure.table, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name figure.table, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time figure.table, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input figure.table, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count figure.table, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p figure.table, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name figure.table, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time figure.table, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter figure.table, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list figure.table {
  display: table;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name td, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name th, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time td, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time th, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input td, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input th, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count td, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count th, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p td, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p th, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name td, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name th, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time td, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time th, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter td, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter th, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list td, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list th, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name td, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name th, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time td, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time th, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input td, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input th, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count td, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count th, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p td, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p th, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name td, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name th, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time td, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time th, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter td, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter th, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list td, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name th, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time th, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input th, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count th, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p th, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name th, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time th, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter th, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list th, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name th, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time th, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input th, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count th, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p th, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name th, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time th, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter th, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list th {
  background: #fafafa;
  font-weight: 700;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name figure, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time figure, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input figure, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count figure, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p figure, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name figure, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time figure, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter figure, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list figure, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name figure, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time figure, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input figure, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count figure, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p figure, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name figure, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time figure, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter figure, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list figure {
  margin: 1em auto;
  text-align: center;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name figcaption, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time figcaption, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input figcaption, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count figcaption, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p figcaption, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name figcaption, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time figcaption, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter figcaption, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list figcaption, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name figcaption, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time figcaption, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input figcaption, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count figcaption, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p figcaption, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name figcaption, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time figcaption, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter figcaption, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name p.spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time p.spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input p.spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count p.spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p p.spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name p.spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time p.spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter p.spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list p.spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name p.spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time p.spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input p.spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count p.spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p p.spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name p.spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time p.spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter p.spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list p.spoiler {
  margin: 0;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input .spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count .spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p .spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter .spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list .spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input .spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count .spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p .spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter .spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input div.spoilers, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count div.spoilers, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p div.spoilers, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter div.spoilers, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list div.spoilers, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input div.spoilers, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count div.spoilers, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p div.spoilers, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter div.spoilers, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name p.spoiler-v2, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time p.spoiler-v2, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input p.spoiler-v2, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count p.spoiler-v2, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p p.spoiler-v2, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name p.spoiler-v2, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time p.spoiler-v2, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter p.spoiler-v2, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list p.spoiler-v2, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name p.spoiler-v2, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time p.spoiler-v2, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input p.spoiler-v2, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count p.spoiler-v2, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p p.spoiler-v2, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name p.spoiler-v2, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time p.spoiler-v2, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter p.spoiler-v2, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers:not(:hover)::selection, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers:not(:hover) ::selection, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers:not(:hover)::selection, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers:not(:hover) ::selection, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input .spoilers:not(:hover)::selection, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input .spoilers:not(:hover) ::selection, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count .spoilers:not(:hover)::selection, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count .spoilers:not(:hover) ::selection, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p .spoilers:not(:hover)::selection, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p .spoilers:not(:hover) ::selection, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers:not(:hover)::selection, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers:not(:hover) ::selection, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers:not(:hover)::selection, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers:not(:hover) ::selection, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter .spoilers:not(:hover)::selection, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter .spoilers:not(:hover) ::selection, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list .spoilers:not(:hover)::selection, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list .spoilers:not(:hover) ::selection, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers:not(:hover)::selection, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers:not(:hover) ::selection, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers:not(:hover)::selection, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers:not(:hover) ::selection, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input .spoilers:not(:hover)::selection, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input .spoilers:not(:hover) ::selection, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count .spoilers:not(:hover)::selection, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count .spoilers:not(:hover) ::selection, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p .spoilers:not(:hover)::selection, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p .spoilers:not(:hover) ::selection, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers:not(:hover)::selection, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers:not(:hover) ::selection, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers:not(:hover)::selection, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers:not(:hover) ::selection, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter .spoilers:not(:hover)::selection, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter .spoilers:not(:hover) ::selection, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list .spoilers:not(:hover)::selection, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input .spoilers > p:hover ~ p, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count .spoilers > p:hover ~ p, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p .spoilers > p:hover ~ p, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter .spoilers > p:hover ~ p, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list .spoilers > p:hover ~ p, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input .spoilers > p:hover ~ p, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count .spoilers > p:hover ~ p, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p .spoilers > p:hover ~ p, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter .spoilers > p:hover ~ p, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name div.metaculus-preview, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time div.metaculus-preview, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input div.metaculus-preview, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count div.metaculus-preview, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p div.metaculus-preview, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name div.metaculus-preview, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time div.metaculus-preview, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter div.metaculus-preview, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list div.metaculus-preview, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name div.metaculus-preview, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time div.metaculus-preview, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input div.metaculus-preview, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count div.metaculus-preview, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p div.metaculus-preview, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name div.metaculus-preview, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time div.metaculus-preview, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter div.metaculus-preview, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list div.metaculus-preview {
  background-color: #2c3947;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter figure.media div[data-oembed-url*="youtu.be"], .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list figure.media div[data-oembed-url*="youtube.com"], .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnote-section, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnote-section, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input .footnote-section, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count .footnote-section, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p .footnote-section, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnote-section, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnote-section, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter .footnote-section, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list .footnote-section, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnote-section, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnote-section, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input .footnote-section, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count .footnote-section, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p .footnote-section, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnote-section, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnote-section, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter .footnote-section, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list .footnote-section {
  counter-reset: footnote-counter;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnote-item, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnote-item, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input .footnote-item, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count .footnote-item, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p .footnote-item, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnote-item, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnote-item, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter .footnote-item, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list .footnote-item, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnote-item, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnote-item, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input .footnote-item, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count .footnote-item, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p .footnote-item, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnote-item, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnote-item, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter .footnote-item, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnote-item > *, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnote-item > *, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input .footnote-item > *, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count .footnote-item > *, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p .footnote-item > *, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnote-item > *, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnote-item > *, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter .footnote-item > *, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list .footnote-item > *, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnote-item > *, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnote-item > *, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input .footnote-item > *, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count .footnote-item > *, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p .footnote-item > *, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnote-item > *, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnote-item > *, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter .footnote-item > *, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list .footnote-item > * {
  vertical-align: text-top;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnote-back-link, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnote-back-link, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input .footnote-back-link, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count .footnote-back-link, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p .footnote-back-link, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnote-back-link, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnote-back-link, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter .footnote-back-link, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list .footnote-back-link, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnote-back-link, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnote-back-link, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input .footnote-back-link, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count .footnote-back-link, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p .footnote-back-link, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnote-back-link, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnote-back-link, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter .footnote-back-link, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnotes .footnote-back-link > sup, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnotes .footnote-back-link > sup, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input .footnotes .footnote-back-link > sup, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count .footnotes .footnote-back-link > sup, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p .footnotes .footnote-back-link > sup, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnotes .footnote-back-link > sup, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnotes .footnote-back-link > sup, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter .footnotes .footnote-back-link > sup, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list .footnotes .footnote-back-link > sup, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnotes .footnote-back-link > sup, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnotes .footnote-back-link > sup, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input .footnotes .footnote-back-link > sup, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count .footnotes .footnote-back-link > sup, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p .footnotes .footnote-back-link > sup, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnotes .footnote-back-link > sup, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnotes .footnote-back-link > sup, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter .footnotes .footnote-back-link > sup, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnote-item::before, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnote-item::before, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input .footnote-item::before, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count .footnote-item::before, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p .footnote-item::before, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnote-item::before, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnote-item::before, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter .footnote-item::before, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list .footnote-item::before, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnote-item::before, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnote-item::before, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input .footnote-item::before, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count .footnote-item::before, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p .footnote-item::before, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnote-item::before, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnote-item::before, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter .footnote-item::before, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnote-content, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnote-content, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input .footnote-content, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count .footnote-content, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p .footnote-content, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnote-content, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnote-content, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter .footnote-content, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list .footnote-content, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnote-content, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnote-content, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input .footnote-content, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count .footnote-content, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p .footnote-content, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnote-content, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnote-content, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter .footnote-content, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnotes, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnotes, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input .footnotes, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count .footnotes, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p .footnotes, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnotes, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnotes, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter .footnotes, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list .footnotes, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnotes, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnotes, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input .footnotes, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count .footnotes, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p .footnotes, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnotes, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnotes, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter .footnotes, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnotes-sep, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnotes-sep, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input .footnotes-sep, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count .footnotes-sep, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p .footnotes-sep, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnotes-sep, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnotes-sep, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter .footnotes-sep, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list .footnotes-sep, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnotes-sep, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnotes-sep, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input .footnotes-sep, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count .footnotes-sep, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p .footnotes-sep, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnotes-sep, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnotes-sep, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter .footnotes-sep, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list .footnotes-sep {
  display: none;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name hr, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time hr, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input hr, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count hr, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p hr, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name hr, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time hr, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter hr, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list hr, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name hr, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time hr, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input hr, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count hr, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p hr, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name hr, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time hr, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter hr, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name h1, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name h2, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name h3, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time h1, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time h2, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time h3, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input h1, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input h2, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input h3, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count h1, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count h2, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count h3, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p h1, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p h2, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p h3, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name h1, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name h2, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name h3, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time h1, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time h2, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time h3, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter h1, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter h2, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter h3, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list h1, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list h2, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list h3, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name h1, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name h2, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name h3, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time h1, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time h2, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time h3, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input h1, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input h2, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input h3, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count h1, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count h2, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count h3, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p h1, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p h2, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p h3, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name h1, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name h2, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name h3, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time h1, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time h2, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time h3, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter h1, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter h2, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter h3, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list h1, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list h2, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name *, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time *, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input *, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count *, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p *, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name *, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time *, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter *, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list *, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name *, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time *, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input *, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count *, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p *, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name *, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time *, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter *, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list * {
  pointer-events: auto;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name > *:hover ~ .spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time > *:hover ~ .spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input > *:hover ~ .spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count > *:hover ~ .spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p > *:hover ~ .spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name > *:hover ~ .spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time > *:hover ~ .spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter > *:hover ~ .spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list > *:hover ~ .spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name > *:hover ~ .spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time > *:hover ~ .spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input > *:hover ~ .spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count > *:hover ~ .spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p > *:hover ~ .spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name > *:hover ~ .spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time > *:hover ~ .spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter > *:hover ~ .spoiler, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list > *:hover ~ .spoiler {
  color: black;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name > *:hover ~ .spoiler:before, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time > *:hover ~ .spoiler:before, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input > *:hover ~ .spoiler:before, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count > *:hover ~ .spoiler:before, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p > *:hover ~ .spoiler:before, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name > *:hover ~ .spoiler:before, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time > *:hover ~ .spoiler:before, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter > *:hover ~ .spoiler:before, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list > *:hover ~ .spoiler:before, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name > *:hover ~ .spoiler:before, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time > *:hover ~ .spoiler:before, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input > *:hover ~ .spoiler:before, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count > *:hover ~ .spoiler:before, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p > *:hover ~ .spoiler:before, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name > *:hover ~ .spoiler:before, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time > *:hover ~ .spoiler:before, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter > *:hover ~ .spoiler:before, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name hr:after, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time hr:after, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input hr:after, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count hr:after, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p hr:after, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name hr:after, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time hr:after, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter hr:after, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list hr:after, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name hr:after, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time hr:after, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input hr:after, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count hr:after, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p hr:after, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name hr:after, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time hr:after, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter hr:after, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnotes sup, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnotes sup, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input .footnotes sup, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count .footnotes sup, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p .footnotes sup, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnotes sup, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnotes sup, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter .footnotes sup, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list .footnotes sup, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnotes sup, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnotes sup, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input .footnotes sup, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count .footnotes sup, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p .footnotes sup, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnotes sup, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnotes sup, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter .footnotes sup, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list .footnotes sup {
  margin-right: 10px;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnotes ol, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnotes ol, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input .footnotes ol, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count .footnotes ol, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p .footnotes ol, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnotes ol, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnotes ol, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter .footnotes ol, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list .footnotes ol, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnotes ol, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnotes ol, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input .footnotes ol, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count .footnotes ol, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p .footnotes ol, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnotes ol, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnotes ol, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter .footnotes ol, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnotes li, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnotes li, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input .footnotes li, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count .footnotes li, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p .footnotes li, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnotes li, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnotes li, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter .footnotes li, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list .footnotes li, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnotes li, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnotes li, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input .footnotes li, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count .footnotes li, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p .footnotes li, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnotes li, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnotes li, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter .footnotes li, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list .footnotes li {
  font-size: 0.9em;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnotes blockquote, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnotes blockquote, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input .footnotes blockquote, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count .footnotes blockquote, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p .footnotes blockquote, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .footnotes blockquote, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .footnotes blockquote, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter .footnotes blockquote, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list .footnotes blockquote, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnotes blockquote, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnotes blockquote, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input .footnotes blockquote, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count .footnotes blockquote, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p .footnotes blockquote, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .footnotes blockquote, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .footnotes blockquote, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter .footnotes blockquote, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter figure.media div[data-oembed-url*="youtu.be"] iframe, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name div.metaculus-preview iframe, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time div.metaculus-preview iframe, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input div.metaculus-preview iframe, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count div.metaculus-preview iframe, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p div.metaculus-preview iframe, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name div.metaculus-preview iframe, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time div.metaculus-preview iframe, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter div.metaculus-preview iframe, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list div.metaculus-preview iframe, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name div.metaculus-preview iframe, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time div.metaculus-preview iframe, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input div.metaculus-preview iframe, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count div.metaculus-preview iframe, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p div.metaculus-preview iframe, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name div.metaculus-preview iframe, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time div.metaculus-preview iframe, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter div.metaculus-preview iframe, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p a, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p a::after, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p a, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p a::after, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input .spoilers > p:hover ~ p a, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input .spoilers > p:hover ~ p a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input .spoilers > p:hover ~ p a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input .spoilers > p:hover ~ p a::after, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count .spoilers > p:hover ~ p a, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count .spoilers > p:hover ~ p a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count .spoilers > p:hover ~ p a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count .spoilers > p:hover ~ p a::after, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p .spoilers > p:hover ~ p a, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p .spoilers > p:hover ~ p a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p .spoilers > p:hover ~ p a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p .spoilers > p:hover ~ p a::after, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p a, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p a::after, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p a, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p a::after, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter .spoilers > p:hover ~ p a, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter .spoilers > p:hover ~ p a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter .spoilers > p:hover ~ p a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter .spoilers > p:hover ~ p a::after, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list .spoilers > p:hover ~ p a, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list .spoilers > p:hover ~ p a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list .spoilers > p:hover ~ p a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list .spoilers > p:hover ~ p a::after, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p a, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p a::after, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p a, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p a::after, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input .spoilers > p:hover ~ p a, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input .spoilers > p:hover ~ p a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input .spoilers > p:hover ~ p a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input .spoilers > p:hover ~ p a::after, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count .spoilers > p:hover ~ p a, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count .spoilers > p:hover ~ p a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count .spoilers > p:hover ~ p a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count .spoilers > p:hover ~ p a::after, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p .spoilers > p:hover ~ p a, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p .spoilers > p:hover ~ p a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p .spoilers > p:hover ~ p a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p .spoilers > p:hover ~ p a::after, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p a, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p a::after, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p a, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p a::after, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter .spoilers > p:hover ~ p a, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter .spoilers > p:hover ~ p a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter .spoilers > p:hover ~ p a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter .spoilers > p:hover ~ p a::after, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list .spoilers > p:hover ~ p a, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list .spoilers > p:hover ~ p a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list .spoilers > p:hover ~ p a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list .spoilers > p:hover ~ p a::after {
  color: black;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p code, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p code, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input .spoilers > p:hover ~ p code, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count .spoilers > p:hover ~ p code, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p .spoilers > p:hover ~ p code, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p code, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p code, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter .spoilers > p:hover ~ p code, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list .spoilers > p:hover ~ p code, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p code, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p code, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input .spoilers > p:hover ~ p code, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count .spoilers > p:hover ~ p code, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p .spoilers > p:hover ~ p code, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p code, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p code, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter .spoilers > p:hover ~ p code, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list .spoilers > p:hover ~ p code {
  background-color: black;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover), .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover), .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input div.spoilers:not(:hover), .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count div.spoilers:not(:hover), .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p div.spoilers:not(:hover), .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover), .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover), .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter div.spoilers:not(:hover), .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list div.spoilers:not(:hover), .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover), .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover), .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input div.spoilers:not(:hover), .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count div.spoilers:not(:hover), .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p div.spoilers:not(:hover), .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover), .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover), .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter div.spoilers:not(:hover), .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers:hover, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers:hover, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input div.spoilers:hover, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count div.spoilers:hover, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p div.spoilers:hover, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers:hover, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers:hover, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter div.spoilers:hover, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list div.spoilers:hover, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers:hover, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers:hover, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input div.spoilers:hover, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count div.spoilers:hover, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p div.spoilers:hover, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers:hover, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers:hover, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter div.spoilers:hover, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers > p, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers > p, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input div.spoilers > p, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count div.spoilers > p, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p div.spoilers > p, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers > p, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers > p, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter div.spoilers > p, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list div.spoilers > p, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers > p, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers > p, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input div.spoilers > p, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count div.spoilers > p, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p div.spoilers > p, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers > p, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers > p, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter div.spoilers > p, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover) a, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover) a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover) a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover) a::after, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover) a, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover) a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover) a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover) a::after, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input div.spoilers:not(:hover) a, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input div.spoilers:not(:hover) a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input div.spoilers:not(:hover) a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input div.spoilers:not(:hover) a::after, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count div.spoilers:not(:hover) a, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count div.spoilers:not(:hover) a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count div.spoilers:not(:hover) a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count div.spoilers:not(:hover) a::after, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p div.spoilers:not(:hover) a, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p div.spoilers:not(:hover) a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p div.spoilers:not(:hover) a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p div.spoilers:not(:hover) a::after, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover) a, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover) a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover) a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover) a::after, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover) a, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover) a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover) a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover) a::after, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter div.spoilers:not(:hover) a, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter div.spoilers:not(:hover) a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter div.spoilers:not(:hover) a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter div.spoilers:not(:hover) a::after, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list div.spoilers:not(:hover) a, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list div.spoilers:not(:hover) a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list div.spoilers:not(:hover) a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list div.spoilers:not(:hover) a::after, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover) a, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover) a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover) a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover) a::after, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover) a, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover) a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover) a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover) a::after, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input div.spoilers:not(:hover) a, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input div.spoilers:not(:hover) a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input div.spoilers:not(:hover) a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input div.spoilers:not(:hover) a::after, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count div.spoilers:not(:hover) a, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count div.spoilers:not(:hover) a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count div.spoilers:not(:hover) a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count div.spoilers:not(:hover) a::after, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p div.spoilers:not(:hover) a, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p div.spoilers:not(:hover) a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p div.spoilers:not(:hover) a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p div.spoilers:not(:hover) a::after, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover) a, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover) a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover) a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover) a::after, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover) a, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover) a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover) a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover) a::after, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter div.spoilers:not(:hover) a, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter div.spoilers:not(:hover) a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter div.spoilers:not(:hover) a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter div.spoilers:not(:hover) a::after, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list div.spoilers:not(:hover) a, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list div.spoilers:not(:hover) a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list div.spoilers:not(:hover) a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list div.spoilers:not(:hover) a::after {
  color: black;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover) code, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover) code, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input div.spoilers:not(:hover) code, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count div.spoilers:not(:hover) code, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p div.spoilers:not(:hover) code, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover) code, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover) code, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter div.spoilers:not(:hover) code, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list div.spoilers:not(:hover) code, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover) code, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover) code, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input div.spoilers:not(:hover) code, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count div.spoilers:not(:hover) code, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p div.spoilers:not(:hover) code, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover) code, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover) code, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter div.spoilers:not(:hover) code, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list div.spoilers:not(:hover) code {
  background-color: black;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter .spoiler .public-DraftStyleDefault-block, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover), .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover), .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input .spoiler:not(:hover), .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count .spoiler:not(:hover), .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p .spoiler:not(:hover), .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover), .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover), .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter .spoiler:not(:hover), .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list .spoiler:not(:hover), .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover), .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover), .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input .spoiler:not(:hover), .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count .spoiler:not(:hover), .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p .spoiler:not(:hover), .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover), .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover), .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter .spoiler:not(:hover), .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover) a, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover) a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover) a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover) a::after, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover) a, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover) a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover) a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover) a::after, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input .spoiler:not(:hover) a, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input .spoiler:not(:hover) a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input .spoiler:not(:hover) a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input .spoiler:not(:hover) a::after, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count .spoiler:not(:hover) a, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count .spoiler:not(:hover) a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count .spoiler:not(:hover) a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count .spoiler:not(:hover) a::after, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p .spoiler:not(:hover) a, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p .spoiler:not(:hover) a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p .spoiler:not(:hover) a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p .spoiler:not(:hover) a::after, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover) a, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover) a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover) a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover) a::after, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover) a, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover) a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover) a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover) a::after, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter .spoiler:not(:hover) a, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter .spoiler:not(:hover) a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter .spoiler:not(:hover) a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter .spoiler:not(:hover) a::after, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list .spoiler:not(:hover) a, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list .spoiler:not(:hover) a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list .spoiler:not(:hover) a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list .spoiler:not(:hover) a::after, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover) a, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover) a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover) a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover) a::after, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover) a, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover) a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover) a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover) a::after, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input .spoiler:not(:hover) a, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input .spoiler:not(:hover) a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input .spoiler:not(:hover) a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input .spoiler:not(:hover) a::after, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count .spoiler:not(:hover) a, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count .spoiler:not(:hover) a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count .spoiler:not(:hover) a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count .spoiler:not(:hover) a::after, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p .spoiler:not(:hover) a, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p .spoiler:not(:hover) a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p .spoiler:not(:hover) a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p .spoiler:not(:hover) a::after, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover) a, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover) a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover) a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover) a::after, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover) a, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover) a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover) a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover) a::after, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter .spoiler:not(:hover) a, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter .spoiler:not(:hover) a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter .spoiler:not(:hover) a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter .spoiler:not(:hover) a::after, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list .spoiler:not(:hover) a, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list .spoiler:not(:hover) a:hover, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list .spoiler:not(:hover) a:focus, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list .spoiler:not(:hover) a::after {
  color: black;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover) code, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover) code, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input .spoiler:not(:hover) code, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count .spoiler:not(:hover) code, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p .spoiler:not(:hover) code, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover) code, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover) code, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter .spoiler:not(:hover) code, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list .spoiler:not(:hover) code, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover) code, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover) code, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input .spoiler:not(:hover) code, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count .spoiler:not(:hover) code, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p .spoiler:not(:hover) code, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover) code, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover) code, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter .spoiler:not(:hover) code, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list .spoiler:not(:hover) code {
  background-color: black;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name td p, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name th p, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time td p, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time th p, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input td p, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input th p, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count td p, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count th p, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p td p, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p th p, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name td p, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name th p, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time td p, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time th p, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter td p, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter th p, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list td p, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list th p, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name td p, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name th p, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time td p, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time th p, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input td p, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input th p, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count td p, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count th p, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p td p, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p th p, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name td p, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name th p, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time td p, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time th p, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter td p, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter th p, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list td p, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name td p:first-of-type, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name th p:first-of-type, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time td p:first-of-type, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time th p:first-of-type, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input td p:first-of-type, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input th p:first-of-type, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count td p:first-of-type, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count th p:first-of-type, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p td p:first-of-type, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p th p:first-of-type, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name td p:first-of-type, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name th p:first-of-type, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time td p:first-of-type, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time th p:first-of-type, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter td p:first-of-type, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter th p:first-of-type, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list td p:first-of-type, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list th p:first-of-type, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name td p:first-of-type, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name th p:first-of-type, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time td p:first-of-type, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time th p:first-of-type, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input td p:first-of-type, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input th p:first-of-type, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count td p:first-of-type, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count th p:first-of-type, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p td p:first-of-type, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p th p:first-of-type, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name td p:first-of-type, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name th p:first-of-type, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time td p:first-of-type, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time th p:first-of-type, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter td p:first-of-type, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter th p:first-of-type, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list td p:first-of-type, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list th p:first-of-type {
  margin-top: 0;
}
.EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name a u, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name a:hover u, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name a:active u, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time a u, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time a:hover u, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time a:active u, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input a u, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input a:hover u, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-comment__input a:active u, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count a u, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count a:hover u, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-thread__comment-count a:active u, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p a u, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p a:hover u, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__main p a:active u, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name a u, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name a:hover u, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-name a:active u, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time a u, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time a:hover u, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-annotation__info-time a:active u, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter a u, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter a:hover u, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar .ck-presence-list__counter a:active u, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list a u, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list a:hover u, .EditorFormComponent-commentBodyStyles .ck.ck-sidebar.ck-presence-list a:active u, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name a u, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name a:hover u, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name a:active u, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time a u, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time a:hover u, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time a:active u, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input a u, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input a:hover u, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-comment__input a:active u, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count a u, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count a:hover u, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-thread__comment-count a:active u, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p a u, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p a:hover u, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__main p a:active u, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name a u, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name a:hover u, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-name a:active u, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time a u, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time a:hover u, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-annotation__info-time a:active u, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter a u, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter a:hover u, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list .ck-presence-list__counter a:active u, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list a u, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list a:hover u, .EditorFormComponent-commentBodyStyles .ck.ck-presence-list.ck-presence-list a:active u {
  text-decoration: none;
}
.EditorFormComponent-commentBodyStyles .ck.ck-content p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.EditorFormComponent-commentBodyStyles .ck.ck-content .table table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.EditorFormComponent-commentBodyStyles .ck.ck-content .table table td, .EditorFormComponent-commentBodyStyles .ck.ck-content .table table th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.EditorFormComponent-commentBodyStyles .ck.ck-content .table table th {
  background: #fafafa;
  font-weight: 700;
}
.EditorFormComponent-commentBodyStyles .ck.ck-content .ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected, .EditorFormComponent-commentBodyStyles .ck.ck-content .ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected {
  outline: none;
}
.EditorFormComponent-commentBodyStyles .ck.ck-content .image>figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: unset;
  line-height: 1.375em;
  background-color: unset;
}
.EditorFormComponent-commentBodyStyles .ck.ck-content hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.EditorFormComponent-commentBodyStyles .ck.ck-content hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.EditorFormComponent-commentBodyStyles .ck.ck-content .table table td p, .EditorFormComponent-commentBodyStyles .ck.ck-content .table table th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.EditorFormComponent-commentBodyStyles .ck.ck-content .table table td p:first-of-type, .EditorFormComponent-commentBodyStyles .ck.ck-content .table table th p:first-of-type {
  margin-top: 0;
}
.EditorFormComponent-commentBodyStyles .ck.ck-content p:first-of-type {
  margin-top: 0;
}
.EditorFormComponent-commentBodyStyles .ck blockquote p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.EditorFormComponent-commentBodyStyles .ck blockquote .public-DraftStyleDefault-block {
  margin-top: 0;
  margin-bottom: 0;
}
.EditorFormComponent-commentBodyStyles .ck blockquote p:first-child {
  margin-top: 0;
}
style~.EditorFormComponent-commentBodyStyles .ck blockquote p {
  margin-top: 0;
}
.EditorFormComponent-commentBodyStyles .ck blockquote p:last-child {
  margin-bottom: 0;
}
.EditorFormComponent-commentBodyStyles hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.EditorFormComponent-commentBodyStyles .footnotes sup {
  margin-right: 10px;
}
.EditorFormComponent-commentBodyStyles .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.EditorFormComponent-commentBodyStyles .footnotes li {
  font-size: 0.9em;
}
.EditorFormComponent-commentBodyStyles .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.EditorFormComponent-commentBodyStyles figure.media div[data-oembed-url*="youtube.com"] iframe, .EditorFormComponent-commentBodyStyles figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.EditorFormComponent-commentBodyStyles div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.EditorFormComponent-commentBodyStyles .spoilers > p:hover ~ p a, .EditorFormComponent-commentBodyStyles .spoilers > p:hover ~ p a:hover, .EditorFormComponent-commentBodyStyles .spoilers > p:hover ~ p a:focus, .EditorFormComponent-commentBodyStyles .spoilers > p:hover ~ p a::after {
  color: black;
}
.EditorFormComponent-commentBodyStyles .spoilers > p:hover ~ p code {
  background-color: black;
}
.EditorFormComponent-commentBodyStyles div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.EditorFormComponent-commentBodyStyles div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.EditorFormComponent-commentBodyStyles div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.EditorFormComponent-commentBodyStyles div.spoilers:not(:hover) a, .EditorFormComponent-commentBodyStyles div.spoilers:not(:hover) a:hover, .EditorFormComponent-commentBodyStyles div.spoilers:not(:hover) a:focus, .EditorFormComponent-commentBodyStyles div.spoilers:not(:hover) a::after {
  color: black;
}
.EditorFormComponent-commentBodyStyles div.spoilers:not(:hover) code {
  background-color: black;
}
.EditorFormComponent-commentBodyStyles .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.EditorFormComponent-commentBodyStyles .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.EditorFormComponent-commentBodyStyles .spoiler:not(:hover) a, .EditorFormComponent-commentBodyStyles .spoiler:not(:hover) a:hover, .EditorFormComponent-commentBodyStyles .spoiler:not(:hover) a:focus, .EditorFormComponent-commentBodyStyles .spoiler:not(:hover) a::after {
  color: black;
}
.EditorFormComponent-commentBodyStyles .spoiler:not(:hover) code {
  background-color: black;
}
.EditorFormComponent-commentBodyStyles td p, .EditorFormComponent-commentBodyStyles th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.EditorFormComponent-commentBodyStyles td p:first-of-type, .EditorFormComponent-commentBodyStyles th p:first-of-type {
  margin-top: 0;
}
.EditorFormComponent-commentBodyStyles a u, .EditorFormComponent-commentBodyStyles a:hover u, .EditorFormComponent-commentBodyStyles a:active u {
  text-decoration: none;
}
.EditorFormComponent-questionWidth {
  width: 640px;
}
@media (max-width:959.95px) {
  .EditorFormComponent-questionWidth {
    width: 100%;
  }
}
.EditorFormComponent-postEditorHeight {
  min-height: 250px;
}
.EditorFormComponent-postEditorHeight .ck.ck-content {
  min-height: 250px;
}
.EditorFormComponent-postEditorHeight .ck-sidebar .ck-content {
  min-height: unset;
}
.EditorFormComponent-commentEditorHeight {
  min-height: 100px;
}
.EditorFormComponent-commentEditorHeight .ck.ck-content {
  min-height: 100px;
}
.EditorFormComponent-questionEditorHeight {
  min-height: 150px;
}
.EditorFormComponent-questionEditorHeight .ck.ck-content {
  min-height: 150px;
}
.EditorFormComponent-maxHeight {
  max-height: calc(100vh - 450px);
  overflow-y: scroll;
}
.EditorFormComponent-clickHereColor {
  color: #C03A44;
}
.EditorFormComponent-select {
  margin-right: 12px;
}
.EditorFormComponent-placeholder {
  top: 0;
  color: #9e9e9e;
  position: absolute;
  pointer-events: none;
}
.EditorFormComponent-placeholder * {
  pointer-events: none;
}
.EditorFormComponent-placeholderCollaborationSpacing {
  top: 60px;
}
.EditorFormComponent-changeDescriptionRow {
  display: flex;
  align-items: center;
}
.EditorFormComponent-changeDescriptionLabel {
  color: rgba(0,0,0,.87);
  margin-left: 8px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-right: 8px;
}
.EditorFormComponent-changeDescriptionInput {
  flex-grow: 1;
}
.EditorFormComponent-markdownImgErrText {
  color: #bf360c;
  margin: 24px 0;
}
.EditorFormComponent-lastEditedWarning {
  color: #bf360c;
}
.ElicitBlock-root {
  color: rgba(0, 0, 0, 0.87);
  position: relative;
  font-size: 1.16rem;
  word-break: break-word;
  margin-top: .5em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-top: 12px;
  margin-bottom: 0;
  pointer-events: none;
}
.ElicitBlock-root pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.ElicitBlock-root code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.ElicitBlock-root blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.ElicitBlock-root li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.ElicitBlock-root h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.ElicitBlock-root h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.ElicitBlock-root h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.ElicitBlock-root h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.ElicitBlock-root h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.ElicitBlock-root h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.ElicitBlock-root h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.ElicitBlock-root img {
  max-width: 100%;
}
.ElicitBlock-root sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.ElicitBlock-root sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.ElicitBlock-root a, .ElicitBlock-root a:hover, .ElicitBlock-root a:active {
  color: #C03A44;
}
.ElicitBlock-root table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.ElicitBlock-root figure.table {
  display: table;
}
.ElicitBlock-root td, .ElicitBlock-root th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.ElicitBlock-root th {
  background: #fafafa;
  font-weight: 700;
}
.ElicitBlock-root figure {
  margin: 1em auto;
  text-align: center;
}
.ElicitBlock-root figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.ElicitBlock-root p.spoiler {
  margin: 0;
}
.ElicitBlock-root .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.ElicitBlock-root div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.ElicitBlock-root p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.ElicitBlock-root .spoilers:not(:hover)::selection, .ElicitBlock-root .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.ElicitBlock-root .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.ElicitBlock-root div.metaculus-preview {
  background-color: #2c3947;
}
.ElicitBlock-root figure.media div[data-oembed-url*="youtube.com"], .ElicitBlock-root figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.ElicitBlock-root .footnote-section {
  counter-reset: footnote-counter;
}
.ElicitBlock-root .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.ElicitBlock-root .footnote-item > * {
  vertical-align: text-top;
}
.ElicitBlock-root .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.ElicitBlock-root .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.ElicitBlock-root .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.ElicitBlock-root .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.ElicitBlock-root .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.ElicitBlock-root .footnotes-sep {
  display: none;
}
.ElicitBlock-root hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.ElicitBlock-root h1, .ElicitBlock-root h2, .ElicitBlock-root h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.ElicitBlock-root * {
  pointer-events: auto;
}
.ElicitBlock-root > *:hover ~ .spoiler {
  color: black;
}
.ElicitBlock-root > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
.ElicitBlock-root hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.ElicitBlock-root .footnotes sup {
  margin-right: 10px;
}
.ElicitBlock-root .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.ElicitBlock-root .footnotes li {
  font-size: 0.9em;
}
.ElicitBlock-root .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.ElicitBlock-root figure.media div[data-oembed-url*="youtube.com"] iframe, .ElicitBlock-root figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.ElicitBlock-root div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.ElicitBlock-root .spoilers > p:hover ~ p a, .ElicitBlock-root .spoilers > p:hover ~ p a:hover, .ElicitBlock-root .spoilers > p:hover ~ p a:focus, .ElicitBlock-root .spoilers > p:hover ~ p a::after {
  color: black;
}
.ElicitBlock-root .spoilers > p:hover ~ p code {
  background-color: black;
}
.ElicitBlock-root div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.ElicitBlock-root div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.ElicitBlock-root div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.ElicitBlock-root div.spoilers:not(:hover) a, .ElicitBlock-root div.spoilers:not(:hover) a:hover, .ElicitBlock-root div.spoilers:not(:hover) a:focus, .ElicitBlock-root div.spoilers:not(:hover) a::after {
  color: black;
}
.ElicitBlock-root div.spoilers:not(:hover) code {
  background-color: black;
}
.ElicitBlock-root .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.ElicitBlock-root .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.ElicitBlock-root .spoiler:not(:hover) a, .ElicitBlock-root .spoiler:not(:hover) a:hover, .ElicitBlock-root .spoiler:not(:hover) a:focus, .ElicitBlock-root .spoiler:not(:hover) a::after {
  color: black;
}
.ElicitBlock-root .spoiler:not(:hover) code {
  background-color: black;
}
.ElicitBlock-root td p, .ElicitBlock-root th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.ElicitBlock-root td p:first-of-type, .ElicitBlock-root th p:first-of-type {
  margin-top: 0;
}
.ElicitBlock-root a u, .ElicitBlock-root a:hover u, .ElicitBlock-root a:active u {
  text-decoration: none;
}
.ElicitBlock-histogramRoot {
  height: 50px;
  display: flex;
}
.ElicitBlock-histogramBucket {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}
.ElicitBlock-histogramBucket:hover .ElicitBlock-sliceColoredArea {
  background-color: rgba(0,0,0,0.15);
}
.ElicitBlock-histogramBucket:hover .ElicitBlock-usersInBucket {
  display: block;
}
.ElicitBlock-histogramSlice {
  width: 10%;
  height: 100%;
  cursor: pointer;
  display: flex;
  position: relative;
  flex-grow: 1;
  margin-top: auto;
  flex-direction: column;
}
.ElicitBlock-histogramSlice:hover .ElicitBlock-additionalVoteArea {
  background-color: rgba(0,0,0,0.05);
}
.ElicitBlock-histogramSlice:hover .ElicitBlock-sliceColoredArea {
  background-color: rgba(0,0,0,0.2);
}
.ElicitBlock-histogramSlice:hover .ElicitBlock-sliceNumber {
  opacity: 1;
}
.ElicitBlock-histogramBucketCurrentUser .ElicitBlock-sliceColoredArea {
  background-color: #C03A44;
}
.ElicitBlock-histogramBucketCurrentUser:hover .ElicitBlock-sliceColoredArea {
  background-color: #C03A44;
}
.ElicitBlock-histogramBucketCurrentUser:hover .ElicitBlock-histogramSliceCurrentUser .ElicitBlock-sliceColoredArea {
  background-color: #C03A44;
}
.ElicitBlock-histogramBucketCurrentUser .ElicitBlock-sliceColoredArea:hover {
  background-color: #C03A44;
}
.ElicitBlock-histogramBucketCurrentUser:hover .ElicitBlock-additionalVoteArea {
  height: 0% !important;
  background-color: transparent;
}
.ElicitBlock-histogramSliceCurrentUser .ElicitBlock-sliceColoredArea {
  background-color: #C03A44;
}
.ElicitBlock-histogramSliceCurrentUser:hover .ElicitBlock-additionalVoteArea {
  background-color: transparent;
}
.ElicitBlock-histogramSliceCurrentUser:hover .ElicitBlock-sliceColoredArea {
  background-color: #C03A44;
}
.ElicitBlock-sliceNumber {
  top: -20px;
  opacity: 0;
  position: absolute;
  white-space: nowrap;
}
.ElicitBlock-invertedSliceNumber {
  right: 0;
}
.ElicitBlock-sliceColoredArea {
  background-color: rgba(0,0,0,0.1);
}
.ElicitBlock-additionalVoteArea {
  position: relative;
  margin-top: auto;
}
.ElicitBlock-titleSection {
  width: 100%;
  color: rgba(0,0,0,0.6);
  display: flex;
  text-align: center;
  margin-top: 4px;
  padding-bottom: 4px;
  justify-content: space-between;
}
.ElicitBlock-hiddenTitleSection {
  opacity: 0;
}
.ElicitBlock-startPercentage {
  white-space: nowrap;
}
.ElicitBlock-endPercentage {
  white-space: nowrap;
}
.ElicitBlock-title {
  padding: 0px 10px;
}
.ElicitBlock-usersInBucket {
  left: 0;
  width: 100%;
  color: rgba(0,0,0,0.6);
  bottom: 0;
  height: calc(100% - 62px);
  display: none;
  z-index: 1;
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  padding-top: 4px;
  text-overflow: ellipsis;
}
.ElicitBlock-name {
  margin-right: 4px;
}


.EmailFooterRecommendations-recommendedPostsHeader {
  font-size: 1rem;
}
.EmailPreview-emailBodyFrame {
  width: 800px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
}
.EmailPreview-emailTextVersion {
  width: 800px;
  height: 300px;
  border: 1px solid black;
  padding: 10px;
  overflow-y: scroll;
  white-space: pre;
}
.EmailWrapper-root img {
  max-width: 100%;
}
.Error404-root {
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.ErrorMessage-errorText {
  color: #bf360c;
  text-align: center;
}
.EventNotificationsDialog-removeButton {
  color: #bf360c;
  margin-left: -4px;
  margin-right: auto;
}
.EventNotificationsDialog-submitButton {
  color: #C03A44;
  text-transform: uppercase;
}
.EventNotificationsDialog-actions {
  margin-top: 24px;
}
.EventNotificationsDialog-geoSuggest {
  width: 400px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.EventNotificationsDialog-geoSuggest .geosuggest {
  width: 100%;
  position: relative;
  font-size: 1rem;
  text-align: left;
  padding-right: 3px;
}
.EventNotificationsDialog-geoSuggest .geosuggest__input {
  width: 100%;
  border: 2px solid transparent;
  padding: .5em 1em 0.5em 0em !important;
  font-size: 13px;
  border-bottom: 1px solid rgba(0,0,0,.87);
}
.EventNotificationsDialog-geoSuggest .geosuggest__input:focus {
  outline: none;
  box-shadow: 0 0 0 transparent;
  border-bottom: 2px solid rgba(0,0,0,.87);
  border-bottom-color: #267dc0;
}
.EventNotificationsDialog-geoSuggest .geosuggest__suggests {
  top: 100%;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 5;
  max-height: 25em;
  margin-top: -1px;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  list-style: none;
  transition: max-height 0.2s, border 0.2s;
  border-top-width: 0;
}
.EventNotificationsDialog-geoSuggest .geosuggest__suggests--hidden {
  overflow: hidden;
  max-height: 0;
  border-width: 0;
}
.EventNotificationsDialog-geoSuggest .geosuggest__item {
  cursor: pointer;
  padding: .5em .65em;
  font-size: 1rem;
}
.EventNotificationsDialog-geoSuggest .geosuggest__item:hover, .EventNotificationsDialog-geoSuggest .geosuggest__item:focus {
  background: #f5f5f5;
}
.EventNotificationsDialog-geoSuggest .geosuggest__item--active {
  color: #fff;
  background: #267dc0;
}
.EventNotificationsDialog-geoSuggest .geosuggest__item--active:hover, .EventNotificationsDialog-geoSuggest .geosuggest__item--active:focus {
  background: #ccc;
}
.EventNotificationsDialog-geoSuggest .geosuggest__item__matched-text {
  font-weight: bold;
}
@media (max-width:959.95px) {
  .EventNotificationsDialog-geoSuggest .geosuggest__input {
    width: 100%;
  }
}
.EventNotificationsDialog-distanceSection {
  display: flex;
  margin-top: 30px;
}
.EventNotificationsDialog-input {
  top: -12px;
  width: 15%;
  position: relative;
  margin-left: 5%;
}
.EventNotificationsDialog-slider {
  width: 80%;
}
.EventNotificationsDialog-inputAdornment {
  margin-left: 0;
}
.EventNotificationsDialog-distanceHeader {
  margin-top: 20px;
}
.EventNotificationsDialog-peopleThreshold {
  display: flex;
}
.EventNotificationsDialog-peopleThresholdText {
  top: 2px;
  position: relative;
  align-self: center;
}
.EventNotificationsDialog-peopleInput {
  width: 20px;
}
.EventNotificationsDialog-peopleThresholdCheckbox {
  margin-left: -12px;
}

.EventUpdatedEmail-root {
  margin-bottom: 40px;
}
.EventUpdatedEmail-headingSection {
  color: rgba(0, 0, 0, 0.87);
  font-family: Arial, sans-serif;
  margin-bottom: 40px;
}
.EventUpdatedEmail-heading {
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 0;
}
.EventUpdatedEmail-headingLink {
  color: #C03A44;
  text-decoration: none;
}
.EventUpdatedEmail-groupName {
  font-size: 14px;
  font-style: italic;
  margin-top: 12px;
}
.EventUpdatedEmail-label {
  color: rgba(0,0,0,0.5);
  font-size: 14px;
  margin-bottom: 3px;
}
.EventUpdatedEmail-data {
  font-size: 18px;
}
.EventsPast-daily {
  padding: 8px;
}
.FeaturedResourceBanner-card {
  margin: 1em 0 1em 1em;
  padding: 2em;
  display: flex;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07);
  align-items: center;
  flex-direction: column;
}
.FeaturedResourceBanner-closeButton {
  margin: -1.5em -1.5em 0 0;
  padding: .25em;
  min-width: .75em;
  min-height: .75em;
  align-self: end;
}
.FeaturedResourceBanner-closeIcon {
  width: .6em;
  color: rgba(0, 0, 0, .2);
  height: .6em;
}
.FeaturedResourceBanner-title {
  color: #616161;
  text-align: center;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  padding-bottom: 1em;
}
.FeaturedResourceBanner-divider {
  width: 50%;
}
.FeaturedResourceBanner-body {
  color: #616161;
  font-size: 1.05rem;
  margin-top: 1.5rem;
  text-align: center;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 1.5rem;
}
.FeaturedResourceBanner-ctaButton {
  color: white;
  min-width: 50%;
  background: #C03A44;
  border-radius: unset;
}
.FeaturedResourceBanner-ctaButton:hover {
  background: #C03A44;
}
.FieldErrors-root {
  color: #bf360c;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.FilterMode-tag {
  color: rgba(0,0,0,.9);
  border: solid 1px #eeeeee;
  cursor: pointer;
  padding: 5px;
  display: inline-block;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-right: 4px;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 4px;
  border-radius: 3px;
  background-color: #eeeeee;
}
.FilterMode-description {
  color: rgba(0, 0, 0, 0.87);
  margin: NaN;
  font-size: 1.16rem;
  word-break: break-word;
  margin-top: 20px;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .25em;
  pointer-events: none;
}
.FilterMode-description pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.FilterMode-description code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.FilterMode-description blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.FilterMode-description li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.FilterMode-description h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.FilterMode-description h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.FilterMode-description h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.FilterMode-description h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.FilterMode-description h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.FilterMode-description h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.FilterMode-description h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.FilterMode-description img {
  max-width: 100%;
}
.FilterMode-description sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.FilterMode-description sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.FilterMode-description a, .FilterMode-description a:hover, .FilterMode-description a:active {
  color: #C03A44;
}
.FilterMode-description table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.FilterMode-description figure.table {
  display: table;
}
.FilterMode-description td, .FilterMode-description th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.FilterMode-description th {
  background: #fafafa;
  font-weight: 700;
}
.FilterMode-description figure {
  margin: 1em auto;
  text-align: center;
}
.FilterMode-description figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.FilterMode-description p.spoiler {
  margin: 0;
}
.FilterMode-description .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.FilterMode-description div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.FilterMode-description p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.FilterMode-description .spoilers:not(:hover)::selection, .FilterMode-description .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.FilterMode-description .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.FilterMode-description div.metaculus-preview {
  background-color: #2c3947;
}
.FilterMode-description figure.media div[data-oembed-url*="youtube.com"], .FilterMode-description figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.FilterMode-description .footnote-section {
  counter-reset: footnote-counter;
}
.FilterMode-description .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.FilterMode-description .footnote-item > * {
  vertical-align: text-top;
}
.FilterMode-description .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.FilterMode-description .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.FilterMode-description .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.FilterMode-description .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.FilterMode-description .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.FilterMode-description .footnotes-sep {
  display: none;
}
.FilterMode-description hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.FilterMode-description h1, .FilterMode-description h2, .FilterMode-description h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.FilterMode-description * {
  pointer-events: auto;
}
.FilterMode-description > *:hover ~ .spoiler {
  color: black;
}
.FilterMode-description > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
.FilterMode-description hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.FilterMode-description .footnotes sup {
  margin-right: 10px;
}
.FilterMode-description .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.FilterMode-description .footnotes li {
  font-size: 0.9em;
}
.FilterMode-description .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.FilterMode-description figure.media div[data-oembed-url*="youtube.com"] iframe, .FilterMode-description figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.FilterMode-description div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.FilterMode-description .spoilers > p:hover ~ p a, .FilterMode-description .spoilers > p:hover ~ p a:hover, .FilterMode-description .spoilers > p:hover ~ p a:focus, .FilterMode-description .spoilers > p:hover ~ p a::after {
  color: black;
}
.FilterMode-description .spoilers > p:hover ~ p code {
  background-color: black;
}
.FilterMode-description div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.FilterMode-description div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.FilterMode-description div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.FilterMode-description div.spoilers:not(:hover) a, .FilterMode-description div.spoilers:not(:hover) a:hover, .FilterMode-description div.spoilers:not(:hover) a:focus, .FilterMode-description div.spoilers:not(:hover) a::after {
  color: black;
}
.FilterMode-description div.spoilers:not(:hover) code {
  background-color: black;
}
.FilterMode-description .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.FilterMode-description .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.FilterMode-description .spoiler:not(:hover) a, .FilterMode-description .spoiler:not(:hover) a:hover, .FilterMode-description .spoiler:not(:hover) a:focus, .FilterMode-description .spoiler:not(:hover) a::after {
  color: black;
}
.FilterMode-description .spoiler:not(:hover) code {
  background-color: black;
}
.FilterMode-description td p, .FilterMode-description th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.FilterMode-description td p:first-of-type, .FilterMode-description th p:first-of-type {
  margin-top: 0;
}
.FilterMode-description a u, .FilterMode-description a:hover u, .FilterMode-description a:active u {
  text-decoration: none;
}
.FilterMode-filterScore {
  color: #C03A44;
  font-size: 11px;
  margin-left: 4px;
}
.FilterMode-filtering {
  width: 500px;
  padding-top: 18px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: -4px;
  padding-bottom: 16px;
}
@media (max-width:599.95px) {
  .FilterMode-filtering {
    width: calc(100% - 32px);
  }
}
.FilterMode-filterRow {
  display: flex;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  justify-content: flex-start;
}
.FilterMode-removeLabel {
  color: #757575;
  flex-grow: 1;
  text-align: right;
}
.FilterMode-filterButton {
  color: #9e9e9e;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4rem;
  margin-right: 16px;
}
.FilterMode-selected {
  color: black;
  padding: 4px;
  margin-top: -4px;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: -4px;
  border-radius: 2px;
  background-color: rgba(0,0,0,.1);
}
.FilterMode-input {
  width: 50px;
  padding: 0;
  padding-bottom: 2px;
  -moz-appearance: textfield;
  -webkit-appearance: none;
}
.Footer-root {
  height: 150px;
}
.FooterTag-root {
  color: rgba(0,0,0,.9);
  cursor: pointer;
  border: solid 1px #eeeeee;
  display: inline-block;
  padding: 5px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-right: 3px;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 8px;
  border-radius: 3px;
  background-color: #eeeeee;
}
.FooterTag-root:hover {
  opacity: 1;
}
.FooterTag-core {
  color: #757575;
  border: solid 1px rgba(0,0,0,.12);
  background-color: white;
}
.FooterTag-score {
  color: rgba(0,0,0,0.7);
  padding-left: 5px;
}
.FooterTag-name {
  display: inline-block;
}
.FooterTag-smallText {
  font-size: 12px;
  padding-top: 1px;
  margin-bottom: 0;
  padding-bottom: 2px;
}
.FooterTagList-root {
  margin-top: 8px;
  margin-bottom: 8px;
}
.FooterTagList-tag {
  color: rgba(0,0,0,.9);
  border: solid 1px #eeeeee;
  cursor: pointer;
  padding: 5px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-right: 3px;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 8px;
  border-radius: 3px;
  background-color: #eeeeee;
}
.FooterTagList-tagLoading {
  color: rgba(0,0,0,.9);
  border: solid 1px #eeeeee;
  cursor: pointer;
  padding: 5px;
  opacity: 0.8;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-right: 3px;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 8px;
  border-radius: 3px;
  background-color: #eeeeee;
}
.FooterTagList-frontpageOrPersonal {
  color: #757575;
  border: solid 1px rgba(0,0,0,.12);
  cursor: pointer;
  padding: 5px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  padding-top: 4px;
  margin-right: 3px;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 8px;
  border-radius: 3px;
  padding-bottom: 4px;
  background-color: white;
}
.FooterTagList-card {
  color: rgba(0, 0, 0, 0.87);
  width: 450px;
  padding: 16px;
  font-size: 1.16rem;
  word-break: break-word;
  margin-top: .5em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .25em;
  pointer-events: none;
  padding-bottom: 8px;
}
.FooterTagList-card pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.FooterTagList-card code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.FooterTagList-card blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.FooterTagList-card li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.FooterTagList-card h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.FooterTagList-card h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.FooterTagList-card h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.FooterTagList-card h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.FooterTagList-card h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.FooterTagList-card h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.FooterTagList-card h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.FooterTagList-card img {
  max-width: 100%;
}
.FooterTagList-card sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.FooterTagList-card sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.FooterTagList-card a, .FooterTagList-card a:hover, .FooterTagList-card a:active {
  color: #C03A44;
}
.FooterTagList-card table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.FooterTagList-card figure.table {
  display: table;
}
.FooterTagList-card td, .FooterTagList-card th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.FooterTagList-card th {
  background: #fafafa;
  font-weight: 700;
}
.FooterTagList-card figure {
  margin: 1em auto;
  text-align: center;
}
.FooterTagList-card figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.FooterTagList-card p.spoiler {
  margin: 0;
}
.FooterTagList-card .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.FooterTagList-card div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.FooterTagList-card p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.FooterTagList-card .spoilers:not(:hover)::selection, .FooterTagList-card .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.FooterTagList-card .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.FooterTagList-card div.metaculus-preview {
  background-color: #2c3947;
}
.FooterTagList-card figure.media div[data-oembed-url*="youtube.com"], .FooterTagList-card figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.FooterTagList-card .footnote-section {
  counter-reset: footnote-counter;
}
.FooterTagList-card .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.FooterTagList-card .footnote-item > * {
  vertical-align: text-top;
}
.FooterTagList-card .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.FooterTagList-card .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.FooterTagList-card .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.FooterTagList-card .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.FooterTagList-card .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.FooterTagList-card .footnotes-sep {
  display: none;
}
.FooterTagList-card hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.FooterTagList-card h1, .FooterTagList-card h2, .FooterTagList-card h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.FooterTagList-card * {
  pointer-events: auto;
}
.FooterTagList-card > *:hover ~ .spoiler {
  color: black;
}
.FooterTagList-card > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
.FooterTagList-card hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.FooterTagList-card .footnotes sup {
  margin-right: 10px;
}
.FooterTagList-card .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.FooterTagList-card .footnotes li {
  font-size: 0.9em;
}
.FooterTagList-card .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.FooterTagList-card figure.media div[data-oembed-url*="youtube.com"] iframe, .FooterTagList-card figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.FooterTagList-card div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.FooterTagList-card .spoilers > p:hover ~ p a, .FooterTagList-card .spoilers > p:hover ~ p a:hover, .FooterTagList-card .spoilers > p:hover ~ p a:focus, .FooterTagList-card .spoilers > p:hover ~ p a::after {
  color: black;
}
.FooterTagList-card .spoilers > p:hover ~ p code {
  background-color: black;
}
.FooterTagList-card div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.FooterTagList-card div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.FooterTagList-card div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.FooterTagList-card div.spoilers:not(:hover) a, .FooterTagList-card div.spoilers:not(:hover) a:hover, .FooterTagList-card div.spoilers:not(:hover) a:focus, .FooterTagList-card div.spoilers:not(:hover) a::after {
  color: black;
}
.FooterTagList-card div.spoilers:not(:hover) code {
  background-color: black;
}
.FooterTagList-card .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.FooterTagList-card .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.FooterTagList-card .spoiler:not(:hover) a, .FooterTagList-card .spoiler:not(:hover) a:hover, .FooterTagList-card .spoiler:not(:hover) a:focus, .FooterTagList-card .spoiler:not(:hover) a::after {
  color: black;
}
.FooterTagList-card .spoiler:not(:hover) code {
  background-color: black;
}
.FooterTagList-card td p, .FooterTagList-card th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.FooterTagList-card td p:first-of-type, .FooterTagList-card th p:first-of-type {
  margin-top: 0;
}
.FooterTagList-card a u, .FooterTagList-card a:hover u, .FooterTagList-card a:active u {
  text-decoration: none;
}
.FooterTagList-smallText {
  font-size: 12px;
  padding-top: 1px;
  margin-bottom: 0;
  padding-bottom: 2px;
}
.FootnotePreview-hovercard {
  color: #424242;
  padding: 24px 16px 16px;
  font-size: 1.1rem;
  max-width: 500px;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
}
.FootnotePreview-hovercard a {
  color: #C03A44;
}
.FormComponentCheckbox-root {
  display: flex;
  margin-top: 5px;
  align-items: center;
  margin-right: 24px;
}
.FormComponentCheckbox-size {
  width: 36px;
  height: 0;
}
.FormComponentCheckbox-inline {
  display: inline;
}
.FormComponentDateTime-input {
  padding: 6px 0 7px 0;
  border-bottom: solid 1px #999;
}
.FormComponentDateTime-label {
  position: relative;
  transform: none;
  font-size: 10px;
}
.FormComponentDateTime-wrapper .rdtPicker {
  bottom: 30px;
}
.FormComponentDateTime-timezone {
  margin-left: 4px;
}
.FormComponentInner-formComponentClear span {
  top: 20px;
  padding: 10px;
  position: relative;
}
.FormComponentRadioGroup-radio {
  padding-top: 8px;
  padding-left: 12px;
  padding-bottom: 0;
}
.FormErrors-root {
  color: #bf360c;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.FormGroupHeader-formSectionHeading {
  cursor: pointer;
  display: flex;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 8px;
  justify-content: space-between;
}
.FormGroupHeader-formSectionHeadingTitle {
  font-size: 1.25rem;
  margin-bottom: 5px;
}
.FormGroupLayout-formSection {
  border: solid 1px #bdbdbd;
  background: white;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 8px;
}
.FormGroupLayout-formSectionBody {
  border-top: solid 1px #e0e0e0;
  padding-top: 8px;
  padding-bottom: 8px;
}
.FormGroupLayout-formSectionPadding {
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width:1279.95px) {
  .FormGroupLayout-formSectionPadding {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.FormGroupLayout-formSectionCollapsed {
  display: none;
}
.FormGroupLayout-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.FormSubmit-formButton {
  font-size: 16px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-left: 5px;
  padding-bottom: 2px;
}
.FormSubmit-formButton:hover {
  background: rgba(0,0,0, 0.05);
}
.FormSubmit-secondaryButton {
  color: rgba(0,0,0,0.4);
}
.FormSubmit-submitButton {
  color: #C03A44;
}
.FrontpageGcalEventItem-root {
  color: rgba(0,0,0,0.55);
  font-size: 1rem;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.FrontpageGcalEventItem-eventTime {
  opacity: 0.75;
  font-size: .8em;
}
.FrontpageReviewWidget-learnMore {
  color: #C03A44;
}
.FrontpageReviewWidget-subtitle {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.FrontpageReviewWidget-reviewTimeline {
  display: flex;
  margin-top: -8px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 6px;
}
.FrontpageReviewWidget-nominationBlock {
  flex-grow: 1;
  flex-basis: 0;
  margin-right: 2px;
}
.FrontpageReviewWidget-reviewBlock {
  flex-grow: 2;
  flex-basis: 0;
  margin-right: 2px;
}
.FrontpageReviewWidget-votingBlock {
  flex-grow: 1;
  flex-basis: 0;
}
.FrontpageReviewWidget-blockText {
  color: white;
  z-index: 1;
  white-space: nowrap;
}
.FrontpageReviewWidget-blockLabel {
  margin-right: 10px;
}
.FrontpageReviewWidget-progress {
  padding: 4px;
  display: flex;
  position: relative;
  margin-bottom: 2px;
  justify-content: space-between;
  background-color: rgba(0,0,0,0.14);
}
.FrontpageReviewWidget-progress:hover {
  opacity: 0.9;
  box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}
.FrontpageReviewWidget-activeProgress {
  background-color: rgba(127, 175, 131, 0.5);
}
.FrontpageReviewWidget-coloredProgress {
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  background-color: rgba(127, 175, 131, 0.7);
}
.FrontpageReviewWidget-actionButtonRow {
  display: flex;
  text-align: right;
  margin-top: 8px;
  justify-content: flex-end;
}
.FrontpageReviewWidget-actionButtonCTA {
  color: white;
  display: inline-block;
  padding-top: 6px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-left: 12px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 3px;
  padding-bottom: 6px;
  background-color: #C03A44;
}
.FrontpageReviewWidget-actionButton {
  color: #757575;
  border: solid 1px #bdbdbd;
  display: inline-block;
  padding-top: 6px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-left: 12px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 3px;
  padding-bottom: 6px;
}
.FrontpageReviewWidget-adminButton {
  color: rgba(200,150,100);
  border: solid 1px rgba(200,150,100);
}
.FrontpageReviewWidget-buttonWrapper {
  flex-grow: 0;
  flex-shrink: 0;
}
@media (max-width:959.95px) {
  .FrontpageReviewWidget-hideOnMobile {
    display: none;
  }
}
@media (min-width:960px) {
  .FrontpageReviewWidget-showOnMobile {
    display: none;
  }
}
.GardenCodeWidget-button {
  width: 135px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.GardenCodeWidget-root {
  color: rgba(0, 0, 0, 0.87);
  border: solid 1px rgba(0,0,0,.2);
  padding: 8px;
  font-size: 1.16rem;
  max-width: 400px;
  word-break: break-word;
  margin-top: .5em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .25em;
  border-radius: 3px;
  background-color: white;
}
.GardenCodeWidget-root pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.GardenCodeWidget-root code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.GardenCodeWidget-root blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.GardenCodeWidget-root li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.GardenCodeWidget-root h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.GardenCodeWidget-root h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.GardenCodeWidget-root h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.GardenCodeWidget-root h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.GardenCodeWidget-root h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.GardenCodeWidget-root h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.GardenCodeWidget-root h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.GardenCodeWidget-root img {
  max-width: 100%;
}
.GardenCodeWidget-root sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.GardenCodeWidget-root sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.GardenCodeWidget-root a, .GardenCodeWidget-root a:hover, .GardenCodeWidget-root a:active {
  color: #C03A44;
}
.GardenCodeWidget-root table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.GardenCodeWidget-root figure.table {
  display: table;
}
.GardenCodeWidget-root td, .GardenCodeWidget-root th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.GardenCodeWidget-root th {
  background: #fafafa;
  font-weight: 700;
}
.GardenCodeWidget-root figure {
  margin: 1em auto;
  text-align: center;
}
.GardenCodeWidget-root figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.GardenCodeWidget-root p.spoiler {
  margin: 0;
}
.GardenCodeWidget-root .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.GardenCodeWidget-root div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.GardenCodeWidget-root p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.GardenCodeWidget-root .spoilers:not(:hover)::selection, .GardenCodeWidget-root .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.GardenCodeWidget-root .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.GardenCodeWidget-root div.metaculus-preview {
  background-color: #2c3947;
}
.GardenCodeWidget-root figure.media div[data-oembed-url*="youtube.com"], .GardenCodeWidget-root figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.GardenCodeWidget-root .footnote-section {
  counter-reset: footnote-counter;
}
.GardenCodeWidget-root .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.GardenCodeWidget-root .footnote-item > * {
  vertical-align: text-top;
}
.GardenCodeWidget-root .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.GardenCodeWidget-root .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.GardenCodeWidget-root .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.GardenCodeWidget-root .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.GardenCodeWidget-root .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.GardenCodeWidget-root .footnotes-sep {
  display: none;
}
.GardenCodeWidget-root hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.GardenCodeWidget-root h1, .GardenCodeWidget-root h2, .GardenCodeWidget-root h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.GardenCodeWidget-root > *:hover ~ .spoiler {
  color: black;
}
.GardenCodeWidget-root > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
.GardenCodeWidget-root .MuiInput-formControl {
  width: 320px;
}
.GardenCodeWidget-root hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.GardenCodeWidget-root .footnotes sup {
  margin-right: 10px;
}
.GardenCodeWidget-root .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.GardenCodeWidget-root .footnotes li {
  font-size: 0.9em;
}
.GardenCodeWidget-root .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.GardenCodeWidget-root figure.media div[data-oembed-url*="youtube.com"] iframe, .GardenCodeWidget-root figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.GardenCodeWidget-root div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.GardenCodeWidget-root .spoilers > p:hover ~ p a, .GardenCodeWidget-root .spoilers > p:hover ~ p a:hover, .GardenCodeWidget-root .spoilers > p:hover ~ p a:focus, .GardenCodeWidget-root .spoilers > p:hover ~ p a::after {
  color: black;
}
.GardenCodeWidget-root .spoilers > p:hover ~ p code {
  background-color: black;
}
.GardenCodeWidget-root div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.GardenCodeWidget-root div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.GardenCodeWidget-root div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.GardenCodeWidget-root div.spoilers:not(:hover) a, .GardenCodeWidget-root div.spoilers:not(:hover) a:hover, .GardenCodeWidget-root div.spoilers:not(:hover) a:focus, .GardenCodeWidget-root div.spoilers:not(:hover) a::after {
  color: black;
}
.GardenCodeWidget-root div.spoilers:not(:hover) code {
  background-color: black;
}
.GardenCodeWidget-root .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.GardenCodeWidget-root .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.GardenCodeWidget-root .spoiler:not(:hover) a, .GardenCodeWidget-root .spoiler:not(:hover) a:hover, .GardenCodeWidget-root .spoiler:not(:hover) a:focus, .GardenCodeWidget-root .spoiler:not(:hover) a::after {
  color: black;
}
.GardenCodeWidget-root .spoiler:not(:hover) code {
  background-color: black;
}
.GardenCodeWidget-root td p, .GardenCodeWidget-root th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.GardenCodeWidget-root td p:first-of-type, .GardenCodeWidget-root th p:first-of-type {
  margin-top: 0;
}
.GardenCodeWidget-root a u, .GardenCodeWidget-root a:hover u, .GardenCodeWidget-root a:active u {
  text-decoration: none;
}
.GardenCodeWidget-row {
  display: flex;
  justify-content: space-between;
}
.GardenCodeWidget-formSubmitRow {
  display: flex;
  justify-content: flex-end;
}
.GardenCodeWidget-submitButton {
  color: #C03A44;
}
.GardenCodesEditForm-root {
  color: rgba(0, 0, 0, 0.87);
  border: solid 1px rgba(0,0,0,.2);
  padding: 8px;
  font-size: 1.16rem;
  max-width: 400px;
  word-break: break-word;
  margin-top: .5em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .25em;
  border-radius: 3px;
  background-color: white;
}
.GardenCodesEditForm-root pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.GardenCodesEditForm-root code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.GardenCodesEditForm-root blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.GardenCodesEditForm-root li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.GardenCodesEditForm-root h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.GardenCodesEditForm-root h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.GardenCodesEditForm-root h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.GardenCodesEditForm-root h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.GardenCodesEditForm-root h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.GardenCodesEditForm-root h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.GardenCodesEditForm-root h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.GardenCodesEditForm-root img {
  max-width: 100%;
}
.GardenCodesEditForm-root sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.GardenCodesEditForm-root sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.GardenCodesEditForm-root a, .GardenCodesEditForm-root a:hover, .GardenCodesEditForm-root a:active {
  color: #C03A44;
}
.GardenCodesEditForm-root table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.GardenCodesEditForm-root figure.table {
  display: table;
}
.GardenCodesEditForm-root td, .GardenCodesEditForm-root th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.GardenCodesEditForm-root th {
  background: #fafafa;
  font-weight: 700;
}
.GardenCodesEditForm-root figure {
  margin: 1em auto;
  text-align: center;
}
.GardenCodesEditForm-root figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.GardenCodesEditForm-root p.spoiler {
  margin: 0;
}
.GardenCodesEditForm-root .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.GardenCodesEditForm-root div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.GardenCodesEditForm-root p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.GardenCodesEditForm-root .spoilers:not(:hover)::selection, .GardenCodesEditForm-root .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.GardenCodesEditForm-root .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.GardenCodesEditForm-root div.metaculus-preview {
  background-color: #2c3947;
}
.GardenCodesEditForm-root figure.media div[data-oembed-url*="youtube.com"], .GardenCodesEditForm-root figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.GardenCodesEditForm-root .footnote-section {
  counter-reset: footnote-counter;
}
.GardenCodesEditForm-root .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.GardenCodesEditForm-root .footnote-item > * {
  vertical-align: text-top;
}
.GardenCodesEditForm-root .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.GardenCodesEditForm-root .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.GardenCodesEditForm-root .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.GardenCodesEditForm-root .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.GardenCodesEditForm-root .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.GardenCodesEditForm-root .footnotes-sep {
  display: none;
}
.GardenCodesEditForm-root hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.GardenCodesEditForm-root h1, .GardenCodesEditForm-root h2, .GardenCodesEditForm-root h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.GardenCodesEditForm-root > *:hover ~ .spoiler {
  color: black;
}
.GardenCodesEditForm-root > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
.GardenCodesEditForm-root .MuiInput-formControl {
  width: 320px;
}
.GardenCodesEditForm-root hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.GardenCodesEditForm-root .footnotes sup {
  margin-right: 10px;
}
.GardenCodesEditForm-root .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.GardenCodesEditForm-root .footnotes li {
  font-size: 0.9em;
}
.GardenCodesEditForm-root .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.GardenCodesEditForm-root figure.media div[data-oembed-url*="youtube.com"] iframe, .GardenCodesEditForm-root figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.GardenCodesEditForm-root div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.GardenCodesEditForm-root .spoilers > p:hover ~ p a, .GardenCodesEditForm-root .spoilers > p:hover ~ p a:hover, .GardenCodesEditForm-root .spoilers > p:hover ~ p a:focus, .GardenCodesEditForm-root .spoilers > p:hover ~ p a::after {
  color: black;
}
.GardenCodesEditForm-root .spoilers > p:hover ~ p code {
  background-color: black;
}
.GardenCodesEditForm-root div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.GardenCodesEditForm-root div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.GardenCodesEditForm-root div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.GardenCodesEditForm-root div.spoilers:not(:hover) a, .GardenCodesEditForm-root div.spoilers:not(:hover) a:hover, .GardenCodesEditForm-root div.spoilers:not(:hover) a:focus, .GardenCodesEditForm-root div.spoilers:not(:hover) a::after {
  color: black;
}
.GardenCodesEditForm-root div.spoilers:not(:hover) code {
  background-color: black;
}
.GardenCodesEditForm-root .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.GardenCodesEditForm-root .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.GardenCodesEditForm-root .spoiler:not(:hover) a, .GardenCodesEditForm-root .spoiler:not(:hover) a:hover, .GardenCodesEditForm-root .spoiler:not(:hover) a:focus, .GardenCodesEditForm-root .spoiler:not(:hover) a::after {
  color: black;
}
.GardenCodesEditForm-root .spoiler:not(:hover) code {
  background-color: black;
}
.GardenCodesEditForm-root td p, .GardenCodesEditForm-root th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.GardenCodesEditForm-root td p:first-of-type, .GardenCodesEditForm-root th p:first-of-type {
  margin-top: 0;
}
.GardenCodesEditForm-root a u, .GardenCodesEditForm-root a:hover u, .GardenCodesEditForm-root a:active u {
  text-decoration: none;
}
.GardenCodesItem-root {
  color: rgba(0,0,0,0.55);
  width: 420px;
  display: flex;
  font-size: 1.1rem;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
@media (max-width:599.95px) {
  .GardenCodesItem-root {
    width: 100%;
    flex-wrap: wrap;
  }
}
.GardenCodesItem-highlight img {
  display: none;
}
.GardenCodesItem-highlight hr {
  display: none;
}
.GardenCodesItem-eventName {
  width: 230px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width:599.95px) {
  .GardenCodesItem-eventName {
    width: 100%;
    margin-right: 8px;
  }
}
.GardenCodesItem-eventNameLink {
  color: rgba(0,0,0,0.55) !important;
}
.GardenCodesItem-eventTime {
  width: 150px;
  opacity: 0.75;
  display: inline-block;
  font-size: .9em;
  text-align: right;
}
@media (max-width:599.95px) {
  .GardenCodesItem-eventTime {
    width: 100%;
    text-align: left;
  }
}
.GardenCodesItem-personalIcon {
  top: 1px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  opacity: 0.75;
  position: relative;
  margin-left: 0;
  margin-right: 3px;
}
.GardenCodesItem-personalIcon:hover {
  opacity: 1;
}
.GardenCodesItem-trailingIcons {
  color: #616161;
  width: 48px;
  display: flex;
  margin-left: 8px;
  justify-content: flex-start;
}
.GardenCodesItem-linkIcon {
  top: 1px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  opacity: 0.5;
  position: relative;
  transform: rotate(-45deg);
  margin-left: 0;
}
.GardenCodesItem-linkIcon:hover {
  opacity: 1;
}
.GardenCodesItem-fbIconContainer {
  top: 1px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: relative;
  margin-left: 2px;
}
.GardenCodesItem-fbIconContainer:hover {
  opacity: 1;
}
.GardenCodesItem-fbIcon {
  color: #616161;
  width: 12px;
  height: 12px;
  opacity: 0.5;
  margin-bottom: 1px;
}
.GardenCodesItem-editIcon {
  top: 1px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  opacity: 0.35;
  position: relative;
  margin-left: 2px;
}
.GardenCodesItem-editIcon:hover {
  opacity: 1;
}
.GardenCodesList-loadMore {
  font-size: 1rem;
}
.GardenEventDetails-root {
  padding: 30px;
  background: white;
}
.GardenEventDetails-title {
  color: #424242;
  cursor: pointer;
  font-size: 3rem;
  margin-top: 0;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.30357em;
  margin-left: -.02em;
  letter-spacing: -.02em;
}
.GardenEventDetails-title:hover {
  opacity: 1;
}
.GardenEventDetails-startTime {
  color: #616161;
  font-size: 1.6rem;
  font-variant: small-caps;
  margin-bottom: 30px;
}
.GardenEventDetails-description {
  margin-bottom: 20px;
}
.GatherTown-root {
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  position: relative;
  font-size: 1.16rem;
  margin-top: 20px;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  align-items: center;
  margin-bottom: 8px;
}
.GatherTown-root a {
  color: #C03A44;
}
.GatherTown-root:hover .GatherTown-hide {
  opacity: 1;
}
.GatherTown-secondaryInfo {
  color: rgba(0,0,0,0.55);
  font-size: 1rem;
  margin-top: 8px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.GatherTown-usersOnlineList {
  color: rgba(0,0,0,0.55);
  display: flex;
  font-size: 1rem;
  flex-wrap: wrap;
  margin-top: 0;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 4px;
  justify-content: flex-start;
}
.GatherTown-noUsers {
  color: rgba(0,0,0,0.5);
  font-size: 0.8rem;
}
.GatherTown-icon {
  margin-left: 6px;
  margin-right: 24px;
}
@media (max-width:599.95px) {
  .GatherTown-icon {
    display: none;
  }
}
.GatherTown-hide {
  top: 8px;
  right: 8px;
  width: 0.5em;
  color: rgba(0,0,0,0.5);
  cursor: pointer;
  height: 0.5em;
  opacity: 0;
  position: absolute;
}
.GatherTown-onlineDot {
  top: 2px;
  color: #C03A44;
  width: 0.5em;
  height: 0.5em;
  display: inline-block;
  position: relative;
  margin-right: -2px;
}
.GatherTown-greyDot {
  top: 3.5px;
  color: #9e9e9e;
  margin-right: 4px;
}
.GatherTown-userName {
  white-space: pre;
  margin-right: 5px;
}
.GatherTown-learn {
  color: #9e9e9e;
  font-size: .8rem;
  font-style: italic;
  margin-left: 8px;
}
.GatherTown-allEvents {
  font-size: .8em;
  font-style: italic;
}
@media (max-width:599.95px) {
  .GatherTown-gardenCodesList {
    display: none;
  }
}
.GatherTownIframeWrapper-iframePositioning {
  width: 100%;
  height: 100%;
  border: none;
}
.GroupFormDialog-root {
  display: flex;
  margin-top: 20px;
}
.GroupFormDialog-localGroupForm div {
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.GroupFormDialog-localGroupForm .editor {
  position: relative;
  font-size: 1.1rem;
  min-height: 50px;
}
.GroupFormDialog-localGroupForm .form-submit {
  margin-top: 10px;
  text-align: right;
}
.GroupFormDialog-localGroupForm .form-component-select .col-sm-9 {
  width: 100%;
  padding: 0;
}
.GroupFormDialog-localGroupForm .form-component-select label {
  display: none;
}
.GroupFormDialog-localGroupForm .form-component-select .form-component-clear {
  display: none;
}
.GroupFormDialog-inactiveButton.GroupFormDialog-inactiveButton {
  color: #bf360c;
}
.GroupFormDialog-submit.GroupFormDialog-submit {
  margin-left: auto;
}
.GroupFormDialog-formButton {
  color: #C03A44;
  font-size: 16px;
  margin-left: 5px;
  padding-bottom: 2px;
}
.GroupFormDialog-formButton:hover {
  background: rgba(0,0,0, 0.05);
}
.GroupLinks-root {
  display: inline-block;
}
.GroupLinks-groupTypes {
  display: inline-block;
  margin-left: 12px;
}
.GroupLinks-groupType {
  width: initial;
  height: 20px;
  display: inline-block;
  font-size: 14px;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  margin-left: 8px;
}
.GroupLinks-groupLinks {
  display: inline-flex;
  align-items: baseline;
  margin-left: 6px;
}
.GroupLinks-groupLink {
  margin-left: 8px;
}
.GroupLinks-websiteLink {
  margin-left: 6px;
}
.GroupLinks-facebookGroupIcon {
  width: 13px;
  color: rgba(0, 0, 0, 0.7);
  height: 13px;
  display: inline-block;
  padding-top: 0px;
}
.GroupLinks-socialIcon {
  width: 15px;
  color: rgba(0, 0, 0, 0.7);
  height: 15px;
  display: inline-block;
  transform: translateY(2px);
  padding-top: 0px;
}
.GroupLinks-linkIcon {
  width: 17px;
  color: rgba(0, 0, 0, 0.7);
  height: 17px;
  transform: translateY(3px) rotate(-45deg);
  padding-top: 0px;
}
.GroupLinks-iconButton {
  width: 18px;
  height: 18px;
  padding: 0px;
  vertical-align: baseline;
}
.GroupLinks-noMargin {
  margin: 0;
}
.GroupLinks-noMargin :first-child {
  margin-left: 0;
}
.Header-appBar {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.05);
}
.Header-root {
  height: 64px;
  flex-grow: 1;
}
@media (max-width:599.95px) {
  .Header-root {
    height: 56px;
  }
}
@media print {
  .Header-root {
    display: none;
  }
}
.Header-titleSubtitleContainer {
  display: flex;
  align-items: center;
}
.Header-title {
  top: 3px;
  flex: 1;
  color: rgba(0, 0, 0, 0.54);
  position: relative;
  padding-right: 8px;
}
.Header-titleLink {
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  font-size: 19px;
  align-items: center;
}
.Header-titleLink:hover, .Header-titleLink:focus, .Header-titleLink:active {
  opacity: 0.7;
  text-decoration: none;
}
.Header-menuButton {
  margin-left: -8px;
  margin-right: 8px;
}
.Header-siteLogo {
  margin-left: -8px;
}
@media (min-width:1280px) {
  .Header-hideLgUp {
    display: none;
  }
}
@media (max-width:1279.95px) {
  .Header-hideMdDown {
    display: none;
  }
}
@media (max-width:959.95px) {
  .Header-hideSmDown {
    display: none;
  }
}
@media (min-width:960px) {
  .Header-hideMdUp {
    display: none;
  }
}
.Header-rightHeaderItems {
  display: flex;
  margin-right: -8px;
}
.Header-searchSSRStandin {
  min-width: 48px;
}
.Header-headroom .headroom {
  top: 0;
  left: 0;
  right: 0;
  z-index: 1300;
}
.Header-headroom .headroom--unfixed {
  position: relative;
  transform: translateY(0);
}
.Header-headroom .headroom--scrolled {
  transition: transform 200ms ease-in-out;
}
.Header-headroom .headroom--unpinned {
  position: fixed;
  transform: translateY(-100%);
}
.Header-headroom .headroom--pinned {
  position: fixed;
  transform: translateY(0%);
}
.Header-headroomPinnedOpen .headroom--unpinned {
  transform: none !important;
}
.Header-headroomPinnedOpen .headroom--unfixed {
  position: fixed !important;
}
.HeaderSubtitle-subtitle {
  margin-left: 1em;
  border-left: 1px solid #bdbdbd;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  padding-left: 1em;
  text-transform: uppercase;
}
.HomeLatestPosts-titleWrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 8px;
}
.HomeLatestPosts-title {
  margin: 0;
  display: inline;
  font-size: 2.2rem;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-right: auto;
}
@media (min-width:600px) {
  .HomeLatestPosts-toggleFilters {
    display: none;
  }
}
@media (max-width:599.95px) {
  .HomeLatestPosts-hideOnMobile {
    display: none;
  }
}
.ImageUpload-root img {
  display: block;
  margin-bottom: 8px;
}
.ImageUpload-button {
  color: white;
  background: rgba(0,0,0, 0.5);
}
.ImageUpload-button:hover {
  background: rgba(0,0,0,.35);
}
.ImageUpload-imageIcon {
  font-size: 18px;
  margin-right: 8px;
}
.ImageUpload-chooseButton {
  margin-left: 10px;
}
.ImageUpload-removeButton {
  color: rgba(0,0,0, 0.5);
  margin-left: 10px;
}
.ImageUploadDefaultsDialog-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.ImageUploadDefaultsDialog-image {
  margin: 3px;
  border: 2px solid transparent;
  cursor: pointer;
  padding: 5px 5px 2px;
}
.ImageUploadDefaultsDialog-image:hover {
  border-color: #C03A44;
}
.KarmaChangeNotifier-root {
  display: flex;
  align-items: center;
}
.KarmaChangeNotifier-karmaNotifierPopper {
  z-index: 1400;
}
.KarmaChangeNotifier-starIcon {
  color: rgba(0, 0, 0, 0.87);
}
.KarmaChangeNotifier-title {
  display: block;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 8px;
}
.KarmaChangeNotifier-votedItemRow {
  height: 20px;
}
.KarmaChangeNotifier-votedItemScoreChange {
  display: inline-block;
  min-width: 20px;
  text-align: right;
}
.KarmaChangeNotifier-votedItemDescription {
  display: inline-block;
  overflow: hidden;
  max-width: 250px;
  margin-left: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.KarmaChangeNotifier-singleLinePreview {
  overflow: hidden;
  max-width: 300px;
  white-space: nowrap;
}
.KarmaChangeNotifier-pointBadge {
  font-size: 0.9rem;
}
.KarmaChangeNotifier-gainedPoints {
  color: #C03A44;
}
.KarmaChangeNotifier-settings {
  color: #757575;
  display: block;
  text-align: right;
  padding-top: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
}
.KarmaChangeNotifier-settings:hover {
  color: #9e9e9e;
}
.KarmaChangeNotifierSettings-root {
  padding-left: 8px;
  padding-right: 8px;
}
.KarmaChangeNotifierSettings-radioGroup {
  margin-top: 4px;
  padding-left: 24px;
}
.KarmaChangeNotifierSettings-radioButton {
  padding: 4px;
}
.KarmaChangeNotifierSettings-inline {
  display: inline;
}
.KarmaChangeNotifierSettings-checkbox {
  padding-right: 4px;
}
.KarmaChangeNotifierSettings-showNegative {
  padding-left: 2px;
}
.KarmaIcon-root {
  width: 1em;
  height: 1em;
  display: inline-block;
  position: relative;
}
.KarmaIcon-bigArrow {
  top: -.285em;
  left: -.255em;
  color: inherit;
  position: absolute;
  font-size: 2em;
}
.KarmaIcon-smallArrow {
  top: -.04em;
  left: -.186em;
  color: inherit;
  position: absolute;
  font-size: 1.52em;
}
.LWHelpIcon-icon {
  top: .19em;
  width: 1.5em;
  color: #9e9e9e;
  position: relative;
  font-size: 1.3em;
}
.LWPopper-popper {
  z-index: 10000;
  position: absolute;
}
.LWPopper-default {
  z-index: 10001;
  position: relative;
}
.LWPopper-tooltip {
  color: white;
  padding: 8px;
  z-index: 10001;
  position: relative;
  font-size: 1rem;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  line-height: 1.5rem;
  border-radius: 3px;
  background-color: rgba(75,75,75,.94);
}
.LWPopper-noMouseEvents {
  pointer-events: none;
}
.LatestReview-root {
  padding: 6px;
  overflow: hidden;
  flex-grow: 1;
  text-align: left;
  flex-shrink: 1;
  white-space: nowrap;
  margin-right: 15px;
}
@media (max-width:599.95px) {
  .LatestReview-root {
    display: none;
  }
}
.LatestReview-lastReview {
  color: #757575;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.LatestReview-title {
  color: #C03A44;
}
.Layout-main {
  grid-area: main;
  background: #f6f8f9;
  min-height: calc(100vh - 64px);
  padding-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
}
@media (max-width:959.95px) {
  .Layout-main {
    padding-top: 0;
    padding-left: 4px;
    padding-right: 4px;
  }
}
@supports (grid-template-areas: "title") {
  .Layout-gridActivated {
    display: grid;
    grid-template-areas: 
        "navSidebar ... main ... sunshine"
      ;
    grid-template-columns: 
      minmax(0, min-content)
      minmax(0, 1fr)
      minmax(0, min-content)
      minmax(0, 1.4fr)
      minmax(0, min-content)
    ;
  }
}
@media (max-width:1279.95px) {
  .Layout-gridActivated {
    display: block;
  }
}
.Layout-navSidebar {
  grid-area: navSidebar;
}
.Layout-sunshine {
  grid-area: sunshine;
}
.Layout-whiteBackground {
  background: white;
}
html {
  font-size: 13px;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*, *::before, *::after {
  box-sizing: inherit;
}
body {
  margin: 0;
  background-color: #f6f8f9;
}
@media print {
  body {
    background-color: white;
  }
}
h1, h2, h3, h4 {
  font-weight: 500;
}
textarea, textarea:focus, input, input:focus {
  border: none;
  outline: none;
}
button {
  border: none;
  cursor: pointer;
  box-shadow: none;
}
figure {
  margin: 1em 0;
}
.message.error {
  color: #E04E4B;
}
.ais-InstantSearch__root {
  font-family: inherit !important;
}
.noscript-warning {
  padding: 20px;
  font-size: 17px;
}
a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}
a:hover, a:active {
  opacity: 0.5;
  text-decoration: none;
}
.grecaptcha-badge {
  visibility: hidden;
}
.reCaptcha-text {
  color: rgba(0,0,0,0.5);
  font-size: 11px;
  font-family: sans-serif;
}
.thoughtSaverFrame {
  width: 100%;
  height: 500px;
  border: none;
  border-radius: 5px;
}
.comments-node-root {
  margin-bottom: 17px;
  background-color: white;
}
@media screen and (max-width: 715px) {
  .comments-node-root {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 400px) {
  .comments-node-root {
    padding-top: 5px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 400px) {
  .comments-node .comments-node {
    margin-left: 5px;
    margin-bottom: 5px;
  }
}
.comments-edit-form {
  position: relative;
  padding-bottom: 12px;
}
.comments-edit-form .form-submit {
  text-align: right;
  margin-right: 10px;
}
.comments-load-more {
  margin-left: 10px;
}
.comments-node-even {
  background-color: rgb(242,242,242);
}
.comments-node-odd {
  background-color: rgb(252,252,252);
}
.comments-node-its-getting-nested-here {
  margin-left: 7px !important;
  margin-bottom: 7px !important;
}
.comments-node-so-take-off-all-your-margins {
  margin-left: 6px !important;
  margin-bottom: 6px !important;
}
.comments-node-im-getting-so-nested {
  margin-left: 5px !important;
  margin-bottom: 5px !important;
}
.comments-node-im-gonna-drop-my-margins {
  margin-left: 5px !important;
  margin-bottom: 5px !important;
}
.comments-node-what-are-you-even-arguing-about {
  margin-left: 4px !important;
  margin-bottom: 4px !important;
}
.comments-node-are-you-sure-this-is-a-good-idea {
  margin-left: 3px !important;
  margin-bottom: 3px !important;
}
.comments-node-seriously-what-the-fuck {
  transform: rotate(.5deg);
  margin-left: 2px !important;
  margin-bottom: 2px !important;
}
.comments-node-are-you-curi-and-lumifer-specifically {
  transform: rotate(1deg);
  margin-left: 1px !important;
  margin-bottom: 1px !important;
}
.comments-node-cuz-i-guess-that-makes-sense-but-like-really-tho {
  transform: rotate(-1deg);
  margin-left: 1px !important;
  margin-bottom: 1px !important;
}
.recent-comments-node.loading {
  padding: 35px;
  min-height: 80px;
  background-color: rgb(242,242,242);
}
.recent-comments-node .comments-node {
  margin: 0;
}
.recent-comments-node.comments-node-root {
  position: inherit;
  margin-bottom: .8em;
  background-color: none;
}
p {
  margin-top: 1em;
  margin-bottom: 1em;
}
p:first-child {
  margin-top: 0;
}
style~p {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
.mapboxgl-popup {
  z-index: 5;
  will-change: auto !important;
}
@font-face {
  font-family: GreekFallback;
  src: local('Arial');
  unicode-range: U+0370-03FF, U+1F00-1FFF;
}
.ck-table-properties-form__alignment-row {
  display: none !important;
}
.Layout-searchResultsArea {
  top: 0;
  width: 100%;
  z-index: 1100;
  position: absolute;
}
.LinkCard-root {
  cursor: pointer;
  position: relative;
}
.LinkCard-root a {
  z-index: 1;
  position: relative;
}
.LinkCard-background {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
}
.LinkCard-background a {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.LinkPostMessage-root {
  color: #757575;
  font-size: .9em;
  font-style: italic;
  word-break: break-word;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 20px;
}
.LinkPostMessage-noMargin {
  margin-bottom: 0;
}
.LinkToPost-link {
  color: #C03A44;
}
.LinkToPost-link:after {
  color: #C03A44;
  content: "°";
  margin-left: 1px;
}
.LoadMore-root {
  color: #C03A44;
  display: inline-block;
  font-size: 1.16rem;
  min-height: 20px;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
}
.LoadMore-loading {
  min-height: 20px;
}
.LoadMore-disabled {
  color: #bdbdbd;
  cursor: default;
}
.LoadMore-disabled:hover {
  opacity: 1;
}
.LoadMore-sectionFooterStyles {
  flex-grow: 1;
  text-align: left !important;
  margin-left: 0 !important;
}
.LoadMore-sectionFooterStyles:after {
  content: '' !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.Loading-spinner {
  height: 10px;
  display: block;
  max-width: 100px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.Loading-spinner div {
  width: 10px;
  height: 10px;
  display: inline-block;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  border-radius: 100%;
  background-color: rgba(0,0,0,0.55);
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.Loading-bounce1 {
  margin-right: 5px;
  animation-delay: -0.32s !important;
}
.Loading-bounce2 {
  margin-right: 5px;
  animation-delay: -0.16s !important;
}
.Loading-bounce3 {
  margin-right: 0;
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1.0);
  }
}
.LocalEventMarker-icon {
  fill: #2b6a99;
  width: 15px;
  height: 15px;
  opacity: 0.8;
}
.LocalEventMarker-eaIcon {
  fill: #2b6a99;
  width: 20px;
  height: 20px;
  opacity: 0.8;
}
.LocalGroupMarker-icon {
  fill: #588f27;
  width: 15px;
  height: 15px;
  opacity: 0.8;
}
.LocalGroupMarker-eaIcon {
  fill: #588f27;
  width: 20px;
  height: 20px;
  opacity: 0.8;
}
@media (min-width:960px) {
  .LocalGroupPage-topSection {
    margin-top: -50px;
  }
}
.LocalGroupPage-imageContainer {
  height: 200px;
}
@media (min-width:960px) {
  .LocalGroupPage-imageContainer {
    margin-top: -50px;
  }
}
@media (max-width:959.95px) {
  .LocalGroupPage-imageContainer {
    margin-left: -4px;
    margin-right: -4px;
  }
}
.LocalGroupPage-groupInfo {
  display: flex;
  flex-grow: 1;
  align-items: baseline;
}
.LocalGroupPage-groupInfo.LocalGroupPage-groupInfo:after {
  content: "";
}
.LocalGroupPage-groupName {
  font-size: 30px;
  margin-top: 0px;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  margin-bottom: 0.5rem;
}
.LocalGroupPage-groupSubtitle {
  margin-bottom: 16px;
}
.LocalGroupPage-leftAction {
  align-self: center;
}
.LocalGroupPage-groupLocation {
  color: rgba(0,0,0,0.7);
  display: inline-block;
  font-size: 1.16rem;
  max-width: 260px;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
}
.LocalGroupPage-groupLinks {
  display: inline-block;
}
.LocalGroupPage-groupDescription {
  margin-bottom: 20px;
}
@media (max-width:599.95px) {
  .LocalGroupPage-groupDescription {
    margin-left: 0;
  }
}
.LocalGroupPage-groupDescriptionBody {
  color: rgba(0, 0, 0, 0.87);
  padding: 8px;
  font-size: 1.35rem;
  word-break: break-word;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.LocalGroupPage-groupDescriptionBody pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.LocalGroupPage-groupDescriptionBody code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.LocalGroupPage-groupDescriptionBody blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 400;
  padding-top: 12px;
  border-left: solid 3px #e0e0e0;
  margin-left: 24px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
}
.LocalGroupPage-groupDescriptionBody li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  margin-bottom: .5rem;
}
.LocalGroupPage-groupDescriptionBody h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.LocalGroupPage-groupDescriptionBody h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.LocalGroupPage-groupDescriptionBody h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.LocalGroupPage-groupDescriptionBody h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.LocalGroupPage-groupDescriptionBody h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.LocalGroupPage-groupDescriptionBody h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.LocalGroupPage-groupDescriptionBody h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.LocalGroupPage-groupDescriptionBody img {
  max-width: 100%;
}
.LocalGroupPage-groupDescriptionBody sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.LocalGroupPage-groupDescriptionBody sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.LocalGroupPage-groupDescriptionBody a, .LocalGroupPage-groupDescriptionBody a:hover, .LocalGroupPage-groupDescriptionBody a:active {
  color: #C03A44;
}
.LocalGroupPage-groupDescriptionBody table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.LocalGroupPage-groupDescriptionBody figure.table {
  display: table;
}
.LocalGroupPage-groupDescriptionBody td, .LocalGroupPage-groupDescriptionBody th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.LocalGroupPage-groupDescriptionBody th {
  background: #fafafa;
  font-weight: 700;
}
.LocalGroupPage-groupDescriptionBody figure {
  margin: 1em auto;
  text-align: center;
}
.LocalGroupPage-groupDescriptionBody figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.LocalGroupPage-groupDescriptionBody p.spoiler {
  margin: 0;
}
.LocalGroupPage-groupDescriptionBody .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.LocalGroupPage-groupDescriptionBody div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.LocalGroupPage-groupDescriptionBody p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.LocalGroupPage-groupDescriptionBody .spoilers:not(:hover)::selection, .LocalGroupPage-groupDescriptionBody .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.LocalGroupPage-groupDescriptionBody .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.LocalGroupPage-groupDescriptionBody div.metaculus-preview {
  background-color: #2c3947;
}
.LocalGroupPage-groupDescriptionBody figure.media div[data-oembed-url*="youtube.com"], .LocalGroupPage-groupDescriptionBody figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.LocalGroupPage-groupDescriptionBody .footnote-section {
  counter-reset: footnote-counter;
}
.LocalGroupPage-groupDescriptionBody .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.LocalGroupPage-groupDescriptionBody .footnote-item > * {
  vertical-align: text-top;
}
.LocalGroupPage-groupDescriptionBody .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.LocalGroupPage-groupDescriptionBody .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.LocalGroupPage-groupDescriptionBody .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.LocalGroupPage-groupDescriptionBody .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.LocalGroupPage-groupDescriptionBody .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.LocalGroupPage-groupDescriptionBody .footnotes-sep {
  display: none;
}
.LocalGroupPage-groupDescriptionBody hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.LocalGroupPage-groupDescriptionBody hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.LocalGroupPage-groupDescriptionBody .footnotes sup {
  margin-right: 10px;
}
.LocalGroupPage-groupDescriptionBody .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.LocalGroupPage-groupDescriptionBody .footnotes li {
  font-size: 0.9em;
}
.LocalGroupPage-groupDescriptionBody .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.LocalGroupPage-groupDescriptionBody figure.media div[data-oembed-url*="youtube.com"] iframe, .LocalGroupPage-groupDescriptionBody figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.LocalGroupPage-groupDescriptionBody div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.LocalGroupPage-groupDescriptionBody .spoilers > p:hover ~ p a, .LocalGroupPage-groupDescriptionBody .spoilers > p:hover ~ p a:hover, .LocalGroupPage-groupDescriptionBody .spoilers > p:hover ~ p a:focus, .LocalGroupPage-groupDescriptionBody .spoilers > p:hover ~ p a::after {
  color: black;
}
.LocalGroupPage-groupDescriptionBody .spoilers > p:hover ~ p code {
  background-color: black;
}
.LocalGroupPage-groupDescriptionBody div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.LocalGroupPage-groupDescriptionBody div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.LocalGroupPage-groupDescriptionBody div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.LocalGroupPage-groupDescriptionBody div.spoilers:not(:hover) a, .LocalGroupPage-groupDescriptionBody div.spoilers:not(:hover) a:hover, .LocalGroupPage-groupDescriptionBody div.spoilers:not(:hover) a:focus, .LocalGroupPage-groupDescriptionBody div.spoilers:not(:hover) a::after {
  color: black;
}
.LocalGroupPage-groupDescriptionBody div.spoilers:not(:hover) code {
  background-color: black;
}
.LocalGroupPage-groupDescriptionBody .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.LocalGroupPage-groupDescriptionBody .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.LocalGroupPage-groupDescriptionBody .spoiler:not(:hover) a, .LocalGroupPage-groupDescriptionBody .spoiler:not(:hover) a:hover, .LocalGroupPage-groupDescriptionBody .spoiler:not(:hover) a:focus, .LocalGroupPage-groupDescriptionBody .spoiler:not(:hover) a::after {
  color: black;
}
.LocalGroupPage-groupDescriptionBody .spoiler:not(:hover) code {
  background-color: black;
}
.LocalGroupPage-groupDescriptionBody td p, .LocalGroupPage-groupDescriptionBody th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.LocalGroupPage-groupDescriptionBody td p:first-of-type, .LocalGroupPage-groupDescriptionBody th p:first-of-type {
  margin-top: 0;
}
.LocalGroupPage-groupDescriptionBody a u, .LocalGroupPage-groupDescriptionBody a:hover u, .LocalGroupPage-groupDescriptionBody a:active u {
  text-decoration: none;
}
.LocalGroupPage-eventPostsHeadline {
  margin-top: 20px;
}
.LocalGroupPage-mapContainer {
  height: 200px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.LocalGroupsItem-root {
  display: flex;
  padding: 12px;
  position: relative;
  flex-wrap: nowrap;
  background: white;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  align-items: center;
  border-bottom: solid 2px rgba(0,0,0,.05);
}
@media (max-width:959.95px) {
  .LocalGroupsItem-root {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 400px) {
  .LocalGroupsItem-root {
    margin-left: 0;
    padding-left: 0;
  }
}
.LocalGroupsItem-root a:hover {
  color: rgba(0,0,0,.4);
  text-decoration: none;
}
.LocalGroupsItem-root:hover .LocalGroupsItem-actions {
  opacity: 0.2;
}
.LocalGroupsItem-title {
  overflow: hidden;
  font-size: 1.4rem;
  flex-grow: 1;
  line-height: 1.4rem;
  font-weight: 400;
  white-space: nowrap;
  margin-right: 16px;
  text-overflow: ellipsis;
  text-decoration: none;
}
@media (max-width:959.95px) {
  .LocalGroupsItem-title {
    width: 100%;
    margin-bottom: 12px;
  }
}
.LocalGroupsItem-actions {
  top: 0;
  right: -18px;
  width: 18px;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
}
.LocalGroupsItem-actions:hover {
  opacity: 1;
}
@media (max-width:959.95px) {
  .LocalGroupsItem-actions {
    display: none;
  }
}
.LocalGroupsItem-location {
  color: rgba(0,0,0,.4);
  margin-right: 8px;
}
.LocalGroupsItem-links {
  min-width: 132px;
}
.LocalGroupsList-localGroups {
  box-shadow: 0 1px 5px rgba(0,0,0,.025);
}
.LocationFormComponent-root .geosuggest {
  width: 100%;
  position: relative;
  font-size: 1rem;
  text-align: left;
  padding-right: 3px;
}
.LocationFormComponent-root .geosuggest__input {
  width: 350px;
  border: 2px solid transparent;
  padding: .5em 1em 0.5em 0em !important;
  font-size: 13px;
  border-bottom: 1px solid rgba(0,0,0,.87);
}
.LocationFormComponent-root .geosuggest__input:focus {
  outline: none;
  box-shadow: 0 0 0 transparent;
  border-bottom: 2px solid rgba(0,0,0,.87);
  border-bottom-color: #267dc0;
}
.LocationFormComponent-root .geosuggest__suggests {
  top: 100%;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 5;
  position: absolute;
  max-height: 25em;
  margin-top: -1px;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  list-style: none;
  transition: max-height 0.2s, border 0.2s;
  border-top-width: 0;
}
.LocationFormComponent-root .geosuggest__suggests--hidden {
  overflow: hidden;
  max-height: 0;
  border-width: 0;
}
.LocationFormComponent-root .geosuggest__item {
  cursor: pointer;
  padding: .5em .65em;
  font-size: 1rem;
}
.LocationFormComponent-root .geosuggest__item:hover, .LocationFormComponent-root .geosuggest__item:focus {
  background: #f5f5f5;
}
.LocationFormComponent-root .geosuggest__item--active {
  color: #fff;
  background: #267dc0;
}
.LocationFormComponent-root .geosuggest__item--active:hover, .LocationFormComponent-root .geosuggest__item--active:focus {
  background: #ccc;
}
.LocationFormComponent-root .geosuggest__item__matched-text {
  font-weight: bold;
}
@media (max-width:959.95px) {
  .LocationFormComponent-root .geosuggest__input {
    width: 100%;
  }
}
.LoginPopup-dialog {
  z-index: 10002;
}
.LoginPopup-paper {
  margin-left: 0;
  margin-right: 0;
}
.LoginPopupButton-root {
  color: #C03A44;
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
}
.ManageSubscriptionsLink-button {
  margin-left: 8px;
  margin-bottom: 8px;
}
.MessageItem-message {
  word-wrap: break-word;
  padding-top: 8px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 5px;
  margin-bottom: 12px;
  padding-bottom: 8px;
  background-color: #eeeeee;
}
.MessageItem-backgroundIsCurrent {
  color: white;
  margin-left: 12px;
  background-color: #616161;
}
.MessageItem-meta {
  margin-bottom: 12px;
}
.MessageItem-whiteMeta {
  color: rgba(255,255,255, 0.7);
}
.MessageItem-messageBody a {
  color: rgb(204, 97, 105);
}
.MetaInfo-root {
  color: #757575;
  display: inline;
  font-size: 1rem;
  margin-right: 8px;
}
.MetaInfo-button {
  cursor: pointer;
}
.MetaInfo-button:hover, .MetaInfo-button:active, .MetaInfo-button:focus {
  color: #bdbdbd;
}
.MetaculusPreview-background {
  background-color: #2c3947;
}
.MetaculusPreview-iframeStyling {
  width: 400px;
  height: 250px;
  border: none;
  max-width: 100vw;
}
.MetaculusPreview-link:after {
  color: #C03A44;
  content: "°";
  margin-left: 1px;
}
.MigrationsDashboard-root {
  font-size: 16px;
  line-height: 1.3;
}
.MigrationsDashboard-row {
  display: flex;
  font-size: 17px;
  font-weight: bold;
  border-bottom: 2px solid black;
  margin-bottom: 4px;
}
.MigrationsDashboard-name {
  flex-grow: 1;
  margin-right: 10px;
}
.MigrationsDashboard-middleColumn {
  min-width: 100px;
  margin-right: 10px;
}
.MigrationsDashboard-lastRun {
  min-width: 140px;
}
.MigrationsDashboardRow-root {
  font-size: 16px;
  line-height: 1.3;
}
.MigrationsDashboardRow-row {
  cursor: pointer;
  display: flex;
}
.MigrationsDashboardRow-name {
  flex-grow: 1;
  margin-right: 10px;
}
.MigrationsDashboardRow-middleColumn {
  min-width: 100px;
  margin-right: 10px;
}
.MigrationsDashboardRow-lastRun {
  min-width: 140px;
}
.ModerationGuidelinesBox-root {
  padding: 16px;
  position: relative;
}
.ModerationGuidelinesBox-assistance {
  color: rgba(0,0,0,0.6);
}
.ModerationGuidelinesBox-easy-going {
  color: rgba(100, 169, 105, 0.9);
}
.ModerationGuidelinesBox-norm-enforcing {
  color: #2B6A99;
}
.ModerationGuidelinesBox-reign-of-terror {
  color: rgba(179,90,49,.8);
}
.ModerationGuidelinesBox-editButton {
  right: 16px;
  cursor: pointer;
  height: 0.8em;
  position: absolute;
}
.ModerationGuidelinesBox-collapse {
  display: flex;
  font-size: 14px;
  margin-bottom: 4px;
  justify-content: flex-end;
}
.ModerationGuidelinesBox-moderationGuidelines {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.1rem;
  word-break: break-word;
  margin-top: .5em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .25em;
  pointer-events: none;
}
.ModerationGuidelinesBox-moderationGuidelines pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.ModerationGuidelinesBox-moderationGuidelines code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.ModerationGuidelinesBox-moderationGuidelines blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.ModerationGuidelinesBox-moderationGuidelines li {
  margin-top: .4em;
  margin-bottom: .4em;
}
.ModerationGuidelinesBox-moderationGuidelines h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.ModerationGuidelinesBox-moderationGuidelines h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.ModerationGuidelinesBox-moderationGuidelines h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.ModerationGuidelinesBox-moderationGuidelines h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.ModerationGuidelinesBox-moderationGuidelines h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.ModerationGuidelinesBox-moderationGuidelines h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.ModerationGuidelinesBox-moderationGuidelines h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.ModerationGuidelinesBox-moderationGuidelines img {
  max-width: 100%;
}
.ModerationGuidelinesBox-moderationGuidelines sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.ModerationGuidelinesBox-moderationGuidelines sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.ModerationGuidelinesBox-moderationGuidelines a, .ModerationGuidelinesBox-moderationGuidelines a:hover, .ModerationGuidelinesBox-moderationGuidelines a:active {
  color: #C03A44;
}
.ModerationGuidelinesBox-moderationGuidelines table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.ModerationGuidelinesBox-moderationGuidelines figure.table {
  display: table;
}
.ModerationGuidelinesBox-moderationGuidelines td, .ModerationGuidelinesBox-moderationGuidelines th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.ModerationGuidelinesBox-moderationGuidelines th {
  background: #fafafa;
  font-weight: 700;
}
.ModerationGuidelinesBox-moderationGuidelines figure {
  margin: 1em auto;
  text-align: center;
}
.ModerationGuidelinesBox-moderationGuidelines figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.ModerationGuidelinesBox-moderationGuidelines p.spoiler {
  margin: 0;
}
.ModerationGuidelinesBox-moderationGuidelines .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.ModerationGuidelinesBox-moderationGuidelines div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.ModerationGuidelinesBox-moderationGuidelines p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.ModerationGuidelinesBox-moderationGuidelines .spoilers:not(:hover)::selection, .ModerationGuidelinesBox-moderationGuidelines .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.ModerationGuidelinesBox-moderationGuidelines .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.ModerationGuidelinesBox-moderationGuidelines div.metaculus-preview {
  background-color: #2c3947;
}
.ModerationGuidelinesBox-moderationGuidelines figure.media div[data-oembed-url*="youtube.com"], .ModerationGuidelinesBox-moderationGuidelines figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.ModerationGuidelinesBox-moderationGuidelines .footnote-section {
  counter-reset: footnote-counter;
}
.ModerationGuidelinesBox-moderationGuidelines .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.ModerationGuidelinesBox-moderationGuidelines .footnote-item > * {
  vertical-align: text-top;
}
.ModerationGuidelinesBox-moderationGuidelines .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.ModerationGuidelinesBox-moderationGuidelines .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.ModerationGuidelinesBox-moderationGuidelines .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.ModerationGuidelinesBox-moderationGuidelines .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.ModerationGuidelinesBox-moderationGuidelines .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.ModerationGuidelinesBox-moderationGuidelines .footnotes-sep {
  display: none;
}
.ModerationGuidelinesBox-moderationGuidelines hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.ModerationGuidelinesBox-moderationGuidelines h1, .ModerationGuidelinesBox-moderationGuidelines h2, .ModerationGuidelinesBox-moderationGuidelines h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.ModerationGuidelinesBox-moderationGuidelines * {
  pointer-events: auto;
}
.ModerationGuidelinesBox-moderationGuidelines > *:hover ~ .spoiler {
  color: black;
}
.ModerationGuidelinesBox-moderationGuidelines > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
.ModerationGuidelinesBox-moderationGuidelines p, .ModerationGuidelinesBox-moderationGuidelines ul {
  margin-top: .6em;
  margin-bottom: .6em;
}
.ModerationGuidelinesBox-moderationGuidelines hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.ModerationGuidelinesBox-moderationGuidelines .footnotes sup {
  margin-right: 10px;
}
.ModerationGuidelinesBox-moderationGuidelines .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.ModerationGuidelinesBox-moderationGuidelines .footnotes li {
  font-size: 0.9em;
}
.ModerationGuidelinesBox-moderationGuidelines .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.ModerationGuidelinesBox-moderationGuidelines figure.media div[data-oembed-url*="youtube.com"] iframe, .ModerationGuidelinesBox-moderationGuidelines figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.ModerationGuidelinesBox-moderationGuidelines div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.ModerationGuidelinesBox-moderationGuidelines .spoilers > p:hover ~ p a, .ModerationGuidelinesBox-moderationGuidelines .spoilers > p:hover ~ p a:hover, .ModerationGuidelinesBox-moderationGuidelines .spoilers > p:hover ~ p a:focus, .ModerationGuidelinesBox-moderationGuidelines .spoilers > p:hover ~ p a::after {
  color: black;
}
.ModerationGuidelinesBox-moderationGuidelines .spoilers > p:hover ~ p code {
  background-color: black;
}
.ModerationGuidelinesBox-moderationGuidelines div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.ModerationGuidelinesBox-moderationGuidelines div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.ModerationGuidelinesBox-moderationGuidelines div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.ModerationGuidelinesBox-moderationGuidelines div.spoilers:not(:hover) a, .ModerationGuidelinesBox-moderationGuidelines div.spoilers:not(:hover) a:hover, .ModerationGuidelinesBox-moderationGuidelines div.spoilers:not(:hover) a:focus, .ModerationGuidelinesBox-moderationGuidelines div.spoilers:not(:hover) a::after {
  color: black;
}
.ModerationGuidelinesBox-moderationGuidelines div.spoilers:not(:hover) code {
  background-color: black;
}
.ModerationGuidelinesBox-moderationGuidelines .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.ModerationGuidelinesBox-moderationGuidelines .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.ModerationGuidelinesBox-moderationGuidelines .spoiler:not(:hover) a, .ModerationGuidelinesBox-moderationGuidelines .spoiler:not(:hover) a:hover, .ModerationGuidelinesBox-moderationGuidelines .spoiler:not(:hover) a:focus, .ModerationGuidelinesBox-moderationGuidelines .spoiler:not(:hover) a::after {
  color: black;
}
.ModerationGuidelinesBox-moderationGuidelines .spoiler:not(:hover) code {
  background-color: black;
}
.ModerationGuidelinesBox-moderationGuidelines td p, .ModerationGuidelinesBox-moderationGuidelines th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.ModerationGuidelinesBox-moderationGuidelines td p:first-of-type, .ModerationGuidelinesBox-moderationGuidelines th p:first-of-type {
  margin-top: 0;
}
.ModerationGuidelinesBox-moderationGuidelines a u, .ModerationGuidelinesBox-moderationGuidelines a:hover u, .ModerationGuidelinesBox-moderationGuidelines a:active u {
  text-decoration: none;
}
.ModerationGuidelinesEditForm-formButton {
  font-size: 16px;
  margin-left: 5px;
  padding-bottom: 2px;
}
.ModerationGuidelinesEditForm-formButton:hover {
  background: rgba(0,0,0, 0.05);
}
.ModerationGuidelinesEditForm-submitButton {
  color: #C03A44;
  float: right;
}
.ModerationLog-adminHomeLayout {
  width: 920px;
  margin: auto;
}
.ModerationLog-adminHomeOrModerationLogPage {
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.ModerationLog-adminHomeOrModerationLogPage h1 {
  color: #424242;
  font-size: 3rem;
  margin-top: 1.2em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.30357em;
  margin-left: -.02em;
  letter-spacing: -.02em;
}
.ModerationLog-adminHomeOrModerationLogPage h2 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.ModerationLog-adminHomeOrModerationLogPage h3 {
  color: #424242;
  font-size: 2rem;
  margin-top: 0;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.20588em;
  margin-bottom: 0.5em;
}
.ModerationLog-adminLogGroup {
  border: solid 1px rgba(0,0,0,.2);
  margin: 16px;
  padding: 10px;
  border-radius: 2px;
}
.ModerationLog-floatLeft {
  width: 48%;
  float: left;
}
.ModerationLog-recentLogins {
  background-color: rgba(50,100,50,.1);
}
.ModerationLog-allUsers {
  background-color: rgba(100,50,50,.1);
}
@media (min-width:600px) {
  .ModeratorComments-root {
    margin-right: 32px;
  }
}
.ModeratorComments-title {
  margin: 0;
  font-size: 2.2rem;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 8px;
}
.MoveToAlignmentMenuItem-iconRoot {
  width: 24px;
  position: relative;
}
.MoveToAlignmentMenuItem-omegaIcon {
  top: 7px !important;
  left: 0;
  opacity: 0.3;
  position: absolute !important;
}
.MoveToAlignmentMenuItem-moveIcon {
  color: black;
  margin-left: 8px;
}
.MoveToAlignmentMenuItem-undoIcon {
  width: 20px;
  color: black;
  margin-left: 8px;
}
.MozillaHubPreview-users {
  font-size: 1.2rem;
  margin-left: 3px;
  font-weight: 600;
}
.MozillaHubPreview-usersPreview {
  font-size: 1.1rem;
}
.MozillaHubPreview-icon {
  top: 3px;
  height: 18px;
  position: relative;
}
.MozillaHubPreview-image {
  width: 350px;
  height: 200px;
}
.MozillaHubPreview-roomInfo {
  color: rgba(0, 0, 0, 0.87);
  padding: 16px;
  font-size: 1.28rem;
  word-break: break-word;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.75rem;
}
.MozillaHubPreview-roomInfo pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.MozillaHubPreview-roomInfo code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.MozillaHubPreview-roomInfo blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 12px;
  border-left: solid 3px #e0e0e0;
  margin-left: 24px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
}
.MozillaHubPreview-roomInfo li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.28rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.8rem;
  margin-bottom: .5rem;
}
.MozillaHubPreview-roomInfo h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.MozillaHubPreview-roomInfo h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.MozillaHubPreview-roomInfo h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.MozillaHubPreview-roomInfo h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.MozillaHubPreview-roomInfo h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.MozillaHubPreview-roomInfo h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.MozillaHubPreview-roomInfo h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.MozillaHubPreview-roomInfo img {
  max-width: 100%;
}
.MozillaHubPreview-roomInfo sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.MozillaHubPreview-roomInfo sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.MozillaHubPreview-roomInfo a, .MozillaHubPreview-roomInfo a:hover, .MozillaHubPreview-roomInfo a:active {
  color: #C03A44;
}
.MozillaHubPreview-roomInfo table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.MozillaHubPreview-roomInfo figure.table {
  display: table;
}
.MozillaHubPreview-roomInfo td, .MozillaHubPreview-roomInfo th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.MozillaHubPreview-roomInfo th {
  background: #fafafa;
  font-weight: 700;
}
.MozillaHubPreview-roomInfo figure {
  margin: 1em auto;
  text-align: center;
}
.MozillaHubPreview-roomInfo figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.MozillaHubPreview-roomInfo p.spoiler {
  margin: 0;
}
.MozillaHubPreview-roomInfo .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.MozillaHubPreview-roomInfo div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.MozillaHubPreview-roomInfo p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.MozillaHubPreview-roomInfo .spoilers:not(:hover)::selection, .MozillaHubPreview-roomInfo .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.MozillaHubPreview-roomInfo .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.MozillaHubPreview-roomInfo div.metaculus-preview {
  background-color: #2c3947;
}
.MozillaHubPreview-roomInfo figure.media div[data-oembed-url*="youtube.com"], .MozillaHubPreview-roomInfo figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.MozillaHubPreview-roomInfo .footnote-section {
  counter-reset: footnote-counter;
}
.MozillaHubPreview-roomInfo .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.MozillaHubPreview-roomInfo .footnote-item > * {
  vertical-align: text-top;
}
.MozillaHubPreview-roomInfo .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.MozillaHubPreview-roomInfo .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.MozillaHubPreview-roomInfo .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.MozillaHubPreview-roomInfo .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.MozillaHubPreview-roomInfo .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.MozillaHubPreview-roomInfo .footnotes-sep {
  display: none;
}
.MozillaHubPreview-roomInfo hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.MozillaHubPreview-roomInfo ul {
  padding-inline-start: 30;
}
.MozillaHubPreview-roomInfo h1, .MozillaHubPreview-roomInfo h2, .MozillaHubPreview-roomInfo h3 {
  font-size: 1.6rem;
  margin-blick-start: 0 !important;
}
.MozillaHubPreview-roomInfo hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.MozillaHubPreview-roomInfo .footnotes sup {
  margin-right: 10px;
}
.MozillaHubPreview-roomInfo .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.MozillaHubPreview-roomInfo .footnotes li {
  font-size: 0.9em;
}
.MozillaHubPreview-roomInfo .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.MozillaHubPreview-roomInfo figure.media div[data-oembed-url*="youtube.com"] iframe, .MozillaHubPreview-roomInfo figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.MozillaHubPreview-roomInfo div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.MozillaHubPreview-roomInfo .spoilers > p:hover ~ p a, .MozillaHubPreview-roomInfo .spoilers > p:hover ~ p a:hover, .MozillaHubPreview-roomInfo .spoilers > p:hover ~ p a:focus, .MozillaHubPreview-roomInfo .spoilers > p:hover ~ p a::after {
  color: black;
}
.MozillaHubPreview-roomInfo .spoilers > p:hover ~ p code {
  background-color: black;
}
.MozillaHubPreview-roomInfo div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.MozillaHubPreview-roomInfo div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.MozillaHubPreview-roomInfo div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.MozillaHubPreview-roomInfo div.spoilers:not(:hover) a, .MozillaHubPreview-roomInfo div.spoilers:not(:hover) a:hover, .MozillaHubPreview-roomInfo div.spoilers:not(:hover) a:focus, .MozillaHubPreview-roomInfo div.spoilers:not(:hover) a::after {
  color: black;
}
.MozillaHubPreview-roomInfo div.spoilers:not(:hover) code {
  background-color: black;
}
.MozillaHubPreview-roomInfo .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.MozillaHubPreview-roomInfo .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.MozillaHubPreview-roomInfo .spoiler:not(:hover) a, .MozillaHubPreview-roomInfo .spoiler:not(:hover) a:hover, .MozillaHubPreview-roomInfo .spoiler:not(:hover) a:focus, .MozillaHubPreview-roomInfo .spoiler:not(:hover) a::after {
  color: black;
}
.MozillaHubPreview-roomInfo .spoiler:not(:hover) code {
  background-color: black;
}
.MozillaHubPreview-roomInfo td p, .MozillaHubPreview-roomInfo th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.MozillaHubPreview-roomInfo td p:first-of-type, .MozillaHubPreview-roomInfo th p:first-of-type {
  margin-top: 0;
}
.MozillaHubPreview-roomInfo a u, .MozillaHubPreview-roomInfo a:hover u, .MozillaHubPreview-roomInfo a:active u {
  text-decoration: none;
}
.MozillaHubPreview-roomHover {
  position: relative;
}
.MozillaHubPreview-roomTitle {
  font-size: 1.3rem;
  font-weight: 600;
}
.MozillaHubPreview-card {
  width: 350px;
  box-shadow: 0px 0px 10px rgba(0,0,0,.1);
  background-color: white;
}
.MozillaHubPreview-description {
  font-size: 1.1rem;
  margin-top: 8px;
}

.MuiTextField-textField {
  width: 350px;
  font-size: 15px;
}
@media (max-width:959.95px) {
  .MuiTextField-textField {
    width: calc(100% - 30px);
  }
}
.MuiTextField-fullWidth {
  width: 100%;
}
.MultiSelectButtons-button {
  font-size: 16px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
}
.MultiSelectButtons-selected {
  color: white;
  text-transform: none;
  background-color: rgba(100,169,105, 0.9);
}
.MultiSelectButtons-selected:hover {
  background-color: rgba(100,169,105, 0.5);
}
.MultiSelectButtons-notSelected {
  color: rgba(0,0,0,0.6);
  text-transform: none;
  background-color: rgba(0,0,0, 0);
}
.MultiSelectButtons-notSelected:hover {
  background-color: rgba(0,0,0, 0.1);
}
.NavigationDrawer-paperWithoutToC {
  width: 280px;
  overflow-y: auto;
}
.NavigationDrawer-paperWithToC {
  width: 280px;
  overflow: hidden;
}
@media (max-width:959.95px) {
  .NavigationDrawer-paperWithToC {
    width: 300px;
  }
}
.NavigationDrawer-drawerNavigationMenuUncompressed {
  left: 0;
  width: 260px;
  padding-top: 10px;
  padding-bottom: 20px;
}
@media (max-width:959.95px) {
  .NavigationDrawer-hideOnMobile {
    display: none;
  }
}
.NavigationDrawer-drawerNavigationMenuCompressed {
  width: 55px;
  color: #757575;
  height: 100%;
  padding-top: 16px;
  border-right: solid 1px rgba(0,0,0,.1);
  padding-bottom: 8px;
  background-color: #f5f5f5;
}
@media (min-width:960px) {
  .NavigationDrawer-drawerNavigationMenuCompressed {
    display: none;
  }
}
.NavigationDrawer-tableOfContents {
  left: 55px;
  height: 100%;
  padding: 16px 0 16px 16px;
  position: absolute;
  max-width: 247px;
  overflow-y: auto;
}
@media (min-width:960px) {
  .NavigationDrawer-tableOfContents {
    display: none;
  }
}
.NavigationStandalone-root {
  width: 250px;
}
.NavigationStandalone-sidebar {
  padding-top: 15px;
}
@media (max-width:1279.95px) {
  .NavigationStandalone-sidebar {
    display: none;
  }
}
.NavigationStandalone-footerBar {
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 3;
  position: fixed;
  background-color: #e0e0e0;
}
@media (min-width:1280px) {
  .NavigationStandalone-footerBar {
    display: none;
  }
}
@media print {
  .NavigationStandalone-display {
    0: n;
    1: o;
    2: n;
    3: e;
  }
}
.NavigationStandalone-background {
  background: rgba(255,255,255,.75);
}
.NewAnswerCommentQuestionForm-root {
  max-width: 682px;
  border-top: solid 2px rgba(0,0,0,.5);
}
@media (max-width:1279.95px) {
  .NewAnswerCommentQuestionForm-root {
    margin-left: auto;
    margin-right: auto;
  }
}
.NewAnswerCommentQuestionForm-chooseResponseType {
  display: flex;
  padding: 8px;
  justify-content: space-between;
}
.NewAnswerCommentQuestionForm-responseType {
  width: calc(33.3% - 12px);
  color: #9e9e9e;
  cursor: pointer;
  padding: 16px;
  font-size: 16px;
  text-align: center;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-right: 12px;
}
.NewAnswerCommentQuestionForm-responseType:hover {
  color: rgba(0,0,0,.87);
  border-bottom: solid 1px rgba(0,0,0,.2);
}
.NewAnswerCommentQuestionForm-selected {
  color: rgba(0,0,0,.87);
  border-bottom: solid 1px rgba(0,0,0,.4);
}
.NewAnswerCommentQuestionForm-form {
  z-index: 4;
  position: relative;
}
.NewAnswerCommentQuestionForm-disabled {
  color: #bdbdbd;
  cursor: default;
}
.NewAnswerCommentQuestionForm-disabled:hover {
  color: #bdbdbd;
  border-bottom: unset;
}
.NewAnswerCommentQuestionForm-whitescreen {
  top: 0;
  left: -300px;
  width: 3000px;
  height: 5000px;
  display: none;
  z-index: 3;
  position: absolute;
  background-color: white;
}
.NewAnswerCommentQuestionForm-displayWhitescreen {
  display: block;
}
.NewAnswerCommentQuestionForm-toggleFocus {
  cursor: pointer;
  padding: 8px;
  padding-top: 12px;
}
.NewAnswerForm-answersForm {
  max-width: 650px;
  padding-bottom: 32px;
}
@media (max-width:1279.95px) {
  .NewAnswerForm-answersForm {
    margin-left: auto;
    margin-right: auto;
  }
}
.NewAnswerForm-formButton {
  color: #C03A44;
  float: right;
  font-size: 16px;
  margin-left: 5px;
  padding-bottom: 2px;
}
.NewAnswerForm-formButton:hover {
  background: rgba(0,0,0, 0.05);
}
.NewPostEmail-heading {
  color: #C03A44;
  text-align: center;
  margin-bottom: 30px;
}
.NewPostEmail-headingRow {
  margin-bottom: 8px;
}
.NewPostEmail-headingLink {
  color: black;
  font-weight: normal;
  font-family: Arial, sans-serif;
  text-decoration: none;
}
.NewPostEmail-headingHR {
  width: 210px;
  height: 0;
  border-top: none;
  margin-top: 50px;
  border-bottom: 1px solid #aaa;
  margin-bottom: 35px;
}
.NewPostEmail-hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
.NewQuestionDialog-formSubmit {
  display: flex;
  flex-wrap: wrap;
}
.NewRelatedQuestionForm-answersForm {
  max-width: 650px;
  padding-bottom: 32px;
}
@media (max-width:1279.95px) {
  .NewRelatedQuestionForm-answersForm {
    margin-left: auto;
    margin-right: auto;
  }
}
.NewRelatedQuestionForm-formButton {
  color: #C03A44;
  float: right;
  font-size: 16px;
  margin-left: 5px;
  padding-bottom: 2px;
}
.NewRelatedQuestionForm-formButton:hover {
  background: rgba(0,0,0, 0.05);
}
.NewRelatedQuestionForm-formSubmit {
  display: flex;
  flex-wrap: wrap;
}
.NewTagItem-root {
  border: solid 1px rgba(72,94,144,0.16);
  padding: 12px;
  background: white;
  border-radius: 3px;
  margin-bottom: 16px;
}
.NewTagItem-title {
  color: #424242;
  display: block;
  font-size: 1.75rem;
  margin-top: 0;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.13333em;
  margin-left: -.02em;
  margin-bottom: 8px;
}
.NewTagItem-metadata {
  color: #424242;
  font-size: 1.1rem;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 24px;
}
.NewTagItem-description {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  word-break: break-word;
  margin-top: .5em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: 18px;
  pointer-events: none;
}
.NewTagItem-description pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.NewTagItem-description code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.NewTagItem-description blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.NewTagItem-description li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.NewTagItem-description h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.NewTagItem-description h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.NewTagItem-description h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.NewTagItem-description h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.NewTagItem-description h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.NewTagItem-description h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.NewTagItem-description h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.NewTagItem-description img {
  max-width: 100%;
}
.NewTagItem-description sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.NewTagItem-description sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.NewTagItem-description a, .NewTagItem-description a:hover, .NewTagItem-description a:active {
  color: #C03A44;
}
.NewTagItem-description table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.NewTagItem-description figure.table {
  display: table;
}
.NewTagItem-description td, .NewTagItem-description th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.NewTagItem-description th {
  background: #fafafa;
  font-weight: 700;
}
.NewTagItem-description figure {
  margin: 1em auto;
  text-align: center;
}
.NewTagItem-description figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.NewTagItem-description p.spoiler {
  margin: 0;
}
.NewTagItem-description .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.NewTagItem-description div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.NewTagItem-description p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.NewTagItem-description .spoilers:not(:hover)::selection, .NewTagItem-description .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.NewTagItem-description .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.NewTagItem-description div.metaculus-preview {
  background-color: #2c3947;
}
.NewTagItem-description figure.media div[data-oembed-url*="youtube.com"], .NewTagItem-description figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.NewTagItem-description .footnote-section {
  counter-reset: footnote-counter;
}
.NewTagItem-description .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.NewTagItem-description .footnote-item > * {
  vertical-align: text-top;
}
.NewTagItem-description .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.NewTagItem-description .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.NewTagItem-description .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.NewTagItem-description .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.NewTagItem-description .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.NewTagItem-description .footnotes-sep {
  display: none;
}
.NewTagItem-description hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.NewTagItem-description h1, .NewTagItem-description h2, .NewTagItem-description h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.NewTagItem-description * {
  pointer-events: auto;
}
.NewTagItem-description > *:hover ~ .spoiler {
  color: black;
}
.NewTagItem-description > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
.NewTagItem-description.NewTagItem-description h1 {
  font-size: 2rem;
  margin-top: 3rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.NewTagItem-description.NewTagItem-description h2 {
  font-size: 1.7rem;
  margin-top: 1.5rem;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.NewTagItem-description.NewTagItem-description h3 {
  font-size: 1.3rem;
  margin-top: 1.5rem;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.NewTagItem-description hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.NewTagItem-description .footnotes sup {
  margin-right: 10px;
}
.NewTagItem-description .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.NewTagItem-description .footnotes li {
  font-size: 0.9em;
}
.NewTagItem-description .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.NewTagItem-description figure.media div[data-oembed-url*="youtube.com"] iframe, .NewTagItem-description figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.NewTagItem-description div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.NewTagItem-description .spoilers > p:hover ~ p a, .NewTagItem-description .spoilers > p:hover ~ p a:hover, .NewTagItem-description .spoilers > p:hover ~ p a:focus, .NewTagItem-description .spoilers > p:hover ~ p a::after {
  color: black;
}
.NewTagItem-description .spoilers > p:hover ~ p code {
  background-color: black;
}
.NewTagItem-description div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.NewTagItem-description div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.NewTagItem-description div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.NewTagItem-description div.spoilers:not(:hover) a, .NewTagItem-description div.spoilers:not(:hover) a:hover, .NewTagItem-description div.spoilers:not(:hover) a:focus, .NewTagItem-description div.spoilers:not(:hover) a::after {
  color: black;
}
.NewTagItem-description div.spoilers:not(:hover) code {
  background-color: black;
}
.NewTagItem-description .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.NewTagItem-description .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.NewTagItem-description .spoiler:not(:hover) a, .NewTagItem-description .spoiler:not(:hover) a:hover, .NewTagItem-description .spoiler:not(:hover) a:focus, .NewTagItem-description .spoiler:not(:hover) a::after {
  color: black;
}
.NewTagItem-description .spoiler:not(:hover) code {
  background-color: black;
}
.NewTagItem-description td p, .NewTagItem-description th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.NewTagItem-description td p:first-of-type, .NewTagItem-description th p:first-of-type {
  margin-top: 0;
}
.NewTagItem-description a u, .NewTagItem-description a:hover u, .NewTagItem-description a:active u {
  text-decoration: none;
}
.NewTagItem-discussionButtonPositioning {
  display: flex;
}
.NewTagsList-root {
  padding: 12px;
  background: white;
  box-shadow: 0 1px 5px rgba(0,0,0,.025);
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  padding-top: 2px;
  margin-bottom: 24px;
}
.NewTagsList-date {
  width: 30px;
  margin-right: 8px;
}
.NewTagsList-user {
  margin-right: 12px;
}
.NewTagsList-postCount {
  margin-right: 12px;
}
.NewTagsList-loadMore {
  margin-top: 6px;
  margin-left: 2px;
}
.NewUserCompleteProfile-root {
  padding: 48px;
  background: white;
}
.NewUserCompleteProfile-title {
  margin-top: 0;
}
.NewUserCompleteProfile-section {
  margin-top: 48px;
}
.NewUserCompleteProfile-sectionHelperText {
  color: #757575;
  font-size: 1rem;
  font-style: italic;
}
.NewUserCompleteProfile-submitButtonSection {
  margin-top: 24px;
}
.NoContent-root {
  color: #757575;
  margin: 16px;
}
.NominatePostDialog-nominating {
  font-size: 1.2rem;
  margin-top: 8px;
}
.NominatePostDialog-postTitle {
  margin-top: 5px;
}
.NominatePostDialog-text {
  color: #757575;
  margin-top: 1em;
  border-top: solid 1px rgba(0,0,0,.15);
  text-align: center;
  padding-top: 1em;
}
.NominatePostDialog-link {
  color: #C03A44;
  display: block;
  margin-top: 10px;
}
.NominatePostDialog-hintText p {
  margin-top: 2px;
  margin-bottom: 2px;
}
.Nominations2018-setting {
  color: #757575;
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
}
.Nominations2019-setting {
  color: #757575;
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
}
.Nominations2019-meta {
  display: flex;
  align-items: flex-end;
  margin-bottom: 16px;
  justify-content: space-between;
}
.Nominations2019-info {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
}
.NotificationTypeSettings-root {
  padding: 8px;
}
.NotificationTypeSettings-settings {
  padding-left: 20px;
}
.NotificationsItem-root {
  display: flex;
  padding: 0;
  transition: none;
  align-items: center;
  border-bottom: solid 1px rgba(0,0,0,.1);
}
.NotificationsItem-root:hover {
  background-color: rgba(0,0,0,0.02) !important;
}
.NotificationsItem-read {
  background-color: rgba(0,0,0,0.04) !important;
}
.NotificationsItem-read:hover {
  background-color: rgba(0,0,0,0.08) !important;
}
.NotificationsItem-unread {
  background-color: inherit !important;
}
@media (max-width:599.95px) {
  .NotificationsItem-preview {
    display: none;
  }
}
.NotificationsItem-notificationLabel {
  color: rgba(0,0,0, 0.66);
  display: -webkit-box;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 18px;
  padding-right: 16px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.NotificationsList-root {
  width: 270px;
  padding: 0;
  overflow-y: auto;
}
.NotificationsList-empty {
  padding: 10px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.NotificationsList-loadMoreButton {
  padding: 0;
  font-size: 14px;
}
.NotificationsList-loadMoreLabel {
  width: 100%;
  padding: 16px;
  text-align: center;
}
.NotificationsMenu-root {
  display: inline-block;
  vertical-align: top;
}
.NotificationsMenu-drawerPaper {
  width: 270px;
  z-index: 1500;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 10px, rgba(0, 0, 0, 0.23) 0px 3px 10px;
}
.NotificationsMenu-badgeContainer {
  padding: none;
  vertical-align: inherit;
}
.NotificationsMenu-badge {
  top: 0;
  color: rgba(0,0,0,0.6);
  right: -15px;
  font-size: 12px;
  font-weight: 500;
  pointer-events: none;
  background-color: inherit;
}
.NotificationsMenu-icon {
  color: rgba(0,0,0,0.8);
}
.NotificationsMenu-hideButton {
  top: 0;
  right: 5px;
  position: absolute;
}
.NotificationsMenu-cancel {
  color: rgba(0,0,0,0.3);
  margin: 10px;
  cursor: pointer;
}
.NotificationsMenu-tabBar {
  background: #f5f5f5;
}
.NotificationsMenu-tabLabel {
  color: rgba(0,0,0,0.8);
  min-width: auto;
}
.NotificationsMenu-hiddenTab {
  width: 24px;
  min-width: auto;
  pointer-events: none;
}
.NotificationsMenuButton-badgeContainer {
  padding: none;
  font-family: freight-sans-pro, sans-serif;
  vertical-align: inherit;
}
.NotificationsMenuButton-badge {
  top: 1px;
  color: rgba(0, 0, 0, 0.87);
  right: 1px;
  font-size: 12px;
  font-family: freight-sans-pro, sans-serif;
  font-weight: 500;
  pointer-events: none;
  background-color: inherit;
}
.NotificationsMenuButton-buttonOpen {
  background-color: rgba(0,0,0,0.4);
}
.NotificationsMenuButton-buttonClosed {
  background-color: rgba(0,0,0,0);
}
.NotifyMeButton-root {
  display: flex;
  align-items: center;
}
@media (max-width:959.95px) {
  .NotifyMeButton-hideOnMobile {
    display: none;
  }
}
.NotifyMeButton-hide {
  display: none;
}
.OmegaIcon-root {
  top: 2px;
  width: 24px;
  position: relative;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  font-family: Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.OverallVoteAxis-overallSection {
  height: 24px;
  display: inline-block;
  padding-top: 2px;
}
.OverallVoteAxis-overallSectionBox {
  outline: 1px solid rgba(72,94,144,0.16);
  min-width: 70px;
  text-align: center;
}
.OverallVoteAxis-vote {
  display: inline-block;
  font-size: 25px;
  line-height: 0.6;
}
.OverallVoteAxis-voteScore {
  font-size: 1.1rem;
  margin-left: 4px;
  line-height: 1;
  margin-right: 4px;
}
.OverallVoteAxis-secondarySymbol {
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.OverallVoteAxis-secondaryScore {
  font-size: 1.1rem;
  margin-left: 2px;
  margin-right: 14px;
}
.OverallVoteAxis-secondaryScoreNumber {
  margin-left: 3px;
}
.OverallVoteAxis-tooltipHelp {
  font-size: 1rem;
  font-style: italic;
}
.PFLibraryHome-description {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  margin-top: 8px;
  word-break: break-word;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  margin-bottom: 32px;
}
.PFLibraryHome-description pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.PFLibraryHome-description code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.PFLibraryHome-description blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 400;
  padding-top: 12px;
  border-left: solid 3px #e0e0e0;
  margin-left: 24px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
}
.PFLibraryHome-description li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  margin-bottom: .5rem;
}
.PFLibraryHome-description h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.PFLibraryHome-description h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.PFLibraryHome-description h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.PFLibraryHome-description h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.PFLibraryHome-description h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.PFLibraryHome-description h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.PFLibraryHome-description h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.PFLibraryHome-description img {
  max-width: 100%;
}
.PFLibraryHome-description sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.PFLibraryHome-description sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.PFLibraryHome-description a, .PFLibraryHome-description a:hover, .PFLibraryHome-description a:active {
  color: #C03A44;
}
.PFLibraryHome-description table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.PFLibraryHome-description figure.table {
  display: table;
}
.PFLibraryHome-description td, .PFLibraryHome-description th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.PFLibraryHome-description th {
  background: #fafafa;
  font-weight: 700;
}
.PFLibraryHome-description figure {
  margin: 1em auto;
  text-align: center;
}
.PFLibraryHome-description figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.PFLibraryHome-description p.spoiler {
  margin: 0;
}
.PFLibraryHome-description .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.PFLibraryHome-description div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.PFLibraryHome-description p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.PFLibraryHome-description .spoilers:not(:hover)::selection, .PFLibraryHome-description .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.PFLibraryHome-description .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.PFLibraryHome-description div.metaculus-preview {
  background-color: #2c3947;
}
.PFLibraryHome-description figure.media div[data-oembed-url*="youtube.com"], .PFLibraryHome-description figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.PFLibraryHome-description .footnote-section {
  counter-reset: footnote-counter;
}
.PFLibraryHome-description .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.PFLibraryHome-description .footnote-item > * {
  vertical-align: text-top;
}
.PFLibraryHome-description .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.PFLibraryHome-description .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.PFLibraryHome-description .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.PFLibraryHome-description .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.PFLibraryHome-description .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.PFLibraryHome-description .footnotes-sep {
  display: none;
}
.PFLibraryHome-description hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.PFLibraryHome-description hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.PFLibraryHome-description .footnotes sup {
  margin-right: 10px;
}
.PFLibraryHome-description .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.PFLibraryHome-description .footnotes li {
  font-size: 0.9em;
}
.PFLibraryHome-description .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.PFLibraryHome-description figure.media div[data-oembed-url*="youtube.com"] iframe, .PFLibraryHome-description figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.PFLibraryHome-description div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.PFLibraryHome-description .spoilers > p:hover ~ p a, .PFLibraryHome-description .spoilers > p:hover ~ p a:hover, .PFLibraryHome-description .spoilers > p:hover ~ p a:focus, .PFLibraryHome-description .spoilers > p:hover ~ p a::after {
  color: black;
}
.PFLibraryHome-description .spoilers > p:hover ~ p code {
  background-color: black;
}
.PFLibraryHome-description div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.PFLibraryHome-description div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.PFLibraryHome-description div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.PFLibraryHome-description div.spoilers:not(:hover) a, .PFLibraryHome-description div.spoilers:not(:hover) a:hover, .PFLibraryHome-description div.spoilers:not(:hover) a:focus, .PFLibraryHome-description div.spoilers:not(:hover) a::after {
  color: black;
}
.PFLibraryHome-description div.spoilers:not(:hover) code {
  background-color: black;
}
.PFLibraryHome-description .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.PFLibraryHome-description .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.PFLibraryHome-description .spoiler:not(:hover) a, .PFLibraryHome-description .spoiler:not(:hover) a:hover, .PFLibraryHome-description .spoiler:not(:hover) a:focus, .PFLibraryHome-description .spoiler:not(:hover) a::after {
  color: black;
}
.PFLibraryHome-description .spoiler:not(:hover) code {
  background-color: black;
}
.PFLibraryHome-description td p, .PFLibraryHome-description th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.PFLibraryHome-description td p:first-of-type, .PFLibraryHome-description th p:first-of-type {
  margin-top: 0;
}
.PFLibraryHome-description a u, .PFLibraryHome-description a:hover u, .PFLibraryHome-description a:active u {
  text-decoration: none;
}
.PasswordResetPage-root {
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.PasswordResetPage-input {
  font: inherit;
  color: inherit;
  width: 100%;
  display: block;
  padding: 8px;
  font-size: 1.2rem;
  margin-bottom: 8px;
  background-color: rgba(0,0,0,0.03);
}
.PasswordResetPage-submit {
  font: inherit;
  color: inherit;
  width: 100%;
  height: 32px;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  margin-top: 16px;
  text-transform: uppercase;
}
.PersonalMapLocationMarkers-icon {
  fill: #3f51b5;
  width: 20px;
  height: 20px;
  opacity: 0.8;
}
.PetrovDayButton-root {
  height: 520px;
  z-index: 6;
  position: relative;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.PetrovDayButton-panelBacking {
  top: 0;
  left: 0;
  width: 100%;
  height: 520px;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,0,0,.4);
}
.PetrovDayButton-panel {
  display: flex;
  box-shadow: 0 0 10px #424242;
  padding-top: 16px;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 5px;
  padding-bottom: 16px;
  flex-direction: column;
  background-color: #f5f5f5;
}
.PetrovDayButton-title {
  margin-top: 8px;
  margin-bottom: 16px;
}
.PetrovDayButton-incomingTitle {
  color: red;
  display: flex;
  margin-top: 8px;
  align-items: center;
  margin-bottom: 16px;
  flex-direction: column;
}
.PetrovDayButton-timer {
  font-size: 3rem;
  margin-top: 10px;
}
.PetrovDayButton-button {
  width: 189px;
  height: 189px;
}
.PetrovDayButton-button:hover .PetrovDayButton-buttonHover {
  display: inline-block;
}
.PetrovDayButton-button:hover .PetrovDayButton-buttonDefault {
  display: none;
}
.PetrovDayButton-buttonHover {
  cursor: pointer;
  display: none;
}
.PetrovDayButton-buttonDefault {
  cursor: pointer;
}
.PetrovDayButton-launchButton {
  width: 174px;
}
.PetrovDayButton-inputSection {
  display: flex;
  flex-direction: column;
}
.PetrovDayButton-keyCode {
  width: 100%;
  border: solid 1px rgba(0,0,0,.1);
  height: 50px;
  padding: 12px;
  margin-top: 16px;
  box-shadow: 0 0 10px #eeeeee;
  margin-bottom: 8px;
  border-radius: 3px;
}
.PetrovDayButton-incorrectCode {
  color: #9e9e9e;
  font-size: 12px;
  text-align: center;
  margin-top: 8px;
}
.PetrovDayButton-info {
  width: 255px;
  color: #757575;
  margin-top: 12px;
  text-align: center;
  line-height: 1.8em;
}
.PetrovDayButton-link {
  color: #C03A44;
  margin-top: 12px;
}
.PetrovDayLossScreen-root {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000000;
  display: flex;
  position: fixed;
  background: black url('../mushroomCloud.jpg') no-repeat fixed center;
  align-items: center;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  flex-direction: column;
  justify-content: center;
}
.PetrovDayLossScreen-link {
  color: white;
  text-shadow: 0 0 15 rgba(0,0,0,.2);
}
.PetrovDayLossScreen-title {
  color: white;
  margin-bottom: 40px;
}
.Pingback-root {
  display: flex;
  margin-bottom: 2px;
}
.Pingback-karma {
  width: 42px;
}
.PingbacksList-root {
  margin-top: 16px;
  margin-bottom: 32px;
}
.PingbacksList-title {
  display: inline-block;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1rem;
  margin-bottom: -4px;
}
.PingbacksList-loadMore {
  color: #C03A44;
  display: inline-block;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1rem;
  margin-bottom: -4px;
}
.PingbacksList-list {
  margin-top: 8px;
}
.PomodoroWidget-root {
  display: flex;
  align-items: center;
}
.PomodoroWidget-icon {
  color: #C03A44;
  margin-right: 8px;
}
.PortalBarGcalEventItem-root {
  color: rgba(0,0,0,0.55);
  width: 350px;
  display: flex;
  font-size: 1.1rem;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
@media (max-width:599.95px) {
  .PortalBarGcalEventItem-root {
    width: 100%;
    flex-wrap: wrap;
  }
}
.PortalBarGcalEventItem-eventName {
  width: 230px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width:599.95px) {
  .PortalBarGcalEventItem-eventName {
    width: 100%;
    margin-right: 8px;
  }
}
.PortalBarGcalEventItem-eventTime {
  width: 150px;
  opacity: 0.75;
  display: inline-block;
  font-size: .9em;
  text-align: right;
}
@media (max-width:599.95px) {
  .PortalBarGcalEventItem-eventTime {
    width: 100%;
    text-align: left;
  }
}
.PostActions-root {
  color: rgba(0, 0, 0, 0.87);
  margin: 0;
  font-size: 3rem;
  margin-top: 1.2em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.30357em;
  margin-left: -.02em;
  letter-spacing: -.02em;
}
@media (max-width:959.95px) {
  .PostActions-root {
    font-size: 2.5rem;
    max-width: 80%;
    margin-bottom: 10px;
  }
}
.PostActions-promoteWarning {
  font-size: 20px;
  margin-left: 4px;
}
.PostBodyPrefix-reviewInfo {
  text-align: center;
  margin-bottom: 32px;
}
.PostBodyPrefix-reviewLabel {
  color: #757575;
  font-size: .9em;
  font-style: italic;
  word-break: break-word;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 8px;
}
.PostBodyPrefix-contentNotice {
  color: #757575;
  font-size: .9em;
  font-style: italic;
  word-break: break-word;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 20px;
}
.PostBodyPrefix-infoIcon {
  width: 16px;
  color: rgba(0,0,0,.4);
  height: 16px;
  margin-left: 8px;
  vertical-align: top;
}
.PostBodyPrefix-reviewVoting {
  padding: 16px;
  text-align: center;
  padding-bottom: 48px;
}
.PostBodyPrefix-reviewButton {
  border: solid 1px #C03A44;
  display: inline-block;
  margin-top: 8px;
  padding-top: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 3px;
  padding-bottom: 8px;
}
.PostCollaborationEditor-title {
  color: #424242;
  font-size: 3rem;
  margin-top: 1.2em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.30357em;
  margin-left: -.02em;
  margin-bottom: 1em;
  letter-spacing: -.02em;
}
.PostCollaborationEditor-editor {
  color: rgba(0, 0, 0, 0.87);
  cursor: text;
  padding: 0;
  position: relative;
  font-size: 1.35rem;
  max-width: 640px;
  word-break: break-word;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.PostCollaborationEditor-editor .public-DraftStyleDefault-block {
  margin-top: 1em;
  margin-bottom: 1em;
}
.PostCollaborationEditor-editor code .public-DraftStyleDefault-block {
  margin-top: 0;
  margin-bottom: 0;
}
.PostCollaborationEditor-editor blockquote .public-DraftStyleDefault-block {
  margin-top: 0;
  margin-bottom: 0;
}
.PostCollaborationEditor-editor .spoiler:not(:hover) * {
  background-color: black !important;
}
.PostCollaborationEditor-editor pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.PostCollaborationEditor-editor code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.PostCollaborationEditor-editor blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 400;
  padding-top: 12px;
  border-left: solid 3px #e0e0e0;
  margin-left: 24px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
}
.PostCollaborationEditor-editor li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  margin-bottom: .5rem;
}
.PostCollaborationEditor-editor h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.PostCollaborationEditor-editor h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.PostCollaborationEditor-editor h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.PostCollaborationEditor-editor h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.PostCollaborationEditor-editor h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.PostCollaborationEditor-editor h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.PostCollaborationEditor-editor h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.PostCollaborationEditor-editor img {
  max-width: 100%;
}
.PostCollaborationEditor-editor sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.PostCollaborationEditor-editor sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.PostCollaborationEditor-editor a, .PostCollaborationEditor-editor a:hover, .PostCollaborationEditor-editor a:active {
  color: #C03A44;
}
.PostCollaborationEditor-editor table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.PostCollaborationEditor-editor figure.table {
  display: table;
}
.PostCollaborationEditor-editor td, .PostCollaborationEditor-editor th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.PostCollaborationEditor-editor th {
  background: #fafafa;
  font-weight: 700;
}
.PostCollaborationEditor-editor figure {
  margin: 1em auto;
  text-align: center;
}
.PostCollaborationEditor-editor figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.PostCollaborationEditor-editor p.spoiler {
  margin: 0;
}
.PostCollaborationEditor-editor .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.PostCollaborationEditor-editor div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.PostCollaborationEditor-editor p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.PostCollaborationEditor-editor .spoilers:not(:hover)::selection, .PostCollaborationEditor-editor .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.PostCollaborationEditor-editor .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.PostCollaborationEditor-editor div.metaculus-preview {
  background-color: #2c3947;
}
.PostCollaborationEditor-editor figure.media div[data-oembed-url*="youtube.com"], .PostCollaborationEditor-editor figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.PostCollaborationEditor-editor .footnote-section {
  counter-reset: footnote-counter;
}
.PostCollaborationEditor-editor .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.PostCollaborationEditor-editor .footnote-item > * {
  vertical-align: text-top;
}
.PostCollaborationEditor-editor .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.PostCollaborationEditor-editor .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.PostCollaborationEditor-editor .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.PostCollaborationEditor-editor .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.PostCollaborationEditor-editor .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.PostCollaborationEditor-editor .footnotes-sep {
  display: none;
}
.PostCollaborationEditor-editor hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.PostCollaborationEditor-editor .ck {
  --ck-spacing-standard: 8px;
}
.PostCollaborationEditor-editor li .public-DraftStyleDefault-block {
  margin: 0;
}
.PostCollaborationEditor-editor .ck code .public-DraftStyleDefault-block {
  margin-top: 0;
  margin-bottom: 0;
}
.PostCollaborationEditor-editor .ck blockquote {
  font-style: unset;
  font-weight: 400;
  padding-top: 12px;
  border-left: solid 3px #e0e0e0;
  margin-left: 24px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
}
.PostCollaborationEditor-editor .ck.ck-content {
  margin-left: -8px;
  --ck-focus-ring: solid 1px rgba(0,0,0,0);
  --ck-inner-shadow: none;
  --ck-focus-outer-shadow: none;
  --ck-focus-outer-shadow-geometry: none;
}
.PostCollaborationEditor-editor .ck.ck-sidebar, .PostCollaborationEditor-editor .ck.ck-presence-list {
  --ck-color-comment-count: #C03A44;
}
.PostCollaborationEditor-editor .ck.ck-sidebar li, .PostCollaborationEditor-editor .ck.ck-presence-list li {
  font-size: unset;
  font-family: unset;
  font-weight: unset;
  line-height: unset;
  margin-bottom: unset;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment:after, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment:after {
  display: none;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  word-break: break-word;
  margin-top: 0;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  align-items: flex-start;
  margin-bottom: 12px;
  pointer-events: none;
}
.PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list {
  margin-bottom: 32px;
  --ck-user-avatar-size: 20px;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count {
  color: #757575;
  margin: 0;
  padding-left: 16px;
  padding-bottom: .5em;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input {
  padding-left: 16px;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__input, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__input {
  width: 100%;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__wrapper, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__wrapper {
  border-top: solid 1px rgba(0,0,0,.15);
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time {
  color: #757575;
  font-size: 1rem;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__user, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__user, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__user, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__user {
  display: none;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count:before, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count:before {
  content: "\25B6";
}
.PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list .ck-user, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list .ck-user {
  margin-top: 0;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name pre, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time pre, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input pre, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count pre, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p pre, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name pre, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time pre, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter pre, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list pre, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name pre, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time pre, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input pre, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count pre, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p pre, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name pre, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time pre, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter pre, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name code, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time code, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input code, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count code, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p code, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name code, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time code, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter code, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list code, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name code, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time code, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input code, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count code, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p code, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name code, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time code, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter code, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name blockquote, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time blockquote, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input blockquote, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count blockquote, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p blockquote, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name blockquote, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time blockquote, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter blockquote, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list blockquote, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name blockquote, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time blockquote, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input blockquote, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count blockquote, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p blockquote, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name blockquote, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time blockquote, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter blockquote, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name li, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time li, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input li, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count li, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p li, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name li, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time li, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter li, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list li, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name li, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time li, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input li, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count li, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p li, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name li, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time li, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter li, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name h1, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time h1, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input h1, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count h1, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p h1, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name h1, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time h1, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter h1, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list h1, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name h1, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time h1, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input h1, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count h1, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p h1, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name h1, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time h1, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter h1, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name h1:first-child, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time h1:first-child, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input h1:first-child, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count h1:first-child, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p h1:first-child, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name h1:first-child, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time h1:first-child, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter h1:first-child, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list h1:first-child, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name h1:first-child, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time h1:first-child, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input h1:first-child, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count h1:first-child, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p h1:first-child, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name h1:first-child, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time h1:first-child, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter h1:first-child, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name h2, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time h2, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input h2, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count h2, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p h2, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name h2, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time h2, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter h2, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list h2, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name h2, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time h2, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input h2, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count h2, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p h2, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name h2, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time h2, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter h2, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name h2:first-child, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time h2:first-child, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input h2:first-child, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count h2:first-child, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p h2:first-child, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name h2:first-child, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time h2:first-child, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter h2:first-child, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list h2:first-child, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name h2:first-child, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time h2:first-child, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input h2:first-child, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count h2:first-child, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p h2:first-child, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name h2:first-child, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time h2:first-child, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter h2:first-child, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name h3, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time h3, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input h3, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count h3, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p h3, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name h3, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time h3, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter h3, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list h3, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name h3, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time h3, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input h3, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count h3, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p h3, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name h3, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time h3, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter h3, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name h3:first-child, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time h3:first-child, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input h3:first-child, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count h3:first-child, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p h3:first-child, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name h3:first-child, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time h3:first-child, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter h3:first-child, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list h3:first-child, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name h3:first-child, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time h3:first-child, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input h3:first-child, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count h3:first-child, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p h3:first-child, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name h3:first-child, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time h3:first-child, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter h3:first-child, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name h4, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time h4, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input h4, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count h4, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p h4, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name h4, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time h4, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter h4, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list h4, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name h4, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time h4, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input h4, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count h4, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p h4, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name h4, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time h4, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter h4, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name img, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time img, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input img, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count img, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p img, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name img, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time img, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter img, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list img, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name img, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time img, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input img, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count img, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p img, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name img, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time img, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter img, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list img {
  max-width: 100%;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name sup, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time sup, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input sup, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count sup, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p sup, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name sup, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time sup, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter sup, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list sup, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name sup, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time sup, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input sup, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count sup, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p sup, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name sup, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time sup, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter sup, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name sub, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time sub, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input sub, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count sub, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p sub, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name sub, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time sub, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter sub, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list sub, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name sub, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time sub, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input sub, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count sub, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p sub, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name sub, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time sub, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter sub, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name a, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name a:hover, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name a:active, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time a, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time a:hover, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time a:active, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input a, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input a:hover, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input a:active, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count a, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count a:hover, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count a:active, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p a, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p a:hover, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p a:active, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name a, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name a:hover, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name a:active, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time a, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time a:hover, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time a:active, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter a, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter a:hover, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter a:active, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list a, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list a:hover, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list a:active, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name a, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name a:hover, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name a:active, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time a, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time a:hover, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time a:active, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input a, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input a:hover, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input a:active, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count a, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count a:hover, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count a:active, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p a, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p a:hover, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p a:active, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name a, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name a:hover, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name a:active, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time a, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time a:hover, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time a:active, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter a, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter a:hover, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter a:active, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list a, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list a:hover, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list a:active {
  color: #C03A44;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name table, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time table, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input table, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count table, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p table, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name table, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time table, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter table, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list table, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name table, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time table, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input table, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count table, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p table, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name table, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time table, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter table, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name figure.table, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time figure.table, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input figure.table, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count figure.table, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p figure.table, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name figure.table, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time figure.table, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter figure.table, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list figure.table, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name figure.table, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time figure.table, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input figure.table, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count figure.table, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p figure.table, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name figure.table, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time figure.table, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter figure.table, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list figure.table {
  display: table;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name td, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name th, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time td, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time th, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input td, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input th, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count td, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count th, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p td, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p th, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name td, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name th, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time td, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time th, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter td, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter th, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list td, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list th, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name td, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name th, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time td, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time th, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input td, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input th, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count td, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count th, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p td, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p th, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name td, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name th, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time td, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time th, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter td, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter th, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list td, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name th, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time th, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input th, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count th, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p th, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name th, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time th, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter th, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list th, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name th, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time th, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input th, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count th, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p th, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name th, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time th, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter th, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list th {
  background: #fafafa;
  font-weight: 700;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name figure, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time figure, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input figure, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count figure, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p figure, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name figure, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time figure, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter figure, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list figure, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name figure, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time figure, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input figure, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count figure, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p figure, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name figure, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time figure, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter figure, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list figure {
  margin: 1em auto;
  text-align: center;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name figcaption, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time figcaption, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input figcaption, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count figcaption, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p figcaption, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name figcaption, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time figcaption, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter figcaption, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list figcaption, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name figcaption, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time figcaption, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input figcaption, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count figcaption, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p figcaption, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name figcaption, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time figcaption, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter figcaption, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name p.spoiler, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time p.spoiler, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input p.spoiler, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count p.spoiler, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p p.spoiler, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name p.spoiler, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time p.spoiler, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter p.spoiler, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list p.spoiler, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name p.spoiler, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time p.spoiler, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input p.spoiler, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count p.spoiler, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p p.spoiler, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name p.spoiler, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time p.spoiler, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter p.spoiler, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list p.spoiler {
  margin: 0;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .spoiler, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .spoiler, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input .spoiler, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count .spoiler, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p .spoiler, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .spoiler, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .spoiler, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter .spoiler, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list .spoiler, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .spoiler, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .spoiler, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input .spoiler, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count .spoiler, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p .spoiler, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .spoiler, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .spoiler, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter .spoiler, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name div.spoilers, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time div.spoilers, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input div.spoilers, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count div.spoilers, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p div.spoilers, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name div.spoilers, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time div.spoilers, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter div.spoilers, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list div.spoilers, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name div.spoilers, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time div.spoilers, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input div.spoilers, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count div.spoilers, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p div.spoilers, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name div.spoilers, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time div.spoilers, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter div.spoilers, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name p.spoiler-v2, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time p.spoiler-v2, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input p.spoiler-v2, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count p.spoiler-v2, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p p.spoiler-v2, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name p.spoiler-v2, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time p.spoiler-v2, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter p.spoiler-v2, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list p.spoiler-v2, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name p.spoiler-v2, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time p.spoiler-v2, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input p.spoiler-v2, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count p.spoiler-v2, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p p.spoiler-v2, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name p.spoiler-v2, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time p.spoiler-v2, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter p.spoiler-v2, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .spoilers:not(:hover)::selection, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .spoilers:not(:hover) ::selection, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .spoilers:not(:hover)::selection, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .spoilers:not(:hover) ::selection, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input .spoilers:not(:hover)::selection, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input .spoilers:not(:hover) ::selection, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count .spoilers:not(:hover)::selection, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count .spoilers:not(:hover) ::selection, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p .spoilers:not(:hover)::selection, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p .spoilers:not(:hover) ::selection, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .spoilers:not(:hover)::selection, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .spoilers:not(:hover) ::selection, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .spoilers:not(:hover)::selection, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .spoilers:not(:hover) ::selection, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter .spoilers:not(:hover)::selection, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter .spoilers:not(:hover) ::selection, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list .spoilers:not(:hover)::selection, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list .spoilers:not(:hover) ::selection, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .spoilers:not(:hover)::selection, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .spoilers:not(:hover) ::selection, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .spoilers:not(:hover)::selection, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .spoilers:not(:hover) ::selection, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input .spoilers:not(:hover)::selection, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input .spoilers:not(:hover) ::selection, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count .spoilers:not(:hover)::selection, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count .spoilers:not(:hover) ::selection, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p .spoilers:not(:hover)::selection, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p .spoilers:not(:hover) ::selection, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .spoilers:not(:hover)::selection, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .spoilers:not(:hover) ::selection, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .spoilers:not(:hover)::selection, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .spoilers:not(:hover) ::selection, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter .spoilers:not(:hover)::selection, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter .spoilers:not(:hover) ::selection, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list .spoilers:not(:hover)::selection, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input .spoilers > p:hover ~ p, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count .spoilers > p:hover ~ p, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p .spoilers > p:hover ~ p, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter .spoilers > p:hover ~ p, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list .spoilers > p:hover ~ p, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input .spoilers > p:hover ~ p, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count .spoilers > p:hover ~ p, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p .spoilers > p:hover ~ p, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter .spoilers > p:hover ~ p, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name div.metaculus-preview, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time div.metaculus-preview, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input div.metaculus-preview, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count div.metaculus-preview, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p div.metaculus-preview, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name div.metaculus-preview, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time div.metaculus-preview, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter div.metaculus-preview, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list div.metaculus-preview, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name div.metaculus-preview, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time div.metaculus-preview, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input div.metaculus-preview, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count div.metaculus-preview, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p div.metaculus-preview, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name div.metaculus-preview, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time div.metaculus-preview, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter div.metaculus-preview, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list div.metaculus-preview {
  background-color: #2c3947;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name figure.media div[data-oembed-url*="youtube.com"], .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name figure.media div[data-oembed-url*="youtu.be"], .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time figure.media div[data-oembed-url*="youtube.com"], .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time figure.media div[data-oembed-url*="youtu.be"], .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input figure.media div[data-oembed-url*="youtube.com"], .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input figure.media div[data-oembed-url*="youtu.be"], .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count figure.media div[data-oembed-url*="youtube.com"], .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count figure.media div[data-oembed-url*="youtu.be"], .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p figure.media div[data-oembed-url*="youtube.com"], .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p figure.media div[data-oembed-url*="youtu.be"], .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name figure.media div[data-oembed-url*="youtube.com"], .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name figure.media div[data-oembed-url*="youtu.be"], .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time figure.media div[data-oembed-url*="youtube.com"], .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time figure.media div[data-oembed-url*="youtu.be"], .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter figure.media div[data-oembed-url*="youtube.com"], .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter figure.media div[data-oembed-url*="youtu.be"], .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list figure.media div[data-oembed-url*="youtube.com"], .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list figure.media div[data-oembed-url*="youtu.be"], .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name figure.media div[data-oembed-url*="youtube.com"], .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name figure.media div[data-oembed-url*="youtu.be"], .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time figure.media div[data-oembed-url*="youtube.com"], .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time figure.media div[data-oembed-url*="youtu.be"], .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input figure.media div[data-oembed-url*="youtube.com"], .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input figure.media div[data-oembed-url*="youtu.be"], .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count figure.media div[data-oembed-url*="youtube.com"], .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count figure.media div[data-oembed-url*="youtu.be"], .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p figure.media div[data-oembed-url*="youtube.com"], .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p figure.media div[data-oembed-url*="youtu.be"], .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name figure.media div[data-oembed-url*="youtube.com"], .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name figure.media div[data-oembed-url*="youtu.be"], .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time figure.media div[data-oembed-url*="youtube.com"], .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time figure.media div[data-oembed-url*="youtu.be"], .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter figure.media div[data-oembed-url*="youtube.com"], .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter figure.media div[data-oembed-url*="youtu.be"], .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list figure.media div[data-oembed-url*="youtube.com"], .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .footnote-section, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .footnote-section, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input .footnote-section, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count .footnote-section, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p .footnote-section, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .footnote-section, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .footnote-section, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter .footnote-section, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list .footnote-section, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .footnote-section, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .footnote-section, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input .footnote-section, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count .footnote-section, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p .footnote-section, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .footnote-section, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .footnote-section, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter .footnote-section, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list .footnote-section {
  counter-reset: footnote-counter;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .footnote-item, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .footnote-item, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input .footnote-item, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count .footnote-item, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p .footnote-item, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .footnote-item, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .footnote-item, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter .footnote-item, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list .footnote-item, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .footnote-item, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .footnote-item, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input .footnote-item, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count .footnote-item, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p .footnote-item, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .footnote-item, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .footnote-item, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter .footnote-item, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .footnote-item > *, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .footnote-item > *, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input .footnote-item > *, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count .footnote-item > *, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p .footnote-item > *, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .footnote-item > *, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .footnote-item > *, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter .footnote-item > *, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list .footnote-item > *, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .footnote-item > *, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .footnote-item > *, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input .footnote-item > *, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count .footnote-item > *, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p .footnote-item > *, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .footnote-item > *, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .footnote-item > *, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter .footnote-item > *, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list .footnote-item > * {
  vertical-align: text-top;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .footnote-back-link, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .footnote-back-link, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input .footnote-back-link, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count .footnote-back-link, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p .footnote-back-link, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .footnote-back-link, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .footnote-back-link, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter .footnote-back-link, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list .footnote-back-link, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .footnote-back-link, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .footnote-back-link, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input .footnote-back-link, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count .footnote-back-link, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p .footnote-back-link, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .footnote-back-link, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .footnote-back-link, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter .footnote-back-link, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .footnotes .footnote-back-link > sup, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .footnotes .footnote-back-link > sup, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input .footnotes .footnote-back-link > sup, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count .footnotes .footnote-back-link > sup, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p .footnotes .footnote-back-link > sup, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .footnotes .footnote-back-link > sup, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .footnotes .footnote-back-link > sup, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter .footnotes .footnote-back-link > sup, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list .footnotes .footnote-back-link > sup, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .footnotes .footnote-back-link > sup, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .footnotes .footnote-back-link > sup, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input .footnotes .footnote-back-link > sup, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count .footnotes .footnote-back-link > sup, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p .footnotes .footnote-back-link > sup, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .footnotes .footnote-back-link > sup, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .footnotes .footnote-back-link > sup, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter .footnotes .footnote-back-link > sup, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .footnote-item::before, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .footnote-item::before, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input .footnote-item::before, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count .footnote-item::before, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p .footnote-item::before, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .footnote-item::before, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .footnote-item::before, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter .footnote-item::before, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list .footnote-item::before, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .footnote-item::before, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .footnote-item::before, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input .footnote-item::before, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count .footnote-item::before, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p .footnote-item::before, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .footnote-item::before, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .footnote-item::before, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter .footnote-item::before, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .footnote-content, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .footnote-content, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input .footnote-content, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count .footnote-content, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p .footnote-content, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .footnote-content, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .footnote-content, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter .footnote-content, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list .footnote-content, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .footnote-content, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .footnote-content, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input .footnote-content, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count .footnote-content, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p .footnote-content, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .footnote-content, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .footnote-content, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter .footnote-content, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .footnotes, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .footnotes, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input .footnotes, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count .footnotes, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p .footnotes, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .footnotes, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .footnotes, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter .footnotes, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list .footnotes, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .footnotes, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .footnotes, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input .footnotes, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count .footnotes, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p .footnotes, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .footnotes, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .footnotes, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter .footnotes, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .footnotes-sep, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .footnotes-sep, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input .footnotes-sep, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count .footnotes-sep, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p .footnotes-sep, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .footnotes-sep, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .footnotes-sep, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter .footnotes-sep, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list .footnotes-sep, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .footnotes-sep, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .footnotes-sep, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input .footnotes-sep, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count .footnotes-sep, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p .footnotes-sep, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .footnotes-sep, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .footnotes-sep, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter .footnotes-sep, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list .footnotes-sep {
  display: none;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name hr, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time hr, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input hr, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count hr, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p hr, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name hr, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time hr, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter hr, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list hr, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name hr, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time hr, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input hr, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count hr, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p hr, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name hr, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time hr, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter hr, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name h1, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name h2, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name h3, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time h1, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time h2, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time h3, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input h1, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input h2, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input h3, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count h1, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count h2, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count h3, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p h1, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p h2, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p h3, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name h1, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name h2, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name h3, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time h1, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time h2, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time h3, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter h1, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter h2, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter h3, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list h1, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list h2, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list h3, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name h1, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name h2, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name h3, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time h1, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time h2, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time h3, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input h1, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input h2, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input h3, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count h1, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count h2, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count h3, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p h1, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p h2, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p h3, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name h1, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name h2, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name h3, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time h1, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time h2, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time h3, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter h1, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter h2, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter h3, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list h1, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list h2, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name *, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time *, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input *, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count *, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p *, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name *, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time *, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter *, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list *, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name *, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time *, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input *, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count *, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p *, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name *, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time *, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter *, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list * {
  pointer-events: auto;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name > *:hover ~ .spoiler, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time > *:hover ~ .spoiler, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input > *:hover ~ .spoiler, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count > *:hover ~ .spoiler, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p > *:hover ~ .spoiler, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name > *:hover ~ .spoiler, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time > *:hover ~ .spoiler, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter > *:hover ~ .spoiler, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list > *:hover ~ .spoiler, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name > *:hover ~ .spoiler, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time > *:hover ~ .spoiler, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input > *:hover ~ .spoiler, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count > *:hover ~ .spoiler, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p > *:hover ~ .spoiler, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name > *:hover ~ .spoiler, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time > *:hover ~ .spoiler, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter > *:hover ~ .spoiler, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list > *:hover ~ .spoiler {
  color: black;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name > *:hover ~ .spoiler:before, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time > *:hover ~ .spoiler:before, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input > *:hover ~ .spoiler:before, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count > *:hover ~ .spoiler:before, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p > *:hover ~ .spoiler:before, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name > *:hover ~ .spoiler:before, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time > *:hover ~ .spoiler:before, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter > *:hover ~ .spoiler:before, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list > *:hover ~ .spoiler:before, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name > *:hover ~ .spoiler:before, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time > *:hover ~ .spoiler:before, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input > *:hover ~ .spoiler:before, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count > *:hover ~ .spoiler:before, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p > *:hover ~ .spoiler:before, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name > *:hover ~ .spoiler:before, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time > *:hover ~ .spoiler:before, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter > *:hover ~ .spoiler:before, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name hr:after, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time hr:after, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input hr:after, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count hr:after, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p hr:after, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name hr:after, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time hr:after, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter hr:after, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list hr:after, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name hr:after, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time hr:after, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input hr:after, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count hr:after, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p hr:after, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name hr:after, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time hr:after, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter hr:after, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .footnotes sup, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .footnotes sup, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input .footnotes sup, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count .footnotes sup, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p .footnotes sup, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .footnotes sup, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .footnotes sup, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter .footnotes sup, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list .footnotes sup, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .footnotes sup, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .footnotes sup, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input .footnotes sup, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count .footnotes sup, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p .footnotes sup, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .footnotes sup, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .footnotes sup, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter .footnotes sup, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list .footnotes sup {
  margin-right: 10px;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .footnotes ol, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .footnotes ol, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input .footnotes ol, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count .footnotes ol, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p .footnotes ol, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .footnotes ol, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .footnotes ol, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter .footnotes ol, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list .footnotes ol, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .footnotes ol, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .footnotes ol, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input .footnotes ol, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count .footnotes ol, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p .footnotes ol, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .footnotes ol, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .footnotes ol, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter .footnotes ol, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .footnotes li, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .footnotes li, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input .footnotes li, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count .footnotes li, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p .footnotes li, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .footnotes li, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .footnotes li, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter .footnotes li, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list .footnotes li, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .footnotes li, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .footnotes li, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input .footnotes li, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count .footnotes li, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p .footnotes li, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .footnotes li, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .footnotes li, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter .footnotes li, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list .footnotes li {
  font-size: 0.9em;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .footnotes blockquote, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .footnotes blockquote, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input .footnotes blockquote, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count .footnotes blockquote, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p .footnotes blockquote, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .footnotes blockquote, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .footnotes blockquote, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter .footnotes blockquote, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list .footnotes blockquote, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .footnotes blockquote, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .footnotes blockquote, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input .footnotes blockquote, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count .footnotes blockquote, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p .footnotes blockquote, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .footnotes blockquote, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .footnotes blockquote, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter .footnotes blockquote, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name figure.media div[data-oembed-url*="youtube.com"] iframe, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name figure.media div[data-oembed-url*="youtu.be"] iframe, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time figure.media div[data-oembed-url*="youtube.com"] iframe, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time figure.media div[data-oembed-url*="youtu.be"] iframe, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input figure.media div[data-oembed-url*="youtube.com"] iframe, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input figure.media div[data-oembed-url*="youtu.be"] iframe, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count figure.media div[data-oembed-url*="youtube.com"] iframe, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count figure.media div[data-oembed-url*="youtu.be"] iframe, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p figure.media div[data-oembed-url*="youtube.com"] iframe, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p figure.media div[data-oembed-url*="youtu.be"] iframe, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name figure.media div[data-oembed-url*="youtube.com"] iframe, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name figure.media div[data-oembed-url*="youtu.be"] iframe, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time figure.media div[data-oembed-url*="youtube.com"] iframe, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time figure.media div[data-oembed-url*="youtu.be"] iframe, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter figure.media div[data-oembed-url*="youtube.com"] iframe, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter figure.media div[data-oembed-url*="youtu.be"] iframe, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list figure.media div[data-oembed-url*="youtube.com"] iframe, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list figure.media div[data-oembed-url*="youtu.be"] iframe, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name figure.media div[data-oembed-url*="youtube.com"] iframe, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name figure.media div[data-oembed-url*="youtu.be"] iframe, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time figure.media div[data-oembed-url*="youtube.com"] iframe, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time figure.media div[data-oembed-url*="youtu.be"] iframe, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input figure.media div[data-oembed-url*="youtube.com"] iframe, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input figure.media div[data-oembed-url*="youtu.be"] iframe, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count figure.media div[data-oembed-url*="youtube.com"] iframe, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count figure.media div[data-oembed-url*="youtu.be"] iframe, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p figure.media div[data-oembed-url*="youtube.com"] iframe, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p figure.media div[data-oembed-url*="youtu.be"] iframe, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name figure.media div[data-oembed-url*="youtube.com"] iframe, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name figure.media div[data-oembed-url*="youtu.be"] iframe, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time figure.media div[data-oembed-url*="youtube.com"] iframe, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time figure.media div[data-oembed-url*="youtu.be"] iframe, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter figure.media div[data-oembed-url*="youtube.com"] iframe, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter figure.media div[data-oembed-url*="youtu.be"] iframe, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list figure.media div[data-oembed-url*="youtube.com"] iframe, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name div.metaculus-preview iframe, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time div.metaculus-preview iframe, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input div.metaculus-preview iframe, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count div.metaculus-preview iframe, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p div.metaculus-preview iframe, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name div.metaculus-preview iframe, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time div.metaculus-preview iframe, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter div.metaculus-preview iframe, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list div.metaculus-preview iframe, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name div.metaculus-preview iframe, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time div.metaculus-preview iframe, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input div.metaculus-preview iframe, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count div.metaculus-preview iframe, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p div.metaculus-preview iframe, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name div.metaculus-preview iframe, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time div.metaculus-preview iframe, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter div.metaculus-preview iframe, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p a, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p a:hover, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p a:focus, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p a::after, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p a, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p a:hover, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p a:focus, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p a::after, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input .spoilers > p:hover ~ p a, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input .spoilers > p:hover ~ p a:hover, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input .spoilers > p:hover ~ p a:focus, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input .spoilers > p:hover ~ p a::after, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count .spoilers > p:hover ~ p a, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count .spoilers > p:hover ~ p a:hover, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count .spoilers > p:hover ~ p a:focus, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count .spoilers > p:hover ~ p a::after, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p .spoilers > p:hover ~ p a, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p .spoilers > p:hover ~ p a:hover, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p .spoilers > p:hover ~ p a:focus, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p .spoilers > p:hover ~ p a::after, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p a, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p a:hover, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p a:focus, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p a::after, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p a, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p a:hover, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p a:focus, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p a::after, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter .spoilers > p:hover ~ p a, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter .spoilers > p:hover ~ p a:hover, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter .spoilers > p:hover ~ p a:focus, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter .spoilers > p:hover ~ p a::after, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list .spoilers > p:hover ~ p a, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list .spoilers > p:hover ~ p a:hover, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list .spoilers > p:hover ~ p a:focus, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list .spoilers > p:hover ~ p a::after, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p a, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p a:hover, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p a:focus, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p a::after, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p a, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p a:hover, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p a:focus, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p a::after, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input .spoilers > p:hover ~ p a, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input .spoilers > p:hover ~ p a:hover, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input .spoilers > p:hover ~ p a:focus, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input .spoilers > p:hover ~ p a::after, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count .spoilers > p:hover ~ p a, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count .spoilers > p:hover ~ p a:hover, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count .spoilers > p:hover ~ p a:focus, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count .spoilers > p:hover ~ p a::after, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p .spoilers > p:hover ~ p a, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p .spoilers > p:hover ~ p a:hover, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p .spoilers > p:hover ~ p a:focus, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p .spoilers > p:hover ~ p a::after, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p a, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p a:hover, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p a:focus, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p a::after, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p a, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p a:hover, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p a:focus, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p a::after, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter .spoilers > p:hover ~ p a, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter .spoilers > p:hover ~ p a:hover, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter .spoilers > p:hover ~ p a:focus, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter .spoilers > p:hover ~ p a::after, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list .spoilers > p:hover ~ p a, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list .spoilers > p:hover ~ p a:hover, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list .spoilers > p:hover ~ p a:focus, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list .spoilers > p:hover ~ p a::after {
  color: black;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p code, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p code, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input .spoilers > p:hover ~ p code, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count .spoilers > p:hover ~ p code, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p .spoilers > p:hover ~ p code, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .spoilers > p:hover ~ p code, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .spoilers > p:hover ~ p code, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter .spoilers > p:hover ~ p code, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list .spoilers > p:hover ~ p code, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p code, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p code, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input .spoilers > p:hover ~ p code, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count .spoilers > p:hover ~ p code, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p .spoilers > p:hover ~ p code, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .spoilers > p:hover ~ p code, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .spoilers > p:hover ~ p code, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter .spoilers > p:hover ~ p code, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list .spoilers > p:hover ~ p code {
  background-color: black;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover), .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover), .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input div.spoilers:not(:hover), .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count div.spoilers:not(:hover), .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p div.spoilers:not(:hover), .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover), .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover), .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter div.spoilers:not(:hover), .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list div.spoilers:not(:hover), .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover), .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover), .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input div.spoilers:not(:hover), .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count div.spoilers:not(:hover), .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p div.spoilers:not(:hover), .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover), .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover), .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter div.spoilers:not(:hover), .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name div.spoilers:hover, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time div.spoilers:hover, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input div.spoilers:hover, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count div.spoilers:hover, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p div.spoilers:hover, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name div.spoilers:hover, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time div.spoilers:hover, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter div.spoilers:hover, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list div.spoilers:hover, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name div.spoilers:hover, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time div.spoilers:hover, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input div.spoilers:hover, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count div.spoilers:hover, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p div.spoilers:hover, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name div.spoilers:hover, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time div.spoilers:hover, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter div.spoilers:hover, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name div.spoilers > p, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time div.spoilers > p, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input div.spoilers > p, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count div.spoilers > p, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p div.spoilers > p, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name div.spoilers > p, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time div.spoilers > p, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter div.spoilers > p, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list div.spoilers > p, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name div.spoilers > p, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time div.spoilers > p, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input div.spoilers > p, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count div.spoilers > p, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p div.spoilers > p, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name div.spoilers > p, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time div.spoilers > p, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter div.spoilers > p, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover) a, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover) a:hover, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover) a:focus, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover) a::after, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover) a, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover) a:hover, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover) a:focus, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover) a::after, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input div.spoilers:not(:hover) a, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input div.spoilers:not(:hover) a:hover, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input div.spoilers:not(:hover) a:focus, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input div.spoilers:not(:hover) a::after, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count div.spoilers:not(:hover) a, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count div.spoilers:not(:hover) a:hover, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count div.spoilers:not(:hover) a:focus, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count div.spoilers:not(:hover) a::after, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p div.spoilers:not(:hover) a, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p div.spoilers:not(:hover) a:hover, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p div.spoilers:not(:hover) a:focus, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p div.spoilers:not(:hover) a::after, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover) a, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover) a:hover, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover) a:focus, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover) a::after, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover) a, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover) a:hover, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover) a:focus, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover) a::after, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter div.spoilers:not(:hover) a, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter div.spoilers:not(:hover) a:hover, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter div.spoilers:not(:hover) a:focus, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter div.spoilers:not(:hover) a::after, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list div.spoilers:not(:hover) a, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list div.spoilers:not(:hover) a:hover, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list div.spoilers:not(:hover) a:focus, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list div.spoilers:not(:hover) a::after, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover) a, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover) a:hover, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover) a:focus, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover) a::after, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover) a, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover) a:hover, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover) a:focus, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover) a::after, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input div.spoilers:not(:hover) a, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input div.spoilers:not(:hover) a:hover, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input div.spoilers:not(:hover) a:focus, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input div.spoilers:not(:hover) a::after, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count div.spoilers:not(:hover) a, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count div.spoilers:not(:hover) a:hover, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count div.spoilers:not(:hover) a:focus, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count div.spoilers:not(:hover) a::after, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p div.spoilers:not(:hover) a, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p div.spoilers:not(:hover) a:hover, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p div.spoilers:not(:hover) a:focus, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p div.spoilers:not(:hover) a::after, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover) a, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover) a:hover, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover) a:focus, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover) a::after, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover) a, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover) a:hover, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover) a:focus, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover) a::after, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter div.spoilers:not(:hover) a, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter div.spoilers:not(:hover) a:hover, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter div.spoilers:not(:hover) a:focus, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter div.spoilers:not(:hover) a::after, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list div.spoilers:not(:hover) a, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list div.spoilers:not(:hover) a:hover, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list div.spoilers:not(:hover) a:focus, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list div.spoilers:not(:hover) a::after {
  color: black;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover) code, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover) code, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input div.spoilers:not(:hover) code, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count div.spoilers:not(:hover) code, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p div.spoilers:not(:hover) code, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name div.spoilers:not(:hover) code, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time div.spoilers:not(:hover) code, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter div.spoilers:not(:hover) code, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list div.spoilers:not(:hover) code, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover) code, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover) code, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input div.spoilers:not(:hover) code, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count div.spoilers:not(:hover) code, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p div.spoilers:not(:hover) code, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name div.spoilers:not(:hover) code, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time div.spoilers:not(:hover) code, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter div.spoilers:not(:hover) code, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list div.spoilers:not(:hover) code {
  background-color: black;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .spoiler .public-DraftStyleDefault-block, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .spoiler .public-DraftStyleDefault-block, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input .spoiler .public-DraftStyleDefault-block, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count .spoiler .public-DraftStyleDefault-block, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p .spoiler .public-DraftStyleDefault-block, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .spoiler .public-DraftStyleDefault-block, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .spoiler .public-DraftStyleDefault-block, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter .spoiler .public-DraftStyleDefault-block, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list .spoiler .public-DraftStyleDefault-block, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .spoiler .public-DraftStyleDefault-block, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .spoiler .public-DraftStyleDefault-block, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input .spoiler .public-DraftStyleDefault-block, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count .spoiler .public-DraftStyleDefault-block, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p .spoiler .public-DraftStyleDefault-block, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .spoiler .public-DraftStyleDefault-block, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .spoiler .public-DraftStyleDefault-block, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter .spoiler .public-DraftStyleDefault-block, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover), .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover), .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input .spoiler:not(:hover), .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count .spoiler:not(:hover), .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p .spoiler:not(:hover), .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover), .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover), .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter .spoiler:not(:hover), .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list .spoiler:not(:hover), .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover), .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover), .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input .spoiler:not(:hover), .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count .spoiler:not(:hover), .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p .spoiler:not(:hover), .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover), .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover), .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter .spoiler:not(:hover), .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover) a, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover) a:hover, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover) a:focus, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover) a::after, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover) a, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover) a:hover, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover) a:focus, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover) a::after, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input .spoiler:not(:hover) a, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input .spoiler:not(:hover) a:hover, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input .spoiler:not(:hover) a:focus, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input .spoiler:not(:hover) a::after, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count .spoiler:not(:hover) a, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count .spoiler:not(:hover) a:hover, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count .spoiler:not(:hover) a:focus, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count .spoiler:not(:hover) a::after, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p .spoiler:not(:hover) a, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p .spoiler:not(:hover) a:hover, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p .spoiler:not(:hover) a:focus, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p .spoiler:not(:hover) a::after, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover) a, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover) a:hover, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover) a:focus, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover) a::after, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover) a, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover) a:hover, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover) a:focus, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover) a::after, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter .spoiler:not(:hover) a, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter .spoiler:not(:hover) a:hover, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter .spoiler:not(:hover) a:focus, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter .spoiler:not(:hover) a::after, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list .spoiler:not(:hover) a, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list .spoiler:not(:hover) a:hover, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list .spoiler:not(:hover) a:focus, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list .spoiler:not(:hover) a::after, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover) a, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover) a:hover, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover) a:focus, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover) a::after, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover) a, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover) a:hover, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover) a:focus, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover) a::after, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input .spoiler:not(:hover) a, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input .spoiler:not(:hover) a:hover, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input .spoiler:not(:hover) a:focus, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input .spoiler:not(:hover) a::after, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count .spoiler:not(:hover) a, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count .spoiler:not(:hover) a:hover, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count .spoiler:not(:hover) a:focus, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count .spoiler:not(:hover) a::after, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p .spoiler:not(:hover) a, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p .spoiler:not(:hover) a:hover, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p .spoiler:not(:hover) a:focus, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p .spoiler:not(:hover) a::after, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover) a, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover) a:hover, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover) a:focus, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover) a::after, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover) a, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover) a:hover, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover) a:focus, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover) a::after, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter .spoiler:not(:hover) a, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter .spoiler:not(:hover) a:hover, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter .spoiler:not(:hover) a:focus, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter .spoiler:not(:hover) a::after, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list .spoiler:not(:hover) a, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list .spoiler:not(:hover) a:hover, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list .spoiler:not(:hover) a:focus, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list .spoiler:not(:hover) a::after {
  color: black;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover) code, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover) code, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input .spoiler:not(:hover) code, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count .spoiler:not(:hover) code, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p .spoiler:not(:hover) code, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name .spoiler:not(:hover) code, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time .spoiler:not(:hover) code, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter .spoiler:not(:hover) code, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list .spoiler:not(:hover) code, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover) code, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover) code, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input .spoiler:not(:hover) code, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count .spoiler:not(:hover) code, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p .spoiler:not(:hover) code, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name .spoiler:not(:hover) code, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time .spoiler:not(:hover) code, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter .spoiler:not(:hover) code, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list .spoiler:not(:hover) code {
  background-color: black;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name td p, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name th p, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time td p, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time th p, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input td p, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input th p, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count td p, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count th p, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p td p, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p th p, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name td p, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name th p, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time td p, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time th p, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter td p, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter th p, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list td p, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list th p, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name td p, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name th p, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time td p, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time th p, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input td p, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input th p, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count td p, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count th p, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p td p, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p th p, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name td p, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name th p, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time td p, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time th p, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter td p, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter th p, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list td p, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name td p:first-of-type, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name th p:first-of-type, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time td p:first-of-type, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time th p:first-of-type, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input td p:first-of-type, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input th p:first-of-type, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count td p:first-of-type, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count th p:first-of-type, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p td p:first-of-type, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p th p:first-of-type, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name td p:first-of-type, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name th p:first-of-type, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time td p:first-of-type, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time th p:first-of-type, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter td p:first-of-type, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter th p:first-of-type, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list td p:first-of-type, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list th p:first-of-type, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name td p:first-of-type, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name th p:first-of-type, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time td p:first-of-type, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time th p:first-of-type, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input td p:first-of-type, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input th p:first-of-type, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count td p:first-of-type, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count th p:first-of-type, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p td p:first-of-type, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p th p:first-of-type, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name td p:first-of-type, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name th p:first-of-type, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time td p:first-of-type, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time th p:first-of-type, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter td p:first-of-type, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter th p:first-of-type, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list td p:first-of-type, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list th p:first-of-type {
  margin-top: 0;
}
.PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name a u, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name a:hover u, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name a:active u, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time a u, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time a:hover u, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time a:active u, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input a u, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input a:hover u, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-comment__input a:active u, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count a u, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count a:hover u, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-thread__comment-count a:active u, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p a u, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p a:hover u, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__main p a:active u, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name a u, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name a:hover u, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-name a:active u, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time a u, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time a:hover u, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-annotation__info-time a:active u, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter a u, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter a:hover u, .PostCollaborationEditor-editor .ck.ck-sidebar .ck-presence-list__counter a:active u, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list a u, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list a:hover u, .PostCollaborationEditor-editor .ck.ck-sidebar.ck-presence-list a:active u, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name a u, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name a:hover u, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name a:active u, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time a u, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time a:hover u, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time a:active u, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input a u, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input a:hover u, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-comment__input a:active u, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count a u, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count a:hover u, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-thread__comment-count a:active u, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p a u, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p a:hover u, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__main p a:active u, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name a u, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name a:hover u, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-name a:active u, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time a u, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time a:hover u, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-annotation__info-time a:active u, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter a u, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter a:hover u, .PostCollaborationEditor-editor .ck.ck-presence-list .ck-presence-list__counter a:active u, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list a u, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list a:hover u, .PostCollaborationEditor-editor .ck.ck-presence-list.ck-presence-list a:active u {
  text-decoration: none;
}
.PostCollaborationEditor-editor .ck.ck-content p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.PostCollaborationEditor-editor .ck.ck-content .table table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.PostCollaborationEditor-editor .ck.ck-content .table table td, .PostCollaborationEditor-editor .ck.ck-content .table table th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.PostCollaborationEditor-editor .ck.ck-content .table table th {
  background: #fafafa;
  font-weight: 700;
}
.PostCollaborationEditor-editor .ck.ck-content .ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected, .PostCollaborationEditor-editor .ck.ck-content .ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected {
  outline: none;
}
.PostCollaborationEditor-editor .ck.ck-content .image>figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: unset;
  line-height: 1.375em;
  background-color: unset;
}
.PostCollaborationEditor-editor .ck.ck-content hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.PostCollaborationEditor-editor .ck.ck-content hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.PostCollaborationEditor-editor .ck.ck-content .table table td p, .PostCollaborationEditor-editor .ck.ck-content .table table th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.PostCollaborationEditor-editor .ck.ck-content .table table td p:first-of-type, .PostCollaborationEditor-editor .ck.ck-content .table table th p:first-of-type {
  margin-top: 0;
}
.PostCollaborationEditor-editor .ck.ck-content p:first-of-type {
  margin-top: 0;
}
.PostCollaborationEditor-editor .ck blockquote p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.PostCollaborationEditor-editor .ck blockquote .public-DraftStyleDefault-block {
  margin-top: 0;
  margin-bottom: 0;
}
.PostCollaborationEditor-editor .ck blockquote p:first-child {
  margin-top: 0;
}
style~.PostCollaborationEditor-editor .ck blockquote p {
  margin-top: 0;
}
.PostCollaborationEditor-editor .ck blockquote p:last-child {
  margin-bottom: 0;
}
.PostCollaborationEditor-editor hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.PostCollaborationEditor-editor .footnotes sup {
  margin-right: 10px;
}
.PostCollaborationEditor-editor .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.PostCollaborationEditor-editor .footnotes li {
  font-size: 0.9em;
}
.PostCollaborationEditor-editor .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.PostCollaborationEditor-editor figure.media div[data-oembed-url*="youtube.com"] iframe, .PostCollaborationEditor-editor figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.PostCollaborationEditor-editor div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.PostCollaborationEditor-editor .spoilers > p:hover ~ p a, .PostCollaborationEditor-editor .spoilers > p:hover ~ p a:hover, .PostCollaborationEditor-editor .spoilers > p:hover ~ p a:focus, .PostCollaborationEditor-editor .spoilers > p:hover ~ p a::after {
  color: black;
}
.PostCollaborationEditor-editor .spoilers > p:hover ~ p code {
  background-color: black;
}
.PostCollaborationEditor-editor div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.PostCollaborationEditor-editor div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.PostCollaborationEditor-editor div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.PostCollaborationEditor-editor div.spoilers:not(:hover) a, .PostCollaborationEditor-editor div.spoilers:not(:hover) a:hover, .PostCollaborationEditor-editor div.spoilers:not(:hover) a:focus, .PostCollaborationEditor-editor div.spoilers:not(:hover) a::after {
  color: black;
}
.PostCollaborationEditor-editor div.spoilers:not(:hover) code {
  background-color: black;
}
.PostCollaborationEditor-editor .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.PostCollaborationEditor-editor .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.PostCollaborationEditor-editor .spoiler:not(:hover) a, .PostCollaborationEditor-editor .spoiler:not(:hover) a:hover, .PostCollaborationEditor-editor .spoiler:not(:hover) a:focus, .PostCollaborationEditor-editor .spoiler:not(:hover) a::after {
  color: black;
}
.PostCollaborationEditor-editor .spoiler:not(:hover) code {
  background-color: black;
}
.PostCollaborationEditor-editor td p, .PostCollaborationEditor-editor th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.PostCollaborationEditor-editor td p:first-of-type, .PostCollaborationEditor-editor th p:first-of-type {
  margin-top: 0;
}
.PostCollaborationEditor-editor a u, .PostCollaborationEditor-editor a:hover u, .PostCollaborationEditor-editor a:active u {
  text-decoration: none;
}
.PostKarmaWithPreview-root {
  word-break: break-word;
  margin-right: 8px;
}
.PostKarmaWithPreview-draft {
  color: #bdbdbd;
}
.PostKarmaWithPreview-default {
  color: #212121;
}
.PostLinkPreviewWithPost-link:after {
  color: #C03A44;
  content: "°";
  margin-left: 1px;
}
.PostNominatedNotification-root {
  width: 400px;
  padding: 12px;
}
.PostNominatedNotification-text {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  word-break: break-word;
  margin-top: .5em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .25em;
  pointer-events: none;
}
.PostNominatedNotification-text pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.PostNominatedNotification-text code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.PostNominatedNotification-text blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.PostNominatedNotification-text li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.PostNominatedNotification-text h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.PostNominatedNotification-text h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.PostNominatedNotification-text h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.PostNominatedNotification-text h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.PostNominatedNotification-text h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.PostNominatedNotification-text h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.PostNominatedNotification-text h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.PostNominatedNotification-text img {
  max-width: 100%;
}
.PostNominatedNotification-text sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.PostNominatedNotification-text sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.PostNominatedNotification-text a, .PostNominatedNotification-text a:hover, .PostNominatedNotification-text a:active {
  color: #C03A44;
}
.PostNominatedNotification-text table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.PostNominatedNotification-text figure.table {
  display: table;
}
.PostNominatedNotification-text td, .PostNominatedNotification-text th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.PostNominatedNotification-text th {
  background: #fafafa;
  font-weight: 700;
}
.PostNominatedNotification-text figure {
  margin: 1em auto;
  text-align: center;
}
.PostNominatedNotification-text figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.PostNominatedNotification-text p.spoiler {
  margin: 0;
}
.PostNominatedNotification-text .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.PostNominatedNotification-text div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.PostNominatedNotification-text p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.PostNominatedNotification-text .spoilers:not(:hover)::selection, .PostNominatedNotification-text .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.PostNominatedNotification-text .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.PostNominatedNotification-text div.metaculus-preview {
  background-color: #2c3947;
}
.PostNominatedNotification-text figure.media div[data-oembed-url*="youtube.com"], .PostNominatedNotification-text figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.PostNominatedNotification-text .footnote-section {
  counter-reset: footnote-counter;
}
.PostNominatedNotification-text .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.PostNominatedNotification-text .footnote-item > * {
  vertical-align: text-top;
}
.PostNominatedNotification-text .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.PostNominatedNotification-text .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.PostNominatedNotification-text .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.PostNominatedNotification-text .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.PostNominatedNotification-text .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.PostNominatedNotification-text .footnotes-sep {
  display: none;
}
.PostNominatedNotification-text hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.PostNominatedNotification-text h1, .PostNominatedNotification-text h2, .PostNominatedNotification-text h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.PostNominatedNotification-text * {
  pointer-events: auto;
}
.PostNominatedNotification-text > *:hover ~ .spoiler {
  color: black;
}
.PostNominatedNotification-text > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
.PostNominatedNotification-text hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.PostNominatedNotification-text .footnotes sup {
  margin-right: 10px;
}
.PostNominatedNotification-text .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.PostNominatedNotification-text .footnotes li {
  font-size: 0.9em;
}
.PostNominatedNotification-text .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.PostNominatedNotification-text figure.media div[data-oembed-url*="youtube.com"] iframe, .PostNominatedNotification-text figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.PostNominatedNotification-text div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.PostNominatedNotification-text .spoilers > p:hover ~ p a, .PostNominatedNotification-text .spoilers > p:hover ~ p a:hover, .PostNominatedNotification-text .spoilers > p:hover ~ p a:focus, .PostNominatedNotification-text .spoilers > p:hover ~ p a::after {
  color: black;
}
.PostNominatedNotification-text .spoilers > p:hover ~ p code {
  background-color: black;
}
.PostNominatedNotification-text div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.PostNominatedNotification-text div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.PostNominatedNotification-text div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.PostNominatedNotification-text div.spoilers:not(:hover) a, .PostNominatedNotification-text div.spoilers:not(:hover) a:hover, .PostNominatedNotification-text div.spoilers:not(:hover) a:focus, .PostNominatedNotification-text div.spoilers:not(:hover) a::after {
  color: black;
}
.PostNominatedNotification-text div.spoilers:not(:hover) code {
  background-color: black;
}
.PostNominatedNotification-text .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.PostNominatedNotification-text .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.PostNominatedNotification-text .spoiler:not(:hover) a, .PostNominatedNotification-text .spoiler:not(:hover) a:hover, .PostNominatedNotification-text .spoiler:not(:hover) a:focus, .PostNominatedNotification-text .spoiler:not(:hover) a::after {
  color: black;
}
.PostNominatedNotification-text .spoiler:not(:hover) code {
  background-color: black;
}
.PostNominatedNotification-text td p, .PostNominatedNotification-text th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.PostNominatedNotification-text td p:first-of-type, .PostNominatedNotification-text th p:first-of-type {
  margin-top: 0;
}
.PostNominatedNotification-text a u, .PostNominatedNotification-text a:hover u, .PostNominatedNotification-text a:active u {
  text-decoration: none;
}
.PostNominatedNotification-loading {
  width: 400px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.PostNominatedNotification-reviewButton {
  padding: 8px;
  text-align: center;
}
.PostSubmit-formSubmit {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.PostSubmit-formButton {
  font-size: 16px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-left: 5px;
  font-weight: 500;
  padding-bottom: 4px;
}
.PostSubmit-formButton:hover {
  background: rgba(0,0,0, 0.05);
}
.PostSubmit-secondaryButton {
  color: rgba(0,0,0,0.4);
}
.PostSubmit-submitButtons {
  margin-left: auto;
}
.PostSubmit-submitButton {
  color: #C03A44;
}
.PostSubmit-cancelButton {
  flex-grow: 1;
}
@media (min-width:960px) {
  .PostSubmit-cancelButton {
    display: none;
  }
}
@media (max-width:959.95px) {
  .PostsAnalyticsPage-root {
    padding-top: 16px;
  }
}
.PostsAnalyticsPage-title {
  margin-bottom: 24px;
}
.PostsAnalyticsPage-viewingNotice {
  margin-top: 32px;
}
.PostsAnalyticsPage-viewingNotice a {
  color: #C03A44;
}
.PostsAnalyticsPage-gutterBottom {
  margin-bottom: 0.35em;
}
.PostsAnalyticsPage-calculating {
  margin-top: 16px;
  margin-left: 16px;
  margin-bottom: 16px;
}
.PostsAnalyticsPage-graphContainer {
  margin-top: 30px;
}
.PostsAnalyticsPage-notEnoughDataMessage {
  color: #9e9e9e;
}
.PostsAuthors-root {
  display: inline;
  text-align: left;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.PostsAuthors-authorName {
  font-weight: 500;
  margin-left: 0;
}
.PostsCompareRevisions-title {
  margin-bottom: 32px;
}
@media (max-width:959.95px) {
  .PostsCompareRevisions-title {
    margin-bottom: 20px;
  }
}
.PostsCompareRevisions-centralColumn {
  max-width: 682px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
.PostsCompareRevisions-postContent {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  word-break: break-word;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.PostsCompareRevisions-postContent pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.PostsCompareRevisions-postContent code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.PostsCompareRevisions-postContent blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 400;
  padding-top: 12px;
  border-left: solid 3px #e0e0e0;
  margin-left: 24px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
}
.PostsCompareRevisions-postContent li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  margin-bottom: .5rem;
}
.PostsCompareRevisions-postContent h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.PostsCompareRevisions-postContent h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.PostsCompareRevisions-postContent h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.PostsCompareRevisions-postContent h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.PostsCompareRevisions-postContent h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.PostsCompareRevisions-postContent h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.PostsCompareRevisions-postContent h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.PostsCompareRevisions-postContent img {
  max-width: 100%;
}
.PostsCompareRevisions-postContent sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.PostsCompareRevisions-postContent sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.PostsCompareRevisions-postContent a, .PostsCompareRevisions-postContent a:hover, .PostsCompareRevisions-postContent a:active {
  color: #C03A44;
}
.PostsCompareRevisions-postContent table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.PostsCompareRevisions-postContent figure.table {
  display: table;
}
.PostsCompareRevisions-postContent td, .PostsCompareRevisions-postContent th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.PostsCompareRevisions-postContent th {
  background: #fafafa;
  font-weight: 700;
}
.PostsCompareRevisions-postContent figure {
  margin: 1em auto;
  text-align: center;
}
.PostsCompareRevisions-postContent figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.PostsCompareRevisions-postContent p.spoiler {
  margin: 0;
}
.PostsCompareRevisions-postContent .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.PostsCompareRevisions-postContent div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.PostsCompareRevisions-postContent p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.PostsCompareRevisions-postContent .spoilers:not(:hover)::selection, .PostsCompareRevisions-postContent .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.PostsCompareRevisions-postContent .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.PostsCompareRevisions-postContent div.metaculus-preview {
  background-color: #2c3947;
}
.PostsCompareRevisions-postContent figure.media div[data-oembed-url*="youtube.com"], .PostsCompareRevisions-postContent figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.PostsCompareRevisions-postContent .footnote-section {
  counter-reset: footnote-counter;
}
.PostsCompareRevisions-postContent .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.PostsCompareRevisions-postContent .footnote-item > * {
  vertical-align: text-top;
}
.PostsCompareRevisions-postContent .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.PostsCompareRevisions-postContent .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.PostsCompareRevisions-postContent .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.PostsCompareRevisions-postContent .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.PostsCompareRevisions-postContent .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.PostsCompareRevisions-postContent .footnotes-sep {
  display: none;
}
.PostsCompareRevisions-postContent hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.PostsCompareRevisions-postContent hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.PostsCompareRevisions-postContent .footnotes sup {
  margin-right: 10px;
}
.PostsCompareRevisions-postContent .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.PostsCompareRevisions-postContent .footnotes li {
  font-size: 0.9em;
}
.PostsCompareRevisions-postContent .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.PostsCompareRevisions-postContent figure.media div[data-oembed-url*="youtube.com"] iframe, .PostsCompareRevisions-postContent figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.PostsCompareRevisions-postContent div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.PostsCompareRevisions-postContent .spoilers > p:hover ~ p a, .PostsCompareRevisions-postContent .spoilers > p:hover ~ p a:hover, .PostsCompareRevisions-postContent .spoilers > p:hover ~ p a:focus, .PostsCompareRevisions-postContent .spoilers > p:hover ~ p a::after {
  color: black;
}
.PostsCompareRevisions-postContent .spoilers > p:hover ~ p code {
  background-color: black;
}
.PostsCompareRevisions-postContent div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.PostsCompareRevisions-postContent div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.PostsCompareRevisions-postContent div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.PostsCompareRevisions-postContent div.spoilers:not(:hover) a, .PostsCompareRevisions-postContent div.spoilers:not(:hover) a:hover, .PostsCompareRevisions-postContent div.spoilers:not(:hover) a:focus, .PostsCompareRevisions-postContent div.spoilers:not(:hover) a::after {
  color: black;
}
.PostsCompareRevisions-postContent div.spoilers:not(:hover) code {
  background-color: black;
}
.PostsCompareRevisions-postContent .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.PostsCompareRevisions-postContent .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.PostsCompareRevisions-postContent .spoiler:not(:hover) a, .PostsCompareRevisions-postContent .spoiler:not(:hover) a:hover, .PostsCompareRevisions-postContent .spoiler:not(:hover) a:focus, .PostsCompareRevisions-postContent .spoiler:not(:hover) a::after {
  color: black;
}
.PostsCompareRevisions-postContent .spoiler:not(:hover) code {
  background-color: black;
}
.PostsCompareRevisions-postContent td p, .PostsCompareRevisions-postContent th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.PostsCompareRevisions-postContent td p:first-of-type, .PostsCompareRevisions-postContent th p:first-of-type {
  margin-top: 0;
}
.PostsCompareRevisions-postContent a u, .PostsCompareRevisions-postContent a:hover u, .PostsCompareRevisions-postContent a:active u {
  text-decoration: none;
}
.PostsCompareRevisions-commentsSection {
  position: relative;
  min-height: calc(70vh - 100px);
  background: white;
}
@media (max-width:959.95px) {
  .PostsCompareRevisions-commentsSection {
    margin-left: 0;
    padding-right: 0;
  }
}
.PostsCompareRevisions-headerImageContainer {
  padding-bottom: 15px;
}
@media (min-width:960px) {
  .PostsCompareRevisions-headerImageContainer {
    margin-top: -50px;
  }
}
@media (max-width:959.95px) {
  .PostsCompareRevisions-headerImageContainer {
    margin-top: -12px;
    margin-left: -4px;
    margin-right: -4px;
  }
}
@media (max-width:599.95px) {
  .PostsCompareRevisions-headerImageContainer {
    margin-top: -10px;
  }
}
@media (min-width:960px) {
  .PostsCompareRevisions-headerImageContainerWithComment {
    margin-top: 10px;
  }
}
@media (max-width:959.95px) {
  .PostsCompareRevisions-headerImageContainerWithComment {
    margin-top: 10px;
  }
}
@media (max-width:599.95px) {
  .PostsCompareRevisions-headerImageContainerWithComment {
    margin-top: 10px;
  }
}
.PostsCompareRevisions-headerImage {
  width: 100vw;
  max-width: 682px;
}
.PostsEditForm-postForm {
  width: 715px;
  margin: 0 auto;
}
@media (max-width:599.95px) {
  .PostsEditForm-postForm {
    width: 100%;
  }
}
.PostsEditForm-postForm .vulcan-form .input-draft, .PostsEditForm-postForm .vulcan-form .input-frontpage {
  margin: 0;
}
.PostsEditForm-postForm .document-new .input-frontpage .checkbox {
  margin-bottom: 12px;
}
.PostsEditForm-postForm .document-new .input-draft .checkbox {
  margin-bottom: 12px;
}
.PostsEditForm-postForm .vulcan-form .input-draft {
  right: 115px;
  width: 125px;
}
.PostsEditForm-postForm .vulcan-form .input-frontpage {
  right: 255px;
  width: 150px;
}
.PostsEditForm-postForm .document-edit > div > hr {
  display: none;
}
.PostsEditForm-postForm .form-submit {
  text-align: right;
}
@media (max-width:599.95px) {
  .PostsEditForm-postForm .vulcan-form .input-frontpage {
    right: 150px;
    width: 100px;
    bottom: 50px;
  }
}
@media (max-width:599.95px) {
  .PostsEditForm-postForm .vulcan-form .input-draft {
    right: 0;
    width: 100px;
    bottom: 50px;
  }
  .PostsEditForm-postForm .vulcan-form .input-draft .checkbox {
    width: 100px;
  }
}
@media (max-width:599.95px) {
  .PostsEditForm-postForm .vulcan-form .input-draft, .PostsEditForm-postForm .vulcan-form .input-frontpage {
    width: 125px;
  }
}
.PostsEditForm-postForm .vulcan-form .input-draft .form-group.row, .PostsEditForm-postForm .vulcan-form .input-frontpage .form-group.row {
  margin-bottom: 0;
}
.PostsEditForm-postForm .vulcan-form .input-draft .checkbox, .PostsEditForm-postForm .vulcan-form .input-frontpage .checkbox {
  width: 150px;
  margin: 0 0 6px 0;
}
@media (max-width:599.95px) {
  .PostsEditForm-postForm .vulcan-form .input-draft .checkbox, .PostsEditForm-postForm .vulcan-form .input-frontpage .checkbox {
    width: 150px;
  }
}
.PostsEditForm-formSubmit {
  display: flex;
  flex-wrap: wrap;
}
.PostsEditForm-collaborativeRedirectLink {
  color: #C03A44;
}
.PostsGroupDetails-title {
  color: rgba(0,0,0,0.5);
  display: inline-block;
  font-size: 22px;
  margin-top: -10px;
  line-height: 24px;
  font-variant: small-caps;
  vertical-align: -webkit-baseline-middle;
}
.PostsGroupDetails-sansSerif {
  font-size: 16px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.PostsGroupDetails-root {
  margin-top: 10px;
  margin-bottom: 5px;
}
.PostsHighlight-root {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.28rem;
  word-break: break-word;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.75rem;
}
.PostsHighlight-root pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.PostsHighlight-root code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.PostsHighlight-root blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 12px;
  border-left: solid 3px #e0e0e0;
  margin-left: 24px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
}
.PostsHighlight-root li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.28rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.8rem;
  margin-bottom: .5rem;
}
.PostsHighlight-root h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.PostsHighlight-root h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.PostsHighlight-root h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.PostsHighlight-root h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.PostsHighlight-root h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.PostsHighlight-root h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.PostsHighlight-root h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.PostsHighlight-root img {
  max-width: 100%;
}
.PostsHighlight-root sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.PostsHighlight-root sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.PostsHighlight-root a, .PostsHighlight-root a:hover, .PostsHighlight-root a:active {
  color: #C03A44;
}
.PostsHighlight-root table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.PostsHighlight-root figure.table {
  display: table;
}
.PostsHighlight-root td, .PostsHighlight-root th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.PostsHighlight-root th {
  background: #fafafa;
  font-weight: 700;
}
.PostsHighlight-root figure {
  margin: 1em auto;
  text-align: center;
}
.PostsHighlight-root figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.PostsHighlight-root p.spoiler {
  margin: 0;
}
.PostsHighlight-root .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.PostsHighlight-root div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.PostsHighlight-root p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.PostsHighlight-root .spoilers:not(:hover)::selection, .PostsHighlight-root .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.PostsHighlight-root .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.PostsHighlight-root div.metaculus-preview {
  background-color: #2c3947;
}
.PostsHighlight-root figure.media div[data-oembed-url*="youtube.com"], .PostsHighlight-root figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.PostsHighlight-root .footnote-section {
  counter-reset: footnote-counter;
}
.PostsHighlight-root .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.PostsHighlight-root .footnote-item > * {
  vertical-align: text-top;
}
.PostsHighlight-root .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.PostsHighlight-root .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.PostsHighlight-root .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.PostsHighlight-root .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.PostsHighlight-root .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.PostsHighlight-root .footnotes-sep {
  display: none;
}
.PostsHighlight-root hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.PostsHighlight-root ul {
  padding-inline-start: 30;
}
.PostsHighlight-root h1, .PostsHighlight-root h2, .PostsHighlight-root h3 {
  font-size: 1.6rem;
  margin-blick-start: 0 !important;
}
.PostsHighlight-root hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.PostsHighlight-root .footnotes sup {
  margin-right: 10px;
}
.PostsHighlight-root .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.PostsHighlight-root .footnotes li {
  font-size: 0.9em;
}
.PostsHighlight-root .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.PostsHighlight-root figure.media div[data-oembed-url*="youtube.com"] iframe, .PostsHighlight-root figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.PostsHighlight-root div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.PostsHighlight-root .spoilers > p:hover ~ p a, .PostsHighlight-root .spoilers > p:hover ~ p a:hover, .PostsHighlight-root .spoilers > p:hover ~ p a:focus, .PostsHighlight-root .spoilers > p:hover ~ p a::after {
  color: black;
}
.PostsHighlight-root .spoilers > p:hover ~ p code {
  background-color: black;
}
.PostsHighlight-root div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.PostsHighlight-root div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.PostsHighlight-root div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.PostsHighlight-root div.spoilers:not(:hover) a, .PostsHighlight-root div.spoilers:not(:hover) a:hover, .PostsHighlight-root div.spoilers:not(:hover) a:focus, .PostsHighlight-root div.spoilers:not(:hover) a::after {
  color: black;
}
.PostsHighlight-root div.spoilers:not(:hover) code {
  background-color: black;
}
.PostsHighlight-root .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.PostsHighlight-root .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.PostsHighlight-root .spoiler:not(:hover) a, .PostsHighlight-root .spoiler:not(:hover) a:hover, .PostsHighlight-root .spoiler:not(:hover) a:focus, .PostsHighlight-root .spoiler:not(:hover) a::after {
  color: black;
}
.PostsHighlight-root .spoiler:not(:hover) code {
  background-color: black;
}
.PostsHighlight-root td p, .PostsHighlight-root th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.PostsHighlight-root td p:first-of-type, .PostsHighlight-root th p:first-of-type {
  margin-top: 0;
}
.PostsHighlight-root a u, .PostsHighlight-root a:hover u, .PostsHighlight-root a:active u {
  text-decoration: none;
}
.PostsHighlight-highlightContinue {
  margin-top: 16px;
}
.PostsItem2-root {
  position: relative;
}
@media (max-width:599.95px) {
  .PostsItem2-root {
    width: 100%;
  }
}
.PostsItem2-root:hover .PostsItem2-actions {
  opacity: 0.2;
}
.PostsItem2-background {
  width: 100%;
  background: white;
}
.PostsItem2-postsItem {
  display: flex;
  position: relative;
  flex-wrap: nowrap;
  padding-top: 10px;
  align-items: center;
  padding-bottom: 10px;
}
@media (max-width:599.95px) {
  .PostsItem2-postsItem {
    flex-wrap: wrap;
    padding-top: 8px;
    padding-left: 5px;
    padding-bottom: 8px;
  }
}
.PostsItem2-withGrayHover:hover {
  background-color: #fafafa;
}
.PostsItem2-hasSmallSubtitle.PostsItem2-hasSmallSubtitle {
  top: -5px;
}
.PostsItem2-bottomBorder {
  border-bottom: solid 2px rgba(0,0,0,.05);
}
.PostsItem2-commentsBackground {
  background-color: #fafafa;
}
@media (max-width:599.95px) {
  .PostsItem2-commentsBackground {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.PostsItem2-karma {
  width: 42px;
  justify-content: center;
}
@media (max-width:599.95px) {
  .PostsItem2-karma {
    width: unset;
    margin-left: 2px;
    margin-right: 8px;
    justify-content: flex-start;
  }
}
.PostsItem2-title {
  overflow: hidden;
  flex-grow: 1;
  min-height: 26px;
  flex-shrink: 1;
  margin-right: 12px;
  text-overflow: ellipsis;
}
@media (min-width:600px) {
  .PostsItem2-title {
    top: 3px;
    position: relative;
  }
}
@media (max-width:599.95px) {
  .PostsItem2-title {
    order: -1;
    width: 100%;
    height: unset;
    max-width: unset;
    padding-right: 8px;
  }
}
.PostsItem2-title:hover {
  opacity: 1;
}
.PostsItem2-author {
  z-index: 1;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 12px;
  text-overflow: ellipsis;
  justify-content: flex;
}
@media (max-width:599.95px) {
  .PostsItem2-author {
    flex: unset;
    width: unset;
    margin-left: 0;
    justify-content: flex-end;
  }
}
.PostsItem2-event {
  overflow: hidden;
  max-width: 250px;
  white-space: nowrap;
  margin-right: 12px;
  text-overflow: ellipsis;
}
@media (max-width:599.95px) {
  .PostsItem2-event {
    width: unset;
    margin-left: 0;
  }
}
.PostsItem2-newCommentsSection {
  width: 100%;
  cursor: pointer;
  padding-top: 8px;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 1.3em;
}
@media (max-width:599.95px) {
  .PostsItem2-newCommentsSection {
    padding: 0;
  }
}
.PostsItem2-actions {
  top: 0;
  right: -24px;
  width: 18px;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
}
@media (max-width:959.95px) {
  .PostsItem2-actions {
    display: none;
  }
}
.PostsItem2-mobileSecondRowSpacer {
  flex-grow: 1;
}
@media (min-width:600px) {
  .PostsItem2-mobileSecondRowSpacer {
    display: none;
  }
}
.PostsItem2-mobileActions {
  width: 18px;
  cursor: pointer;
  opacity: 0.5;
  display: none;
  margin-right: 8px;
}
@media (max-width:599.95px) {
  .PostsItem2-mobileActions {
    display: block;
  }
}
@media (min-width:600px) {
  .PostsItem2-nonMobileIcons {
    display: none;
  }
}
.PostsItem2-mobileDismissButton {
  right: 10px;
  cursor: pointer;
  display: none;
  opacity: 0.75;
  position: relative;
  vertical-align: middle;
}
@media (max-width:599.95px) {
  .PostsItem2-mobileDismissButton {
    display: inline-block;
  }
}
.PostsItem2-subtitle {
  color: #616161;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
@media (min-width:600px) {
  .PostsItem2-subtitle {
    left: 42px;
    bottom: 5px;
    z-index: 999;
    position: absolute;
  }
}
@media (max-width:599.95px) {
  .PostsItem2-subtitle {
    order: -1;
    width: 100%;
    margin-top: -2px;
    margin-left: 1px;
    margin-bottom: 3px;
  }
}
.PostsItem2-subtitle a {
  color: #C03A44;
}
.PostsItem2-sequenceImage {
  width: 146px;
  height: 48px;
  opacity: 0.6;
  position: relative;
  margin-top: -12px;
  margin-left: -60px;
  margin-bottom: -12px;
}
@media (max-width:599.95px) {
  .PostsItem2-sequenceImage {
    right: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.PostsItem2-sequenceImage:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  background: linear-gradient(to right, white 0%, rgba(255,255,255,.8) 60%, transparent 100%);
}
.PostsItem2-sequenceImageImg {
  width: 146px;
  height: 48px;
}
@media (max-width:599.95px) {
  .PostsItem2-sequenceImageImg {
    width: auto;
    height: 100%;
  }
}
.PostsItem2-reviewCounts {
  width: 50px;
}
.PostsItem2-noReviews {
  color: #bdbdbd;
}
.PostsItem2-dense {
  padding-top: 7px;
  padding-bottom: 8px;
}
.PostsItem2-withRelevanceVoting {
  margin-left: 28px;
}
.PostsItem2-bookmark {
  top: 2px;
  position: relative;
  margin-left: 4px;
  margin-right: 12px;
}
.PostsItem2-isRead {
  background: white;
}
.PostsItem2MetaInfo-metaInfo {
  color: #757575;
  font-size: 1.1rem;
  flex-grow: 0;
  text-align: center;
  flex-shrink: 0;
}
.PostsItemComments-commentsIconSmall {
  top: 4px;
  width: 20px;
  height: 24px;
  position: relative;
  font-size: 11px;
}
.PostsItemComments-commentsIconSmall .MuiSvgIcon-root {
  height: 100%;
}
.PostsItemComments-commentsIconSmall div {
  margin-top: -2px;
}
.PostsItemComments-commentsIconLarge {
  top: 2px;
  width: 48px;
  height: 24px;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}
.PostsItemComments-commentsIconLarge div {
  margin-top: -3px;
}
.PostsItemComments-commentCount {
  top: 50%;
  right: 50%;
  color: white;
  position: absolute;
  transform: translate(50%, -50%);
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-variant-numeric: lining-nums;
}
.PostsItemComments-noUnreadComments {
  color: rgba(0,0,0,.22);
}
.PostsItemComments-unreadComments {
  color: rgb(204, 97, 105);
}
.PostsItemComments-newPromotedComments {
  color: rgb(160, 225, 165);
}
.PostsItemComments-commentCountIcon {
  top: 50%;
  right: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  transform: translate(50%, -50%);
}
.PostsItemDate-postedAt.PostsItemDate-postedAt {
  width: 38px;
  color: rgba(0,0,0,.9);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 300;
}
@media (max-width:599.95px) {
  .PostsItemDate-postedAt.PostsItemDate-postedAt {
    width: auto;
  }
}
.PostsItemDate-startTime.PostsItemDate-startTime {
  width: 72px;
  color: rgba(0,0,0,.9);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 300;
}
@media (max-width:599.95px) {
  .PostsItemDate-startTime.PostsItemDate-startTime {
    width: auto;
  }
}
.PostsItemDate-tooltipSmallText {
  font-size: .75rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4rem;
}
.PostsItemIcons-iconSet {
  margin-left: 8px;
  line-height: 1.0rem;
  margin-right: 8px;
}
.PostsItemIcons-postIcon {
  margin-right: 4px;
}
.PostsItemIcons-icon.PostsItemIcons-icon {
  top: 3px;
  color: #9e9e9e;
  position: relative;
  font-size: 1.2rem;
}
.PostsItemIcons-question {
  color: #9e9e9e;
  font-size: 1.2rem;
  font-weight: 600;
}
.PostsItemIcons-alignmentIcon.PostsItemIcons-alignmentIcon {
  top: 0;
}
.PostsItemIcons-linkIcon {
  top: 3px;
  color: #9e9e9e;
  position: relative;
  font-size: 1.2rem;
  transform: rotate(-45deg);
}
.PostsItemMeta-read {
  opacity: .8;
}
.PostsItemMeta-karma {
  display: inline-block;
  min-width: 20px;
  text-align: center;
}
.PostsItemMeta-info {
  color: #757575;
  display: inline;
  font-size: 1.1rem;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-right: 8px;
}
.PostsItemMeta-calendarIcon {
  margin-right: 8px;
}
.PostsItemMetaInfo-root {
  color: #757575;
  display: flex;
  font-size: 1.1rem;
  align-items: center;
}
.PostsItemNewCommentsWrapper-title {
  color: #616161;
  font-size: 10px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 4px;
}
.PostsItemReviewVote-1 {
  color: white;
  background: rgb(133, 37, 8);
}
.PostsItemReviewVote-2 {
  color: white;
  background: rgb(203, 94, 60);
}
.PostsItemReviewVote-3 {
  background: #e0e0e0;
}
.PostsItemReviewVote-4 {
  color: #757575;
}
.PostsItemReviewVote-5 {
  background: #e0e0e0;
}
.PostsItemReviewVote-6 {
  color: white;
  background: #9e9e9e;
}
.PostsItemReviewVote-7 {
  color: white;
  background: #616161;
}
.PostsItemReviewVote-buttonWrapper {
  width: 28px;
  cursor: pointer;
  font-size: 1rem;
  text-align: center;
  font-weight: 400;
  line-height: 1.4rem;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.PostsItemReviewVote-button {
  width: 24px;
  border: solid 1px rgba(0,0,0,.2);
  display: inline-block;
  padding-top: 2px;
  border-radius: 3px;
  padding-bottom: 2px;
}
.PostsItemReviewVote-card {
  padding: 8px;
  text-align: center;
}
.PostsItemReviewVote-reviewButton {
  color: #C03A44;
  font-size: 1.16rem;
  padding-top: 4px;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-bottom: 4px;
}
.PostsItemReviewVote-marginRight {
  margin-right: 10px;
}
.PostsItemTagRelevance-root {
  top: 51%;
  width: 30px;
  right: calc(100% - 2px);
  position: absolute;
  text-align: center;
  margin-top: -10px;
}
.PostsItemTagRelevance-voteButton {
  font-size: 25px;
}
.PostsItemTagRelevance-vertLayoutVoteUp {
  top: -15px;
  left: 8px;
  position: absolute;
}
.PostsItemTagRelevance-vertLayoutVoteDown {
  top: 9px;
  left: 8px;
  position: absolute;
}
.PostsItemTagRelevance-score {
  width: 100%;
  font-size: 11px;
}
.PostsItemWrapper-root {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.PostsItemWrapper-root:hover .PostsItemWrapper-removeIcon {
  opacity: 1;
}
.PostsItemWrapper-title {
  max-width: 450px;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.PostsItemWrapper-meta {
  margin-right: 12px;
}
.PostsItemWrapper-dragHandle {
  color: rgba(0,0,0,0.5);
  cursor: pointer;
  margin-right: 8px;
  pointer-events: none;
}
.PostsItemWrapper-removeIcon {
  color: rgba(0,0,0,0.3);
  opacity: 0;
  margin-left: auto;
}
.PostsList2-itemIsLoading {
  opacity: 0.4;
}
.PostsList2-posts {
  box-shadow: 0 1px 5px rgba(0,0,0,.025);
}
.PostsListEditor-editor .ais-InstantSearch__root {
  margin: 20px 0;
}
.PostsListEditor-editor .posts-list-editor-item {
  cursor: pointer;
  padding: 5px;
  position: relative;
  list-style: none;
}
.PostsListEditorSearchHit-root {
  padding: 8px;
  border-bottom: solid 1px;
  border-bottom-color: #eeeeee;
}
.PostsListEditorSearchHit-root:hover {
  background-color: #f5f5f5;
}
.PostsListEditorSearchHit-postLink {
  float: right;
  margin-right: 8px;
}
.PostsListPlaceholder-root {
  position: relative;
}
@media (max-width:599.95px) {
  .PostsListPlaceholder-root {
    width: 100%;
  }
}
.PostsListPlaceholder-root:hover .PostsListPlaceholder-actions {
  opacity: 0.2;
}
.PostsListPlaceholder-background {
  width: 100%;
  background: white;
}
.PostsListPlaceholder-postsItem {
  display: flex;
  position: relative;
  flex-wrap: nowrap;
  padding-top: 10px;
  align-items: center;
  padding-bottom: 10px;
}
@media (max-width:599.95px) {
  .PostsListPlaceholder-postsItem {
    flex-wrap: wrap;
    padding-top: 8px;
    padding-left: 5px;
    padding-bottom: 8px;
  }
}
.PostsListPlaceholder-withGrayHover:hover {
  background-color: #fafafa;
}
.PostsListPlaceholder-hasSmallSubtitle.PostsListPlaceholder-hasSmallSubtitle {
  top: -5px;
}
.PostsListPlaceholder-bottomBorder {
  border-bottom: solid 2px rgba(0,0,0,.05);
}
.PostsListPlaceholder-commentsBackground {
  background-color: #fafafa;
}
@media (max-width:599.95px) {
  .PostsListPlaceholder-commentsBackground {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.PostsListPlaceholder-karma {
  width: 42px;
  justify-content: center;
}
@media (max-width:599.95px) {
  .PostsListPlaceholder-karma {
    width: unset;
    margin-left: 2px;
    margin-right: 8px;
    justify-content: flex-start;
  }
}
.PostsListPlaceholder-title {
  overflow: hidden;
  flex-grow: 1;
  min-height: 26px;
  flex-shrink: 1;
  margin-right: 12px;
  text-overflow: ellipsis;
}
@media (min-width:600px) {
  .PostsListPlaceholder-title {
    top: 3px;
    position: relative;
  }
}
@media (max-width:599.95px) {
  .PostsListPlaceholder-title {
    order: -1;
    width: 100%;
    height: unset;
    max-width: unset;
    padding-right: 8px;
  }
}
.PostsListPlaceholder-title:hover {
  opacity: 1;
}
.PostsListPlaceholder-author {
  z-index: 1;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 12px;
  text-overflow: ellipsis;
  justify-content: flex;
}
@media (max-width:599.95px) {
  .PostsListPlaceholder-author {
    flex: unset;
    width: unset;
    margin-left: 0;
    justify-content: flex-end;
  }
}
.PostsListPlaceholder-event {
  overflow: hidden;
  max-width: 250px;
  white-space: nowrap;
  margin-right: 12px;
  text-overflow: ellipsis;
}
@media (max-width:599.95px) {
  .PostsListPlaceholder-event {
    width: unset;
    margin-left: 0;
  }
}
.PostsListPlaceholder-newCommentsSection {
  width: 100%;
  cursor: pointer;
  padding-top: 8px;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 1.3em;
}
@media (max-width:599.95px) {
  .PostsListPlaceholder-newCommentsSection {
    padding: 0;
  }
}
.PostsListPlaceholder-actions {
  top: 0;
  right: -24px;
  width: 18px;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
}
@media (max-width:959.95px) {
  .PostsListPlaceholder-actions {
    display: none;
  }
}
.PostsListPlaceholder-mobileSecondRowSpacer {
  flex-grow: 1;
}
@media (min-width:600px) {
  .PostsListPlaceholder-mobileSecondRowSpacer {
    display: none;
  }
}
.PostsListPlaceholder-mobileActions {
  width: 18px;
  cursor: pointer;
  opacity: 0.5;
  display: none;
  margin-right: 8px;
}
@media (max-width:599.95px) {
  .PostsListPlaceholder-mobileActions {
    display: block;
  }
}
@media (min-width:600px) {
  .PostsListPlaceholder-nonMobileIcons {
    display: none;
  }
}
.PostsListPlaceholder-mobileDismissButton {
  right: 10px;
  cursor: pointer;
  display: none;
  opacity: 0.75;
  position: relative;
  vertical-align: middle;
}
@media (max-width:599.95px) {
  .PostsListPlaceholder-mobileDismissButton {
    display: inline-block;
  }
}
.PostsListPlaceholder-subtitle {
  color: #616161;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
@media (min-width:600px) {
  .PostsListPlaceholder-subtitle {
    left: 42px;
    bottom: 5px;
    z-index: 999;
    position: absolute;
  }
}
@media (max-width:599.95px) {
  .PostsListPlaceholder-subtitle {
    order: -1;
    width: 100%;
    margin-top: -2px;
    margin-left: 1px;
    margin-bottom: 3px;
  }
}
.PostsListPlaceholder-subtitle a {
  color: #C03A44;
}
.PostsListPlaceholder-sequenceImage {
  width: 146px;
  height: 48px;
  opacity: 0.6;
  position: relative;
  margin-top: -12px;
  margin-left: -60px;
  margin-bottom: -12px;
}
@media (max-width:599.95px) {
  .PostsListPlaceholder-sequenceImage {
    right: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.PostsListPlaceholder-sequenceImage:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  background: linear-gradient(to right, white 0%, rgba(255,255,255,.8) 60%, transparent 100%);
}
.PostsListPlaceholder-sequenceImageImg {
  width: 146px;
  height: 48px;
}
@media (max-width:599.95px) {
  .PostsListPlaceholder-sequenceImageImg {
    width: auto;
    height: 100%;
  }
}
.PostsListPlaceholder-reviewCounts {
  width: 50px;
}
.PostsListPlaceholder-noReviews {
  color: #bdbdbd;
}
.PostsListPlaceholder-dense {
  padding-top: 7px;
  padding-bottom: 8px;
}
.PostsListPlaceholder-withRelevanceVoting {
  margin-left: 28px;
}
.PostsListPlaceholder-bookmark {
  top: 2px;
  position: relative;
  margin-left: 4px;
  margin-right: 12px;
}
.PostsListPlaceholder-isRead {
  background: white;
}
.PostsListSettings-root {
  display: flex;
  padding: 12px 24px 8px 12px;
  flex-wrap: wrap;
  background: white;
  align-items: flex-start;
  margin-bottom: 8px;
  justify-content: space-between;
}
.PostsListSettings-hidden {
  display: none;
  overflow: hidden;
}
.PostsListSettings-menuItem.PostsListSettings-menuItem {
  color: #9e9e9e;
  cursor: pointer;
  display: block;
  margin-left: 12px;
  white-space: nowrap;
}
.PostsListSettings-menuItem.PostsListSettings-menuItem:hover {
  color: #757575;
}
.PostsListSettings-selectionList {
  margin-right: 16px;
}
@media (max-width:599.95px) {
  .PostsListSettings-selectionList {
    flex: 1 0 calc(50% - 32px);
    order: 1;
    margin-top: 8px;
  }
}
.PostsListSettings-selectionTitle.PostsListSettings-selectionTitle {
  display: block;
  font-style: italic;
  margin-bottom: 4px;
}
.PostsListSettings-selected.PostsListSettings-selected {
  color: #212121;
}
.PostsListSettings-selected.PostsListSettings-selected:hover {
  color: #212121;
}
.PostsListSettings-checkbox {
  padding: 1px 12px 0 0;
}
.PostsListSettings-checkboxGroup {
  display: flex;
  align-items: center;
}
@media (max-width:599.95px) {
  .PostsListSettings-checkboxGroup {
    flex: 1 0 100%;
    order: 0;
    margin-bottom: 16px;
  }
}
.PostsListSortDropdown-root {
  color: #757575;
  font-size: 1.16rem;
  margin-top: 8px;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: 8px;
}
.PostsListSortDropdown-selectMenu {
  color: #C03A44;
  cursor: pointer;
  padding-left: 4px;
}
.PostsListSortDropdown-icon {
  top: -2px;
  left: -2px;
  position: relative;
  vertical-align: middle;
}
.PostsListSortDropdown-menuItem:focus {
  outline: none;
}
.PostsNewForm-postForm {
  width: 715px;
  margin: 0 auto;
}
@media (max-width:599.95px) {
  .PostsNewForm-postForm {
    width: 100%;
  }
}
.PostsNewForm-postForm .vulcan-form .input-draft, .PostsNewForm-postForm .vulcan-form .input-frontpage {
  margin: 0;
}
.PostsNewForm-postForm .document-new .input-frontpage .checkbox {
  margin-bottom: 12px;
}
.PostsNewForm-postForm .document-new .input-draft .checkbox {
  margin-bottom: 12px;
}
.PostsNewForm-postForm .vulcan-form .input-draft {
  right: 115px;
  width: 125px;
}
.PostsNewForm-postForm .vulcan-form .input-frontpage {
  right: 255px;
  width: 150px;
}
.PostsNewForm-postForm .document-edit > div > hr {
  display: none;
}
.PostsNewForm-postForm .form-submit {
  text-align: right;
}
@media (max-width:599.95px) {
  .PostsNewForm-postForm .vulcan-form .input-frontpage {
    right: 150px;
    width: 100px;
    bottom: 50px;
  }
}
@media (max-width:599.95px) {
  .PostsNewForm-postForm .vulcan-form .input-draft {
    right: 0;
    width: 100px;
    bottom: 50px;
  }
  .PostsNewForm-postForm .vulcan-form .input-draft .checkbox {
    width: 100px;
  }
}
@media (max-width:599.95px) {
  .PostsNewForm-postForm .vulcan-form .input-draft, .PostsNewForm-postForm .vulcan-form .input-frontpage {
    width: 125px;
  }
}
.PostsNewForm-postForm .vulcan-form .input-draft .form-group.row, .PostsNewForm-postForm .vulcan-form .input-frontpage .form-group.row {
  margin-bottom: 0;
}
.PostsNewForm-postForm .vulcan-form .input-draft .checkbox, .PostsNewForm-postForm .vulcan-form .input-frontpage .checkbox {
  width: 150px;
  margin: 0 0 6px 0;
}
@media (max-width:599.95px) {
  .PostsNewForm-postForm .vulcan-form .input-draft .checkbox, .PostsNewForm-postForm .vulcan-form .input-frontpage .checkbox {
    width: 150px;
  }
}
.PostsNewForm-formSubmit {
  display: flex;
  flex-wrap: wrap;
}
.PostsNewForm-collaborativeRedirectLink {
  color: #C03A44;
}
.PostsNoResults-root {
  color: #9e9e9e;
  font-style: italic;
  margin-left: 8px;
}
.PostsPage-title {
  margin-bottom: 32px;
}
@media (max-width:959.95px) {
  .PostsPage-title {
    margin-bottom: 20px;
  }
}
.PostsPage-centralColumn {
  max-width: 682px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
.PostsPage-postContent {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  word-break: break-word;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.PostsPage-postContent pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.PostsPage-postContent code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.PostsPage-postContent blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 400;
  padding-top: 12px;
  border-left: solid 3px #e0e0e0;
  margin-left: 24px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
}
.PostsPage-postContent li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  margin-bottom: .5rem;
}
.PostsPage-postContent h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.PostsPage-postContent h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.PostsPage-postContent h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.PostsPage-postContent h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.PostsPage-postContent h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.PostsPage-postContent h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.PostsPage-postContent h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.PostsPage-postContent img {
  max-width: 100%;
}
.PostsPage-postContent sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.PostsPage-postContent sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.PostsPage-postContent a, .PostsPage-postContent a:hover, .PostsPage-postContent a:active {
  color: #C03A44;
}
.PostsPage-postContent table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.PostsPage-postContent figure.table {
  display: table;
}
.PostsPage-postContent td, .PostsPage-postContent th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.PostsPage-postContent th {
  background: #fafafa;
  font-weight: 700;
}
.PostsPage-postContent figure {
  margin: 1em auto;
  text-align: center;
}
.PostsPage-postContent figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.PostsPage-postContent p.spoiler {
  margin: 0;
}
.PostsPage-postContent .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.PostsPage-postContent div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.PostsPage-postContent p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.PostsPage-postContent .spoilers:not(:hover)::selection, .PostsPage-postContent .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.PostsPage-postContent .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.PostsPage-postContent div.metaculus-preview {
  background-color: #2c3947;
}
.PostsPage-postContent figure.media div[data-oembed-url*="youtube.com"], .PostsPage-postContent figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.PostsPage-postContent .footnote-section {
  counter-reset: footnote-counter;
}
.PostsPage-postContent .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.PostsPage-postContent .footnote-item > * {
  vertical-align: text-top;
}
.PostsPage-postContent .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.PostsPage-postContent .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.PostsPage-postContent .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.PostsPage-postContent .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.PostsPage-postContent .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.PostsPage-postContent .footnotes-sep {
  display: none;
}
.PostsPage-postContent hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.PostsPage-postContent hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.PostsPage-postContent .footnotes sup {
  margin-right: 10px;
}
.PostsPage-postContent .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.PostsPage-postContent .footnotes li {
  font-size: 0.9em;
}
.PostsPage-postContent .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.PostsPage-postContent figure.media div[data-oembed-url*="youtube.com"] iframe, .PostsPage-postContent figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.PostsPage-postContent div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.PostsPage-postContent .spoilers > p:hover ~ p a, .PostsPage-postContent .spoilers > p:hover ~ p a:hover, .PostsPage-postContent .spoilers > p:hover ~ p a:focus, .PostsPage-postContent .spoilers > p:hover ~ p a::after {
  color: black;
}
.PostsPage-postContent .spoilers > p:hover ~ p code {
  background-color: black;
}
.PostsPage-postContent div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.PostsPage-postContent div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.PostsPage-postContent div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.PostsPage-postContent div.spoilers:not(:hover) a, .PostsPage-postContent div.spoilers:not(:hover) a:hover, .PostsPage-postContent div.spoilers:not(:hover) a:focus, .PostsPage-postContent div.spoilers:not(:hover) a::after {
  color: black;
}
.PostsPage-postContent div.spoilers:not(:hover) code {
  background-color: black;
}
.PostsPage-postContent .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.PostsPage-postContent .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.PostsPage-postContent .spoiler:not(:hover) a, .PostsPage-postContent .spoiler:not(:hover) a:hover, .PostsPage-postContent .spoiler:not(:hover) a:focus, .PostsPage-postContent .spoiler:not(:hover) a::after {
  color: black;
}
.PostsPage-postContent .spoiler:not(:hover) code {
  background-color: black;
}
.PostsPage-postContent td p, .PostsPage-postContent th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.PostsPage-postContent td p:first-of-type, .PostsPage-postContent th p:first-of-type {
  margin-top: 0;
}
.PostsPage-postContent a u, .PostsPage-postContent a:hover u, .PostsPage-postContent a:active u {
  text-decoration: none;
}
.PostsPage-commentsSection {
  position: relative;
  min-height: calc(70vh - 100px);
  background: white;
}
@media (max-width:959.95px) {
  .PostsPage-commentsSection {
    margin-left: 0;
    padding-right: 0;
  }
}
.PostsPage-headerImageContainer {
  padding-bottom: 15px;
}
@media (min-width:960px) {
  .PostsPage-headerImageContainer {
    margin-top: -50px;
  }
}
@media (max-width:959.95px) {
  .PostsPage-headerImageContainer {
    margin-top: -12px;
    margin-left: -4px;
    margin-right: -4px;
  }
}
@media (max-width:599.95px) {
  .PostsPage-headerImageContainer {
    margin-top: -10px;
  }
}
@media (min-width:960px) {
  .PostsPage-headerImageContainerWithComment {
    margin-top: 10px;
  }
}
@media (max-width:959.95px) {
  .PostsPage-headerImageContainerWithComment {
    margin-top: 10px;
  }
}
@media (max-width:599.95px) {
  .PostsPage-headerImageContainerWithComment {
    margin-top: 10px;
  }
}
.PostsPage-headerImage {
  width: 100vw;
  max-width: 682px;
}
.PostsPageActions-root {
  cursor: pointer;
}
.PostsPageActions-icon {
  cursor: pointer;
  vertical-align: middle;
}
.PostsPageActions-popper {
  z-index: 1001;
  position: relative;
}
.PostsPageDate-date {
  color: #757575;
  font-size: 1.16rem;
  white-space: no-wrap;
}
@media (min-width:960px) {
  .PostsPageDate-mobileDate {
    display: none;
  }
}
.PostsPageEventData-metadata {
  color: rgba(0,0,0,0.5);
  display: flex;
  margin-top: 16px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  justify-content: space-between;
}
@media (max-width:599.95px) {
  .PostsPageEventData-metadata {
    display: block;
  }
}
.PostsPageEventData-onlineEventLocation {
  color: #C03A44;
  display: block;
  overflow: hidden;
  max-width: 400px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.PostsPageEventData-eventCTA {
  flex: none;
  margin: 0 24px;
}
@media (max-width:599.95px) {
  .PostsPageEventData-eventCTA {
    margin: 20px 0 0 12px;
  }
}
.PostsPageEventData-registerBtnIcon {
  font-size: 15px;
  margin-top: -4px;
  margin-left: 6px;
}
.PostsPageHeaderTitle-subtitle {
  margin-left: 1em;
  border-left: 1px solid #bdbdbd;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  padding-left: 1em;
  text-transform: uppercase;
}
.PostsPagePostFooter-footerSection {
  display: flex;
  font-size: 1.4em;
  align-items: center;
}
.PostsPagePostFooter-voteBottom {
  display: inline-block;
  position: relative;
  font-size: 42px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.PostsPagePostFooter-bottomNavigation {
  width: 640px;
  margin: auto;
}
@media (max-width:959.95px) {
  .PostsPagePostFooter-bottomNavigation {
    width: 100%;
    max-width: 720px;
  }
}
.PostsPagePostFooter-footerTagList {
  margin-top: 16px;
  margin-bottom: 66px;
}
.PostsPagePostHeader-header {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 16px;
  justify-content: space-between;
}
.PostsPagePostHeader-headerLeft {
  width: 100%;
}
.PostsPagePostHeader-headerVote {
  position: relative;
  font-size: 42px;
  text-align: center;
}
.PostsPagePostHeader-eventHeader {
  margin-bottom: 0;
}
.PostsPagePostHeader-secondaryInfo {
  font-size: 1.4rem;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.PostsPagePostHeader-groupLinks {
  display: inline-block;
  margin-right: 20px;
}
.PostsPagePostHeader-commentsLink {
  color: #757575;
  display: inline-block;
  font-size: 1.16rem;
  white-space: no-wrap;
  margin-right: 20px;
}
.PostsPagePostHeader-wordCount {
  color: #757575;
  display: inline-block;
  font-size: 1.16rem;
  white-space: no-wrap;
  margin-right: 20px;
}
.PostsPagePostHeader-actions {
  color: #757575;
  display: inline-block;
}
.PostsPagePostHeader-authors {
  display: inline-block;
  margin-right: 20px;
}
.PostsPagePostHeader-feedName {
  color: #757575;
  display: inline-block;
  font-size: 1.16rem;
  margin-right: 20px;
}
@media (max-width:959.95px) {
  .PostsPagePostHeader-feedName {
    display: none;
  }
}
.PostsPagePostHeader-date {
  display: inline-block;
  margin-right: 20px;
}
.PostsPagePostHeader-divider {
  margin-top: 16px;
  border-top: solid 1px rgba(0,0,0,.1);
  margin-left: 0;
  border-left: transparent;
}
.PostsPageTitle-root {
  color: rgba(0, 0, 0, 0.87);
  font-size: 3rem;
  margin-top: 0;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.30357em;
  margin-left: 0;
  margin-bottom: 0;
  letter-spacing: -.02em;
}
@media (max-width:959.95px) {
  .PostsPageTitle-root {
    font-size: 2.5rem;
  }
}
.PostsPageTitle-draft {
  color: #9e9e9e;
}
.PostsPageTitle-question {
  color: #757575;
  display: block;
}
.PostsPageTitle-link:hover {
  opacity: unset;
}
.PostsPreviewTooltip-root {
  width: 400px;
  padding: 16px;
  position: relative;
  border-radius: 3px;
  padding-bottom: 6px;
}
.PostsPreviewTooltip-root img {
  max-height: 200px;
}
@media (max-width:599.95px) {
  .PostsPreviewTooltip-root {
    display: none;
  }
}
.PostsPreviewTooltip-root .expand {
  color: #757575;
  cursor: pointer;
  font-size: 1rem;
}
.PostsPreviewTooltip-postPreview {
  max-height: 450px;
}
.PostsPreviewTooltip-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.PostsPreviewTooltip-title {
  margin-bottom: -6px;
}
.PostsPreviewTooltip-tooltipInfo {
  color: #757575;
  display: flex;
  font-size: 1.1rem;
  font-style: italic;
  word-break: break-word;
  margin-top: .5em;
  margin-left: 2px;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  align-items: center;
  margin-bottom: .25em;
  pointer-events: none;
}
.PostsPreviewTooltip-tooltipInfo pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.PostsPreviewTooltip-tooltipInfo code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.PostsPreviewTooltip-tooltipInfo blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.PostsPreviewTooltip-tooltipInfo li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.PostsPreviewTooltip-tooltipInfo h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.PostsPreviewTooltip-tooltipInfo h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.PostsPreviewTooltip-tooltipInfo h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.PostsPreviewTooltip-tooltipInfo h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.PostsPreviewTooltip-tooltipInfo h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.PostsPreviewTooltip-tooltipInfo h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.PostsPreviewTooltip-tooltipInfo h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.PostsPreviewTooltip-tooltipInfo img {
  max-width: 100%;
}
.PostsPreviewTooltip-tooltipInfo sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.PostsPreviewTooltip-tooltipInfo sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.PostsPreviewTooltip-tooltipInfo a, .PostsPreviewTooltip-tooltipInfo a:hover, .PostsPreviewTooltip-tooltipInfo a:active {
  color: #C03A44;
}
.PostsPreviewTooltip-tooltipInfo table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.PostsPreviewTooltip-tooltipInfo figure.table {
  display: table;
}
.PostsPreviewTooltip-tooltipInfo td, .PostsPreviewTooltip-tooltipInfo th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.PostsPreviewTooltip-tooltipInfo th {
  background: #fafafa;
  font-weight: 700;
}
.PostsPreviewTooltip-tooltipInfo figure {
  margin: 1em auto;
  text-align: center;
}
.PostsPreviewTooltip-tooltipInfo figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.PostsPreviewTooltip-tooltipInfo p.spoiler {
  margin: 0;
}
.PostsPreviewTooltip-tooltipInfo .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.PostsPreviewTooltip-tooltipInfo div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.PostsPreviewTooltip-tooltipInfo p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.PostsPreviewTooltip-tooltipInfo .spoilers:not(:hover)::selection, .PostsPreviewTooltip-tooltipInfo .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.PostsPreviewTooltip-tooltipInfo .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.PostsPreviewTooltip-tooltipInfo div.metaculus-preview {
  background-color: #2c3947;
}
.PostsPreviewTooltip-tooltipInfo figure.media div[data-oembed-url*="youtube.com"], .PostsPreviewTooltip-tooltipInfo figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.PostsPreviewTooltip-tooltipInfo .footnote-section {
  counter-reset: footnote-counter;
}
.PostsPreviewTooltip-tooltipInfo .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.PostsPreviewTooltip-tooltipInfo .footnote-item > * {
  vertical-align: text-top;
}
.PostsPreviewTooltip-tooltipInfo .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.PostsPreviewTooltip-tooltipInfo .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.PostsPreviewTooltip-tooltipInfo .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.PostsPreviewTooltip-tooltipInfo .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.PostsPreviewTooltip-tooltipInfo .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.PostsPreviewTooltip-tooltipInfo .footnotes-sep {
  display: none;
}
.PostsPreviewTooltip-tooltipInfo hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.PostsPreviewTooltip-tooltipInfo h1, .PostsPreviewTooltip-tooltipInfo h2, .PostsPreviewTooltip-tooltipInfo h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.PostsPreviewTooltip-tooltipInfo * {
  pointer-events: auto;
}
.PostsPreviewTooltip-tooltipInfo > *:hover ~ .spoiler {
  color: black;
}
.PostsPreviewTooltip-tooltipInfo > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
.PostsPreviewTooltip-tooltipInfo hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.PostsPreviewTooltip-tooltipInfo .footnotes sup {
  margin-right: 10px;
}
.PostsPreviewTooltip-tooltipInfo .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.PostsPreviewTooltip-tooltipInfo .footnotes li {
  font-size: 0.9em;
}
.PostsPreviewTooltip-tooltipInfo .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.PostsPreviewTooltip-tooltipInfo figure.media div[data-oembed-url*="youtube.com"] iframe, .PostsPreviewTooltip-tooltipInfo figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.PostsPreviewTooltip-tooltipInfo div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.PostsPreviewTooltip-tooltipInfo .spoilers > p:hover ~ p a, .PostsPreviewTooltip-tooltipInfo .spoilers > p:hover ~ p a:hover, .PostsPreviewTooltip-tooltipInfo .spoilers > p:hover ~ p a:focus, .PostsPreviewTooltip-tooltipInfo .spoilers > p:hover ~ p a::after {
  color: black;
}
.PostsPreviewTooltip-tooltipInfo .spoilers > p:hover ~ p code {
  background-color: black;
}
.PostsPreviewTooltip-tooltipInfo div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.PostsPreviewTooltip-tooltipInfo div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.PostsPreviewTooltip-tooltipInfo div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.PostsPreviewTooltip-tooltipInfo div.spoilers:not(:hover) a, .PostsPreviewTooltip-tooltipInfo div.spoilers:not(:hover) a:hover, .PostsPreviewTooltip-tooltipInfo div.spoilers:not(:hover) a:focus, .PostsPreviewTooltip-tooltipInfo div.spoilers:not(:hover) a::after {
  color: black;
}
.PostsPreviewTooltip-tooltipInfo div.spoilers:not(:hover) code {
  background-color: black;
}
.PostsPreviewTooltip-tooltipInfo .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.PostsPreviewTooltip-tooltipInfo .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.PostsPreviewTooltip-tooltipInfo .spoiler:not(:hover) a, .PostsPreviewTooltip-tooltipInfo .spoiler:not(:hover) a:hover, .PostsPreviewTooltip-tooltipInfo .spoiler:not(:hover) a:focus, .PostsPreviewTooltip-tooltipInfo .spoiler:not(:hover) a::after {
  color: black;
}
.PostsPreviewTooltip-tooltipInfo .spoiler:not(:hover) code {
  background-color: black;
}
.PostsPreviewTooltip-tooltipInfo td p, .PostsPreviewTooltip-tooltipInfo th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.PostsPreviewTooltip-tooltipInfo td p:first-of-type, .PostsPreviewTooltip-tooltipInfo th p:first-of-type {
  margin-top: 0;
}
.PostsPreviewTooltip-tooltipInfo a u, .PostsPreviewTooltip-tooltipInfo a:hover u, .PostsPreviewTooltip-tooltipInfo a:active u {
  text-decoration: none;
}
.PostsPreviewTooltip-highlight {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.1rem;
  word-break: break-word;
  margin-top: 20px;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.75rem;
  margin-right: 4px;
  margin-bottom: 12px;
}
.PostsPreviewTooltip-highlight pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.PostsPreviewTooltip-highlight code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.PostsPreviewTooltip-highlight blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 12px;
  border-left: solid 3px #e0e0e0;
  margin-left: 24px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
}
.PostsPreviewTooltip-highlight li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.28rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.8rem;
  margin-bottom: .5rem;
}
.PostsPreviewTooltip-highlight h1 {
  font-size: 1.2rem;
}
.PostsPreviewTooltip-highlight h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.PostsPreviewTooltip-highlight h2 {
  font-size: 1.2rem;
}
.PostsPreviewTooltip-highlight h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.PostsPreviewTooltip-highlight h3 {
  font-size: 1.1rem;
}
.PostsPreviewTooltip-highlight h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.PostsPreviewTooltip-highlight h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.PostsPreviewTooltip-highlight img {
  display: none;
}
.PostsPreviewTooltip-highlight sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.PostsPreviewTooltip-highlight sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.PostsPreviewTooltip-highlight a, .PostsPreviewTooltip-highlight a:hover, .PostsPreviewTooltip-highlight a:active {
  color: #C03A44;
}
.PostsPreviewTooltip-highlight table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.PostsPreviewTooltip-highlight figure.table {
  display: table;
}
.PostsPreviewTooltip-highlight td, .PostsPreviewTooltip-highlight th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.PostsPreviewTooltip-highlight th {
  background: #fafafa;
  font-weight: 700;
}
.PostsPreviewTooltip-highlight figure {
  margin: 1em auto;
  text-align: center;
}
.PostsPreviewTooltip-highlight figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.PostsPreviewTooltip-highlight p.spoiler {
  margin: 0;
}
.PostsPreviewTooltip-highlight .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.PostsPreviewTooltip-highlight div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.PostsPreviewTooltip-highlight p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.PostsPreviewTooltip-highlight .spoilers:not(:hover)::selection, .PostsPreviewTooltip-highlight .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.PostsPreviewTooltip-highlight .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.PostsPreviewTooltip-highlight div.metaculus-preview {
  background-color: #2c3947;
}
.PostsPreviewTooltip-highlight figure.media div[data-oembed-url*="youtube.com"], .PostsPreviewTooltip-highlight figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.PostsPreviewTooltip-highlight .footnote-section {
  counter-reset: footnote-counter;
}
.PostsPreviewTooltip-highlight .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.PostsPreviewTooltip-highlight .footnote-item > * {
  vertical-align: text-top;
}
.PostsPreviewTooltip-highlight .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.PostsPreviewTooltip-highlight .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.PostsPreviewTooltip-highlight .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.PostsPreviewTooltip-highlight .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.PostsPreviewTooltip-highlight .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.PostsPreviewTooltip-highlight .footnotes-sep {
  display: none;
}
.PostsPreviewTooltip-highlight hr {
  display: none;
}
.PostsPreviewTooltip-highlight ul {
  padding-inline-start: 30;
}
.PostsPreviewTooltip-highlight h1, .PostsPreviewTooltip-highlight h2, .PostsPreviewTooltip-highlight h3 {
  font-size: 1.6rem;
  margin-blick-start: 0 !important;
}
.PostsPreviewTooltip-highlight .footnotes sup {
  margin-right: 10px;
}
.PostsPreviewTooltip-highlight .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.PostsPreviewTooltip-highlight .footnotes li {
  font-size: 0.9em;
}
.PostsPreviewTooltip-highlight .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.PostsPreviewTooltip-highlight figure.media div[data-oembed-url*="youtube.com"] iframe, .PostsPreviewTooltip-highlight figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.PostsPreviewTooltip-highlight div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.PostsPreviewTooltip-highlight .spoilers > p:hover ~ p a, .PostsPreviewTooltip-highlight .spoilers > p:hover ~ p a:hover, .PostsPreviewTooltip-highlight .spoilers > p:hover ~ p a:focus, .PostsPreviewTooltip-highlight .spoilers > p:hover ~ p a::after {
  color: black;
}
.PostsPreviewTooltip-highlight .spoilers > p:hover ~ p code {
  background-color: black;
}
.PostsPreviewTooltip-highlight div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.PostsPreviewTooltip-highlight div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.PostsPreviewTooltip-highlight div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.PostsPreviewTooltip-highlight div.spoilers:not(:hover) a, .PostsPreviewTooltip-highlight div.spoilers:not(:hover) a:hover, .PostsPreviewTooltip-highlight div.spoilers:not(:hover) a:focus, .PostsPreviewTooltip-highlight div.spoilers:not(:hover) a::after {
  color: black;
}
.PostsPreviewTooltip-highlight div.spoilers:not(:hover) code {
  background-color: black;
}
.PostsPreviewTooltip-highlight .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.PostsPreviewTooltip-highlight .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.PostsPreviewTooltip-highlight .spoiler:not(:hover) a, .PostsPreviewTooltip-highlight .spoiler:not(:hover) a:hover, .PostsPreviewTooltip-highlight .spoiler:not(:hover) a:focus, .PostsPreviewTooltip-highlight .spoiler:not(:hover) a::after {
  color: black;
}
.PostsPreviewTooltip-highlight .spoiler:not(:hover) code {
  background-color: black;
}
.PostsPreviewTooltip-highlight td p, .PostsPreviewTooltip-highlight th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.PostsPreviewTooltip-highlight td p:first-of-type, .PostsPreviewTooltip-highlight th p:first-of-type {
  margin-top: 0;
}
.PostsPreviewTooltip-highlight a u, .PostsPreviewTooltip-highlight a:hover u, .PostsPreviewTooltip-highlight a:active u {
  text-decoration: none;
}
.PostsPreviewTooltip-comment {
  margin-top: 8px;
  margin-left: -13px;
  margin-right: -13px;
  margin-bottom: -17px;
}
.PostsPreviewTooltip-bookmark {
  margin-top: -4px;
  padding-right: 4px;
}
.PostsPreviewTooltip-continue {
  color: #9e9e9e;
  font-size: 1rem;
  word-break: break-word;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.75rem;
  margin-bottom: 8px;
}
.PostsPreviewTooltip-continue pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.PostsPreviewTooltip-continue code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.PostsPreviewTooltip-continue blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 12px;
  border-left: solid 3px #e0e0e0;
  margin-left: 24px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
}
.PostsPreviewTooltip-continue li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.28rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.8rem;
  margin-bottom: .5rem;
}
.PostsPreviewTooltip-continue h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.PostsPreviewTooltip-continue h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.PostsPreviewTooltip-continue h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.PostsPreviewTooltip-continue h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.PostsPreviewTooltip-continue h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.PostsPreviewTooltip-continue h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.PostsPreviewTooltip-continue h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.PostsPreviewTooltip-continue img {
  max-width: 100%;
}
.PostsPreviewTooltip-continue sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.PostsPreviewTooltip-continue sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.PostsPreviewTooltip-continue a, .PostsPreviewTooltip-continue a:hover, .PostsPreviewTooltip-continue a:active {
  color: #C03A44;
}
.PostsPreviewTooltip-continue table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.PostsPreviewTooltip-continue figure.table {
  display: table;
}
.PostsPreviewTooltip-continue td, .PostsPreviewTooltip-continue th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.PostsPreviewTooltip-continue th {
  background: #fafafa;
  font-weight: 700;
}
.PostsPreviewTooltip-continue figure {
  margin: 1em auto;
  text-align: center;
}
.PostsPreviewTooltip-continue figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.PostsPreviewTooltip-continue p.spoiler {
  margin: 0;
}
.PostsPreviewTooltip-continue .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.PostsPreviewTooltip-continue div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.PostsPreviewTooltip-continue p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.PostsPreviewTooltip-continue .spoilers:not(:hover)::selection, .PostsPreviewTooltip-continue .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.PostsPreviewTooltip-continue .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.PostsPreviewTooltip-continue div.metaculus-preview {
  background-color: #2c3947;
}
.PostsPreviewTooltip-continue figure.media div[data-oembed-url*="youtube.com"], .PostsPreviewTooltip-continue figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.PostsPreviewTooltip-continue .footnote-section {
  counter-reset: footnote-counter;
}
.PostsPreviewTooltip-continue .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.PostsPreviewTooltip-continue .footnote-item > * {
  vertical-align: text-top;
}
.PostsPreviewTooltip-continue .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.PostsPreviewTooltip-continue .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.PostsPreviewTooltip-continue .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.PostsPreviewTooltip-continue .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.PostsPreviewTooltip-continue .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.PostsPreviewTooltip-continue .footnotes-sep {
  display: none;
}
.PostsPreviewTooltip-continue hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.PostsPreviewTooltip-continue ul {
  padding-inline-start: 30;
}
.PostsPreviewTooltip-continue h1, .PostsPreviewTooltip-continue h2, .PostsPreviewTooltip-continue h3 {
  font-size: 1.6rem;
  margin-blick-start: 0 !important;
}
.PostsPreviewTooltip-continue hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.PostsPreviewTooltip-continue .footnotes sup {
  margin-right: 10px;
}
.PostsPreviewTooltip-continue .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.PostsPreviewTooltip-continue .footnotes li {
  font-size: 0.9em;
}
.PostsPreviewTooltip-continue .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.PostsPreviewTooltip-continue figure.media div[data-oembed-url*="youtube.com"] iframe, .PostsPreviewTooltip-continue figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.PostsPreviewTooltip-continue div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.PostsPreviewTooltip-continue .spoilers > p:hover ~ p a, .PostsPreviewTooltip-continue .spoilers > p:hover ~ p a:hover, .PostsPreviewTooltip-continue .spoilers > p:hover ~ p a:focus, .PostsPreviewTooltip-continue .spoilers > p:hover ~ p a::after {
  color: black;
}
.PostsPreviewTooltip-continue .spoilers > p:hover ~ p code {
  background-color: black;
}
.PostsPreviewTooltip-continue div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.PostsPreviewTooltip-continue div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.PostsPreviewTooltip-continue div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.PostsPreviewTooltip-continue div.spoilers:not(:hover) a, .PostsPreviewTooltip-continue div.spoilers:not(:hover) a:hover, .PostsPreviewTooltip-continue div.spoilers:not(:hover) a:focus, .PostsPreviewTooltip-continue div.spoilers:not(:hover) a::after {
  color: black;
}
.PostsPreviewTooltip-continue div.spoilers:not(:hover) code {
  background-color: black;
}
.PostsPreviewTooltip-continue .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.PostsPreviewTooltip-continue .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.PostsPreviewTooltip-continue .spoiler:not(:hover) a, .PostsPreviewTooltip-continue .spoiler:not(:hover) a:hover, .PostsPreviewTooltip-continue .spoiler:not(:hover) a:focus, .PostsPreviewTooltip-continue .spoiler:not(:hover) a::after {
  color: black;
}
.PostsPreviewTooltip-continue .spoiler:not(:hover) code {
  background-color: black;
}
.PostsPreviewTooltip-continue td p, .PostsPreviewTooltip-continue th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.PostsPreviewTooltip-continue td p:first-of-type, .PostsPreviewTooltip-continue th p:first-of-type {
  margin-top: 0;
}
.PostsPreviewTooltip-continue a u, .PostsPreviewTooltip-continue a:hover u, .PostsPreviewTooltip-continue a:active u {
  text-decoration: none;
}
.PostsPreviewTooltip-wordCount {
  display: inline-block;
}
.PostsPreviewTooltip-metadata {
  margin-left: 12px;
  padding-top: 2px;
}
.PostsPreviewTooltip-smallText {
  color: #9e9e9e;
  font-size: .9rem;
  margin-right: 8px;
}
.PostsPreviewTooltip-karmaIcon {
  color: rgba(0,0,0,.19);
  height: 15px;
  margin-top: 2px;
  margin-right: -2px;
}
.PostsPreviewTooltip-commentIcon {
  color: rgba(0,0,0,.19);
  height: 13px;
  margin-top: 2px;
  margin-left: 6px;
  margin-right: -1px;
}
.PostsPreviewTooltipSingle-loading {
  width: 400px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.PostsPreviewTooltipSingleWithComment-loading {
  width: 400px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.PostsRevisionMessage-root {
  color: #757575;
  font-size: .9em;
  font-style: italic;
  word-break: break-word;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 20px;
}

.PostsRevisionSelector-icon {
  top: 3px;
  position: relative;
  font-size: inherit;
  margin-right: 4px;
  vertical-align: text-top;
}
.PostsRevisionSelector-button {
  cursor: pointer;
}
.PostsRevisionsList-version {
  margin-right: 5px;
}
.PostsSearchHit-root {
  padding: 8px;
  border-bottom: solid 1px;
  overflow-wrap: break-word;
  border-bottom-color: #eeeeee;
}
.PostsSearchHit-root:hover {
  background-color: #f5f5f5;
}
.PostsStats-root {
  opacity: 0.5;
}
@media (max-width:959.95px) {
  .PostsStats-root {
    display: none;
  }
}
.PostsTimeBlock-root {
  margin-bottom: 32px;
}
.PostsTimeBlock-timeBlockTitle {
  z-index: 1;
  position: sticky;
  white-space: pre;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  padding-top: 4px;
  text-overflow: ellipsis;
  padding-bottom: 4px;
}
@media (max-width:599.95px) {
  .PostsTimeBlock-smallScreenTitle {
    display: none;
  }
}
@media (min-width:600px) {
  .PostsTimeBlock-largeScreenTitle {
    display: none;
  }
}
.PostsTimeBlock-loadMore {
  margin-top: 6px;
}
.PostsTimeBlock-noPosts {
  color: rgba(0,0,0,0.5);
  margin-left: 23px;
}
.PostsTimeBlock-posts {
  box-shadow: 0 1px 5px rgba(0,0,0,.025);
}
.PostsTimeBlock-frontpageSubtitle {
  margin-bottom: 6px;
}
.PostsTimeBlock-otherSubtitle {
  margin-top: 6px;
  margin-bottom: 6px;
}
.PostsTimeframeList-loading {
  opacity: 0.4;
}
.PostsTimeframeList-loadMore {
  color: #C03A44;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.PostsTitle-root {
  color: rgba(0,0,0,.87);
  z-index: 2;
  position: relative;
  overflow: hidden;
  font-size: 1.3rem;
  line-height: 1.8rem;
  white-space: nowrap;
  align-items: center;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-right: 8px;
  text-overflow: ellipsis;
}
@media (max-width:599.95px) {
  .PostsTitle-root {
    white-space: unset;
    line-height: 1.8rem;
  }
}
.PostsTitle-wrap {
  white-space: normal;
}
.PostsTitle-sticky {
  top: 2px;
  position: relative;
  padding-right: 8px;
}
.PostsTitle-primaryIcon {
  top: -2px;
  color: rgba(0,0,0,.55);
  width: auto;
  position: relative;
  padding-right: 8px;
  vertical-align: middle;
}
.PostsTitle-read {
  color: rgba(0,0,0,.55);
}
.PostsTitle-read:hover {
  color: rgba(0,0,0,.87);
}
.PostsTitle-adminUnread {
  color: rgba(0,0,0,.87);
  font-weight: 500;
  text-shadow: 0.2px 0.2px 0px rgba(0,0,0,.87);
}
.PostsTitle-adminRead {
  color: rgba(0,0,0,.75);
  opacity: 1;
  font-weight: 500;
}
@media (max-width:599.95px) {
  .PostsTitle-hideSmDown {
    display: none;
  }
}
.PostsTitle-tag {
  margin-right: 8px;
}
.PostsTitle-popper {
  opacity: 1;
}
.PostsTitle-leftCurated {
  top: -1px;
  position: relative;
  margin-right: 6px;
}
.PostsTopSequencesNav-root {
  display: flex;
  margin-left: -20px;
  align-items: center;
}
.PostsTopSequencesNav-title {
  color: rgba(0,0,0,0.5);
  display: inline-block;
  font-size: 22px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 24px;
  font-variant: small-caps;
  vertical-align: -webkit-baseline-middle;
}
.PostsUserAndCoauthors-lengthLimited {
  max-width: 310px;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: right;
  text-overflow: ellipsis;
}
@media (max-width:599.95px) {
  .PostsUserAndCoauthors-lengthLimited {
    max-width: 160px;
  }
}
.PostsUserAndCoauthors-lengthUnlimited {
  display: inline;
}
.PostsUserAndCoauthors-topCommentAuthor {
  color: #9e9e9e;
  font-size: .95rem;
}
.PostsUserAndCoauthors-topAuthorIcon {
  top: 2px;
  width: 12px;
  color: #d0d0d0;
  height: 12px;
  position: relative;
  margin-left: 2px;
  margin-right: 4px;
}
.PostsUserAndCoauthors-new {
  color: #C03A44;
}
.PostsVote-upvote {
  margin-bottom: -22px;
}
.PostsVote-downvote {
  margin-top: -25px;
}
.PostsVote-voteScores {
  margin: 25% 15% 15% 15%;
}
.PostsVote-voteScore {
  color: #9e9e9e;
  z-index: 1;
  position: relative;
  font-size: 55%;
  padding-left: 1px;
}
.PostsVote-secondaryVoteScore {
  font-size: 35%;
  margin-bottom: 2px;
}
.PostsVote-voteBlock {
  width: 50px;
}
.PostsVote-tooltip {
  color: #9e9e9e;
  font-size: 1rem;
  transition: opacity 150ms cubic-bezier(0.4, 0, 1, 1) 0ms;
  margin-left: 0;
  background-color: white;
}

.QuadraticVotingButtons-root {
  display: flex;
  align-items: center;
}
.QuadraticVotingButtons-vote {
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  font-size: 1.16rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 10px;
  padding-right: 10px;
}
.QuadraticVotingButtons-score {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.RSVPs-body {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  word-break: break-word;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  margin-bottom: 12px;
}
.RSVPs-body pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.RSVPs-body code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.RSVPs-body blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 400;
  padding-top: 12px;
  border-left: solid 3px #e0e0e0;
  margin-left: 24px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
}
.RSVPs-body li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  margin-bottom: .5rem;
}
.RSVPs-body h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.RSVPs-body h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.RSVPs-body h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.RSVPs-body h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.RSVPs-body h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.RSVPs-body h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.RSVPs-body h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.RSVPs-body img {
  max-width: 100%;
}
.RSVPs-body sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.RSVPs-body sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.RSVPs-body a, .RSVPs-body a:hover, .RSVPs-body a:active {
  color: #C03A44;
}
.RSVPs-body table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.RSVPs-body figure.table {
  display: table;
}
.RSVPs-body td, .RSVPs-body th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.RSVPs-body th {
  background: #fafafa;
  font-weight: 700;
}
.RSVPs-body figure {
  margin: 1em auto;
  text-align: center;
}
.RSVPs-body figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.RSVPs-body p.spoiler {
  margin: 0;
}
.RSVPs-body .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.RSVPs-body div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.RSVPs-body p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.RSVPs-body .spoilers:not(:hover)::selection, .RSVPs-body .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.RSVPs-body .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.RSVPs-body div.metaculus-preview {
  background-color: #2c3947;
}
.RSVPs-body figure.media div[data-oembed-url*="youtube.com"], .RSVPs-body figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.RSVPs-body .footnote-section {
  counter-reset: footnote-counter;
}
.RSVPs-body .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.RSVPs-body .footnote-item > * {
  vertical-align: text-top;
}
.RSVPs-body .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.RSVPs-body .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.RSVPs-body .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.RSVPs-body .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.RSVPs-body .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.RSVPs-body .footnotes-sep {
  display: none;
}
.RSVPs-body hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.RSVPs-body hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.RSVPs-body .footnotes sup {
  margin-right: 10px;
}
.RSVPs-body .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.RSVPs-body .footnotes li {
  font-size: 0.9em;
}
.RSVPs-body .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.RSVPs-body figure.media div[data-oembed-url*="youtube.com"] iframe, .RSVPs-body figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.RSVPs-body div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.RSVPs-body .spoilers > p:hover ~ p a, .RSVPs-body .spoilers > p:hover ~ p a:hover, .RSVPs-body .spoilers > p:hover ~ p a:focus, .RSVPs-body .spoilers > p:hover ~ p a::after {
  color: black;
}
.RSVPs-body .spoilers > p:hover ~ p code {
  background-color: black;
}
.RSVPs-body div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.RSVPs-body div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.RSVPs-body div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.RSVPs-body div.spoilers:not(:hover) a, .RSVPs-body div.spoilers:not(:hover) a:hover, .RSVPs-body div.spoilers:not(:hover) a:focus, .RSVPs-body div.spoilers:not(:hover) a::after {
  color: black;
}
.RSVPs-body div.spoilers:not(:hover) code {
  background-color: black;
}
.RSVPs-body .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.RSVPs-body .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.RSVPs-body .spoiler:not(:hover) a, .RSVPs-body .spoiler:not(:hover) a:hover, .RSVPs-body .spoiler:not(:hover) a:focus, .RSVPs-body .spoiler:not(:hover) a::after {
  color: black;
}
.RSVPs-body .spoiler:not(:hover) code {
  background-color: black;
}
.RSVPs-body td p, .RSVPs-body th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.RSVPs-body td p:first-of-type, .RSVPs-body th p:first-of-type {
  margin-top: 0;
}
.RSVPs-body a u, .RSVPs-body a:hover u, .RSVPs-body a:active u {
  text-decoration: none;
}
.RSVPs-rsvpItem {
  width: 25%;
  display: inline-block;
  padding: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: top;
}
@media (max-width:959.95px) {
  .RSVPs-rsvpItem {
    width: 33.3%;
  }
}
@media (max-width:599.95px) {
  .RSVPs-rsvpItem {
    width: 50%;
  }
}
.RSVPs-response {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  word-break: break-word;
  margin-top: -4px;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .25em;
  pointer-events: none;
}
.RSVPs-response pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.RSVPs-response code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.RSVPs-response blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.RSVPs-response li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.RSVPs-response h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.RSVPs-response h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.RSVPs-response h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.RSVPs-response h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.RSVPs-response h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.RSVPs-response h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.RSVPs-response h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.RSVPs-response img {
  max-width: 100%;
}
.RSVPs-response sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.RSVPs-response sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.RSVPs-response a, .RSVPs-response a:hover, .RSVPs-response a:active {
  color: #C03A44;
}
.RSVPs-response table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.RSVPs-response figure.table {
  display: table;
}
.RSVPs-response td, .RSVPs-response th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.RSVPs-response th {
  background: #fafafa;
  font-weight: 700;
}
.RSVPs-response figure {
  margin: 1em auto;
  text-align: center;
}
.RSVPs-response figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.RSVPs-response p.spoiler {
  margin: 0;
}
.RSVPs-response .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.RSVPs-response div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.RSVPs-response p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.RSVPs-response .spoilers:not(:hover)::selection, .RSVPs-response .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.RSVPs-response .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.RSVPs-response div.metaculus-preview {
  background-color: #2c3947;
}
.RSVPs-response figure.media div[data-oembed-url*="youtube.com"], .RSVPs-response figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.RSVPs-response .footnote-section {
  counter-reset: footnote-counter;
}
.RSVPs-response .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.RSVPs-response .footnote-item > * {
  vertical-align: text-top;
}
.RSVPs-response .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.RSVPs-response .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.RSVPs-response .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.RSVPs-response .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.RSVPs-response .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.RSVPs-response .footnotes-sep {
  display: none;
}
.RSVPs-response hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.RSVPs-response h1, .RSVPs-response h2, .RSVPs-response h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.RSVPs-response * {
  pointer-events: auto;
}
.RSVPs-response > *:hover ~ .spoiler {
  color: black;
}
.RSVPs-response > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
.RSVPs-response hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.RSVPs-response .footnotes sup {
  margin-right: 10px;
}
.RSVPs-response .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.RSVPs-response .footnotes li {
  font-size: 0.9em;
}
.RSVPs-response .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.RSVPs-response figure.media div[data-oembed-url*="youtube.com"] iframe, .RSVPs-response figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.RSVPs-response div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.RSVPs-response .spoilers > p:hover ~ p a, .RSVPs-response .spoilers > p:hover ~ p a:hover, .RSVPs-response .spoilers > p:hover ~ p a:focus, .RSVPs-response .spoilers > p:hover ~ p a::after {
  color: black;
}
.RSVPs-response .spoilers > p:hover ~ p code {
  background-color: black;
}
.RSVPs-response div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.RSVPs-response div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.RSVPs-response div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.RSVPs-response div.spoilers:not(:hover) a, .RSVPs-response div.spoilers:not(:hover) a:hover, .RSVPs-response div.spoilers:not(:hover) a:focus, .RSVPs-response div.spoilers:not(:hover) a::after {
  color: black;
}
.RSVPs-response div.spoilers:not(:hover) code {
  background-color: black;
}
.RSVPs-response .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.RSVPs-response .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.RSVPs-response .spoiler:not(:hover) a, .RSVPs-response .spoiler:not(:hover) a:hover, .RSVPs-response .spoiler:not(:hover) a:focus, .RSVPs-response .spoiler:not(:hover) a::after {
  color: black;
}
.RSVPs-response .spoiler:not(:hover) code {
  background-color: black;
}
.RSVPs-response td p, .RSVPs-response th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.RSVPs-response td p:first-of-type, .RSVPs-response th p:first-of-type {
  margin-top: 0;
}
.RSVPs-response a u, .RSVPs-response a:hover u, .RSVPs-response a:active u {
  text-decoration: none;
}
.RSVPs-email {
  color: rgba(0,0,0,0.7);
  font-size: 1rem;
  word-break: break-word;
  margin-top: -4px;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .25em;
  pointer-events: none;
}
.RSVPs-email pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.RSVPs-email code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.RSVPs-email blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.RSVPs-email li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.RSVPs-email h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.RSVPs-email h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.RSVPs-email h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.RSVPs-email h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.RSVPs-email h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.RSVPs-email h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.RSVPs-email h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.RSVPs-email img {
  max-width: 100%;
}
.RSVPs-email sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.RSVPs-email sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.RSVPs-email a, .RSVPs-email a:hover, .RSVPs-email a:active {
  color: #C03A44;
}
.RSVPs-email table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.RSVPs-email figure.table {
  display: table;
}
.RSVPs-email td, .RSVPs-email th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.RSVPs-email th {
  background: #fafafa;
  font-weight: 700;
}
.RSVPs-email figure {
  margin: 1em auto;
  text-align: center;
}
.RSVPs-email figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.RSVPs-email p.spoiler {
  margin: 0;
}
.RSVPs-email .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.RSVPs-email div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.RSVPs-email p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.RSVPs-email .spoilers:not(:hover)::selection, .RSVPs-email .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.RSVPs-email .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.RSVPs-email div.metaculus-preview {
  background-color: #2c3947;
}
.RSVPs-email figure.media div[data-oembed-url*="youtube.com"], .RSVPs-email figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.RSVPs-email .footnote-section {
  counter-reset: footnote-counter;
}
.RSVPs-email .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.RSVPs-email .footnote-item > * {
  vertical-align: text-top;
}
.RSVPs-email .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.RSVPs-email .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.RSVPs-email .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.RSVPs-email .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.RSVPs-email .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.RSVPs-email .footnotes-sep {
  display: none;
}
.RSVPs-email hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.RSVPs-email h1, .RSVPs-email h2, .RSVPs-email h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.RSVPs-email * {
  pointer-events: auto;
}
.RSVPs-email > *:hover ~ .spoiler {
  color: black;
}
.RSVPs-email > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
.RSVPs-email hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.RSVPs-email .footnotes sup {
  margin-right: 10px;
}
.RSVPs-email .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.RSVPs-email .footnotes li {
  font-size: 0.9em;
}
.RSVPs-email .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.RSVPs-email figure.media div[data-oembed-url*="youtube.com"] iframe, .RSVPs-email figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.RSVPs-email div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.RSVPs-email .spoilers > p:hover ~ p a, .RSVPs-email .spoilers > p:hover ~ p a:hover, .RSVPs-email .spoilers > p:hover ~ p a:focus, .RSVPs-email .spoilers > p:hover ~ p a::after {
  color: black;
}
.RSVPs-email .spoilers > p:hover ~ p code {
  background-color: black;
}
.RSVPs-email div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.RSVPs-email div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.RSVPs-email div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.RSVPs-email div.spoilers:not(:hover) a, .RSVPs-email div.spoilers:not(:hover) a:hover, .RSVPs-email div.spoilers:not(:hover) a:focus, .RSVPs-email div.spoilers:not(:hover) a::after {
  color: black;
}
.RSVPs-email div.spoilers:not(:hover) code {
  background-color: black;
}
.RSVPs-email .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.RSVPs-email .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.RSVPs-email .spoiler:not(:hover) a, .RSVPs-email .spoiler:not(:hover) a:hover, .RSVPs-email .spoiler:not(:hover) a:focus, .RSVPs-email .spoiler:not(:hover) a::after {
  color: black;
}
.RSVPs-email .spoiler:not(:hover) code {
  background-color: black;
}
.RSVPs-email td p, .RSVPs-email th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.RSVPs-email td p:first-of-type, .RSVPs-email th p:first-of-type {
  margin-top: 0;
}
.RSVPs-email a u, .RSVPs-email a:hover u, .RSVPs-email a:active u {
  text-decoration: none;
}
.RSVPs-rsvpBlock {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width:599.95px) {
  .RSVPs-buttons {
    display: block;
  }
}
.RSVPs-topRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width:599.95px) {
  .RSVPs-topRow {
    display: block;
  }
}
.ReactBallotVoteOnComment-agreementSection {
  display: inline-block;
  font-size: 25px;
  margin-left: 16px;
  line-height: 0.6;
}
.ReactBallotVoteOnComment-agreementScore {
  font-size: 1.1rem;
  margin-left: 4px;
  line-height: 1;
  margin-right: 4px;
}
.ReactBallotVoteOnComment-hoverBallot {
  padding: 16px;
  display: inline-block;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.ReactBallotVoteOnComment-voteButton {
  width: 140px;
  cursor: pointer;
  display: inline-block;
  padding: 4px;
  font-size: 16px;
  margin-right: 6px;
}
.ReactBallotVoteOnComment-voteButton:hover {
  background: #e8e8e8;
}
.ReactBallotVoteOnComment-buttonLabel {
  margin-left: 8px;
}
.ReactBallotVoteOnComment-voteArrow {
  font-size: 25px;
  line-height: 0.6;
}
.ReactBallotVoteOnComment-voteButtonSelected {
  background: #eee;
}
.ReactBallotVoteOnComment-divider {
  height: 12px;
}
.ReactBallotVoteOnComment-emoji {
  border: 1px solid #ddd;
  display: inline-block;
  padding: 6px;
  padding-top: 8px;
  margin-right: 4px;
  border-radius: 3px;
}
.ReactBallotVoteOnComment-axisScores {
  font-size: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 0.6;
  padding-left: 16px;
}
.ReactBallotVoteOnComment-axisScore {
  border: 1px solid #ddd;
  display: inline-block;
  padding: 6px;
  padding-top: 8px;
  margin-right: 4px;
  border-radius: 3px;
}
.ReactBallotVoteOnComment-scoreNumber {
  margin-right: 6px;
}
.ReactionsButton-root {
  border: solid 1px rgba(72,94,144,0.16);
  cursor: pointer;
  padding: 5px  8px;
  display: inline-block;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-left: 4px;
  margin-right: 4px;
  border-radius: 3px;
  margin-bottom: 4px;
  background-color: white;
}
.ReactionsButton-root:hover {
  background-color: rgba(240,240,240,1);
}
.ReactionsButton-active {
  color: white;
  background-color: #C03A44;
}
.ReactionsButton-active:hover {
  background-color: #C03A44;
}
.ReactionsButton-textEntryOpen {
  padding: 0;
  padding-left: 4px;
}
.RecaptchaWarning-warningText {
  color: rgba(0, 0, 0, 0.87);
  margin: 10px;
  border: 1px solid #ccc;
  padding: 20px;
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
}
.RecaptchaWarning-link {
  color: rgb(204, 97, 105);
}
@media (min-width:600px) {
  .RecentComments-root {
    margin-right: 32px;
  }
}
.RecentDiscussionMeetupsPoke-root {
  color: rgba(0, 0, 0, 0.87);
  border: 1px solid #aaa;
  padding: 16px;
  position: relative;
  font-size: 1.16rem;
  max-width: 500px;
  min-height: 58px;
  box-shadow: 5px 5px 5px rgba(0,0,0,20%);
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
  border-radius: 10px;
  background-color: rgba(253,253,253);
}
.RecentDiscussionMeetupsPoke-locationInput {
  width: 350px;
  display: inline-block;
  position: relative;
  margin-top: 40px;
  border-bottom: 1px solid rgba(0,0,0,.87);
  margin-bottom: 40px;
}
.RecentDiscussionMeetupsPoke-locationInput .geosuggest {
  width: 100%;
  position: relative;
  font-size: 1rem;
  text-align: left;
  padding-right: 3px;
}
.RecentDiscussionMeetupsPoke-locationInput .geosuggest__input {
  width: 350px;
  border: 2px solid transparent;
  padding: .5em 1em 0.5em 0em !important;
  font-size: 13px;
  border-bottom: 1px solid rgba(0,0,0,.87);
}
.RecentDiscussionMeetupsPoke-locationInput .geosuggest__input:focus {
  outline: none;
  box-shadow: 0 0 0 transparent;
  border-bottom: 2px solid rgba(0,0,0,.87);
  border-bottom-color: #267dc0;
}
.RecentDiscussionMeetupsPoke-locationInput .geosuggest__suggests {
  top: 100%;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 5;
  position: absolute;
  max-height: 25em;
  margin-top: -1px;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  list-style: none;
  transition: max-height 0.2s, border 0.2s;
  border-top-width: 0;
}
.RecentDiscussionMeetupsPoke-locationInput .geosuggest__suggests--hidden {
  overflow: hidden;
  max-height: 0;
  border-width: 0;
}
.RecentDiscussionMeetupsPoke-locationInput .geosuggest__item {
  cursor: pointer;
  padding: .5em .65em;
  font-size: 1rem;
}
.RecentDiscussionMeetupsPoke-locationInput .geosuggest__item:hover, .RecentDiscussionMeetupsPoke-locationInput .geosuggest__item:focus {
  background: #f5f5f5;
}
.RecentDiscussionMeetupsPoke-locationInput .geosuggest__item--active {
  color: #fff;
  background: #267dc0;
}
.RecentDiscussionMeetupsPoke-locationInput .geosuggest__item--active:hover, .RecentDiscussionMeetupsPoke-locationInput .geosuggest__item--active:focus {
  background: #ccc;
}
.RecentDiscussionMeetupsPoke-locationInput .geosuggest__item__matched-text {
  font-weight: bold;
}
@media (max-width:959.95px) {
  .RecentDiscussionMeetupsPoke-locationInput .geosuggest__input {
    width: 100%;
  }
}
.RecentDiscussionMeetupsPoke-checkbox {
  padding: 4px;
}
.RecentDiscussionMeetupsPoke-radiusInput {
  max-width: 35px;
}
.RecentDiscussionMeetupsPoke-buttons {
  margin-top: 16px;
  text-align: right;
}
.RecentDiscussionSubscribeReminder-root {
  color: rgba(0, 0, 0, 0.87);
  padding: 16px;
  position: relative;
  font-size: 1.16rem;
  max-width: 500px;
  box-shadow: 0 1px 5px rgba(0,0,0,.025);
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
  background-color: rgba(253,253,253);
}
.RecentDiscussionSubscribeReminder-adminNotice {
  font-size: 12px;
  font-style: italic;
  text-align: left;
  margin-top: 22px;
  line-height: 1.3;
}
.RecentDiscussionSubscribeReminder-loginForm {
  margin: 0 auto;
  max-width: 252px;
}
.RecentDiscussionSubscribeReminder-message {
  font-size: 18px;
  text-align: center;
  line-height: 1.75;
}
.RecentDiscussionSubscribeReminder-messageDescription {
  font-size: 12px;
  margin-top: 8px;
}
.RecentDiscussionSubscribeReminder-mailIcon {
  margin-top: 4px;
  margin-right: 12px;
}
.RecentDiscussionSubscribeReminder-checkIcon {
  color: #4caf50;
  margin-top: 4px;
  margin-right: 12px;
}
.RecentDiscussionSubscribeReminder-emailInput {
  margin-top: 18px;
}
.RecentDiscussionSubscribeReminder-subscribeButton {
  color: white;
  margin: 18px auto 0;
  display: block;
  font-size: 15px;
  background: #C03A44;
}
.RecentDiscussionSubscribeReminder-buttons {
  margin-top: 16px;
  text-align: right;
}
.RecentDiscussionTag-root {
  position: relative;
  min-height: 58px;
  box-shadow: 0 1px 5px rgba(0,0,0,.025);
  margin-bottom: 32px;
  border-radius: 3px;
  background-color: rgba(253,253,253);
}
.RecentDiscussionTag-title {
  color: #424242;
  display: block;
  font-size: 1.75rem;
  margin-top: 0;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.13333em;
  margin-left: -.02em;
  font-variant: small-caps;
  margin-bottom: 8px;
}
.RecentDiscussionTag-tag {
  background: white;
  padding-top: 18px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 3px;
  margin-bottom: 4px;
}
.RecentDiscussionTag-tagDescription {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  word-break: break-word;
  margin-top: .5em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .25em;
  pointer-events: none;
}
.RecentDiscussionTag-tagDescription pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.RecentDiscussionTag-tagDescription code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.RecentDiscussionTag-tagDescription blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.RecentDiscussionTag-tagDescription li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.RecentDiscussionTag-tagDescription h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.RecentDiscussionTag-tagDescription h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.RecentDiscussionTag-tagDescription h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.RecentDiscussionTag-tagDescription h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.RecentDiscussionTag-tagDescription h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.RecentDiscussionTag-tagDescription h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.RecentDiscussionTag-tagDescription h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.RecentDiscussionTag-tagDescription img {
  max-width: 100%;
}
.RecentDiscussionTag-tagDescription sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.RecentDiscussionTag-tagDescription sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.RecentDiscussionTag-tagDescription a, .RecentDiscussionTag-tagDescription a:hover, .RecentDiscussionTag-tagDescription a:active {
  color: #C03A44;
}
.RecentDiscussionTag-tagDescription table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.RecentDiscussionTag-tagDescription figure.table {
  display: table;
}
.RecentDiscussionTag-tagDescription td, .RecentDiscussionTag-tagDescription th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.RecentDiscussionTag-tagDescription th {
  background: #fafafa;
  font-weight: 700;
}
.RecentDiscussionTag-tagDescription figure {
  margin: 1em auto;
  text-align: center;
}
.RecentDiscussionTag-tagDescription figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.RecentDiscussionTag-tagDescription p.spoiler {
  margin: 0;
}
.RecentDiscussionTag-tagDescription .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.RecentDiscussionTag-tagDescription div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.RecentDiscussionTag-tagDescription p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.RecentDiscussionTag-tagDescription .spoilers:not(:hover)::selection, .RecentDiscussionTag-tagDescription .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.RecentDiscussionTag-tagDescription .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.RecentDiscussionTag-tagDescription div.metaculus-preview {
  background-color: #2c3947;
}
.RecentDiscussionTag-tagDescription figure.media div[data-oembed-url*="youtube.com"], .RecentDiscussionTag-tagDescription figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.RecentDiscussionTag-tagDescription .footnote-section {
  counter-reset: footnote-counter;
}
.RecentDiscussionTag-tagDescription .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.RecentDiscussionTag-tagDescription .footnote-item > * {
  vertical-align: text-top;
}
.RecentDiscussionTag-tagDescription .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.RecentDiscussionTag-tagDescription .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.RecentDiscussionTag-tagDescription .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.RecentDiscussionTag-tagDescription .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.RecentDiscussionTag-tagDescription .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.RecentDiscussionTag-tagDescription .footnotes-sep {
  display: none;
}
.RecentDiscussionTag-tagDescription hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.RecentDiscussionTag-tagDescription h1, .RecentDiscussionTag-tagDescription h2, .RecentDiscussionTag-tagDescription h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.RecentDiscussionTag-tagDescription * {
  pointer-events: auto;
}
.RecentDiscussionTag-tagDescription > *:hover ~ .spoiler {
  color: black;
}
.RecentDiscussionTag-tagDescription > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
.RecentDiscussionTag-tagDescription hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.RecentDiscussionTag-tagDescription .footnotes sup {
  margin-right: 10px;
}
.RecentDiscussionTag-tagDescription .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.RecentDiscussionTag-tagDescription .footnotes li {
  font-size: 0.9em;
}
.RecentDiscussionTag-tagDescription .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.RecentDiscussionTag-tagDescription figure.media div[data-oembed-url*="youtube.com"] iframe, .RecentDiscussionTag-tagDescription figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.RecentDiscussionTag-tagDescription div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.RecentDiscussionTag-tagDescription .spoilers > p:hover ~ p a, .RecentDiscussionTag-tagDescription .spoilers > p:hover ~ p a:hover, .RecentDiscussionTag-tagDescription .spoilers > p:hover ~ p a:focus, .RecentDiscussionTag-tagDescription .spoilers > p:hover ~ p a::after {
  color: black;
}
.RecentDiscussionTag-tagDescription .spoilers > p:hover ~ p code {
  background-color: black;
}
.RecentDiscussionTag-tagDescription div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.RecentDiscussionTag-tagDescription div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.RecentDiscussionTag-tagDescription div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.RecentDiscussionTag-tagDescription div.spoilers:not(:hover) a, .RecentDiscussionTag-tagDescription div.spoilers:not(:hover) a:hover, .RecentDiscussionTag-tagDescription div.spoilers:not(:hover) a:focus, .RecentDiscussionTag-tagDescription div.spoilers:not(:hover) a::after {
  color: black;
}
.RecentDiscussionTag-tagDescription div.spoilers:not(:hover) code {
  background-color: black;
}
.RecentDiscussionTag-tagDescription .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.RecentDiscussionTag-tagDescription .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.RecentDiscussionTag-tagDescription .spoiler:not(:hover) a, .RecentDiscussionTag-tagDescription .spoiler:not(:hover) a:hover, .RecentDiscussionTag-tagDescription .spoiler:not(:hover) a:focus, .RecentDiscussionTag-tagDescription .spoiler:not(:hover) a::after {
  color: black;
}
.RecentDiscussionTag-tagDescription .spoiler:not(:hover) code {
  background-color: black;
}
.RecentDiscussionTag-tagDescription td p, .RecentDiscussionTag-tagDescription th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.RecentDiscussionTag-tagDescription td p:first-of-type, .RecentDiscussionTag-tagDescription th p:first-of-type {
  margin-top: 0;
}
.RecentDiscussionTag-tagDescription a u, .RecentDiscussionTag-tagDescription a:hover u, .RecentDiscussionTag-tagDescription a:active u {
  text-decoration: none;
}
.RecentDiscussionTag-content {
  margin-left: 4px;
  margin-right: 4px;
  padding-bottom: 1px;
}
.RecentDiscussionTag-commentsList {
  margin-top: 12px;
  margin-left: 12px;
  margin-bottom: 8px;
}
@media (max-width:959.95px) {
  .RecentDiscussionTag-commentsList {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.RecentDiscussionTag-metadata {
  color: #757575;
  font-size: 1.1rem;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.RecentDiscussionThread-root {
  position: relative;
  min-height: 58px;
  box-shadow: 0 1px 5px rgba(0,0,0,.025);
  margin-bottom: 32px;
  border-radius: 3px;
  background-color: rgba(253,253,253);
}
.RecentDiscussionThread-postStyle {
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.RecentDiscussionThread-postBody {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.28rem;
  max-width: 100%;
  word-break: break-word;
  overflow-x: auto;
  overflow-y: hidden;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.75rem;
  margin-bottom: 16px;
}
.RecentDiscussionThread-postBody pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.RecentDiscussionThread-postBody code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.RecentDiscussionThread-postBody blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 12px;
  border-left: solid 3px #e0e0e0;
  margin-left: 24px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
}
.RecentDiscussionThread-postBody li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.28rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.8rem;
  margin-bottom: .5rem;
}
.RecentDiscussionThread-postBody h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.RecentDiscussionThread-postBody h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.RecentDiscussionThread-postBody h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.RecentDiscussionThread-postBody h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.RecentDiscussionThread-postBody h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.RecentDiscussionThread-postBody h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.RecentDiscussionThread-postBody h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.RecentDiscussionThread-postBody img {
  max-width: 100%;
}
.RecentDiscussionThread-postBody sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.RecentDiscussionThread-postBody sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.RecentDiscussionThread-postBody a, .RecentDiscussionThread-postBody a:hover, .RecentDiscussionThread-postBody a:active {
  color: #C03A44;
}
.RecentDiscussionThread-postBody table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.RecentDiscussionThread-postBody figure.table {
  display: table;
}
.RecentDiscussionThread-postBody td, .RecentDiscussionThread-postBody th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.RecentDiscussionThread-postBody th {
  background: #fafafa;
  font-weight: 700;
}
.RecentDiscussionThread-postBody figure {
  margin: 1em auto;
  text-align: center;
}
.RecentDiscussionThread-postBody figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.RecentDiscussionThread-postBody p.spoiler {
  margin: 0;
}
.RecentDiscussionThread-postBody .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.RecentDiscussionThread-postBody div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.RecentDiscussionThread-postBody p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.RecentDiscussionThread-postBody .spoilers:not(:hover)::selection, .RecentDiscussionThread-postBody .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.RecentDiscussionThread-postBody .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.RecentDiscussionThread-postBody div.metaculus-preview {
  background-color: #2c3947;
}
.RecentDiscussionThread-postBody figure.media div[data-oembed-url*="youtube.com"], .RecentDiscussionThread-postBody figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.RecentDiscussionThread-postBody .footnote-section {
  counter-reset: footnote-counter;
}
.RecentDiscussionThread-postBody .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.RecentDiscussionThread-postBody .footnote-item > * {
  vertical-align: text-top;
}
.RecentDiscussionThread-postBody .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.RecentDiscussionThread-postBody .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.RecentDiscussionThread-postBody .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.RecentDiscussionThread-postBody .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.RecentDiscussionThread-postBody .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.RecentDiscussionThread-postBody .footnotes-sep {
  display: none;
}
.RecentDiscussionThread-postBody hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.RecentDiscussionThread-postBody ul {
  padding-inline-start: 30;
}
.RecentDiscussionThread-postBody h1, .RecentDiscussionThread-postBody h2, .RecentDiscussionThread-postBody h3 {
  font-size: 1.6rem;
  margin-blick-start: 0 !important;
}
.RecentDiscussionThread-postBody hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.RecentDiscussionThread-postBody .footnotes sup {
  margin-right: 10px;
}
.RecentDiscussionThread-postBody .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.RecentDiscussionThread-postBody .footnotes li {
  font-size: 0.9em;
}
.RecentDiscussionThread-postBody .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.RecentDiscussionThread-postBody figure.media div[data-oembed-url*="youtube.com"] iframe, .RecentDiscussionThread-postBody figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.RecentDiscussionThread-postBody div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.RecentDiscussionThread-postBody .spoilers > p:hover ~ p a, .RecentDiscussionThread-postBody .spoilers > p:hover ~ p a:hover, .RecentDiscussionThread-postBody .spoilers > p:hover ~ p a:focus, .RecentDiscussionThread-postBody .spoilers > p:hover ~ p a::after {
  color: black;
}
.RecentDiscussionThread-postBody .spoilers > p:hover ~ p code {
  background-color: black;
}
.RecentDiscussionThread-postBody div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.RecentDiscussionThread-postBody div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.RecentDiscussionThread-postBody div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.RecentDiscussionThread-postBody div.spoilers:not(:hover) a, .RecentDiscussionThread-postBody div.spoilers:not(:hover) a:hover, .RecentDiscussionThread-postBody div.spoilers:not(:hover) a:focus, .RecentDiscussionThread-postBody div.spoilers:not(:hover) a::after {
  color: black;
}
.RecentDiscussionThread-postBody div.spoilers:not(:hover) code {
  background-color: black;
}
.RecentDiscussionThread-postBody .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.RecentDiscussionThread-postBody .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.RecentDiscussionThread-postBody .spoiler:not(:hover) a, .RecentDiscussionThread-postBody .spoiler:not(:hover) a:hover, .RecentDiscussionThread-postBody .spoiler:not(:hover) a:focus, .RecentDiscussionThread-postBody .spoiler:not(:hover) a::after {
  color: black;
}
.RecentDiscussionThread-postBody .spoiler:not(:hover) code {
  background-color: black;
}
.RecentDiscussionThread-postBody td p, .RecentDiscussionThread-postBody th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.RecentDiscussionThread-postBody td p:first-of-type, .RecentDiscussionThread-postBody th p:first-of-type {
  margin-top: 0;
}
.RecentDiscussionThread-postBody a u, .RecentDiscussionThread-postBody a:hover u, .RecentDiscussionThread-postBody a:active u {
  text-decoration: none;
}
.RecentDiscussionThread-postItem {
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  padding-bottom: 10px;
}
.RecentDiscussionThread-continueReading {
  margin-top: 16px;
  margin-bottom: 16px;
}
.RecentDiscussionThread-postHighlight {
  color: rgba(0, 0, 0, 0.87);
  overflow: hidden;
  font-size: 1.28rem;
  word-break: break-word;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.75rem;
}
.RecentDiscussionThread-postHighlight pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.RecentDiscussionThread-postHighlight code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.RecentDiscussionThread-postHighlight blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 12px;
  border-left: solid 3px #e0e0e0;
  margin-left: 24px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
}
.RecentDiscussionThread-postHighlight li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.28rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.8rem;
  margin-bottom: .5rem;
}
.RecentDiscussionThread-postHighlight h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.RecentDiscussionThread-postHighlight h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.RecentDiscussionThread-postHighlight h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.RecentDiscussionThread-postHighlight h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.RecentDiscussionThread-postHighlight h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.RecentDiscussionThread-postHighlight h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.RecentDiscussionThread-postHighlight h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.RecentDiscussionThread-postHighlight img {
  max-width: 100%;
}
.RecentDiscussionThread-postHighlight sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.RecentDiscussionThread-postHighlight sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.RecentDiscussionThread-postHighlight a, .RecentDiscussionThread-postHighlight a:hover, .RecentDiscussionThread-postHighlight a:active {
  color: #C03A44;
}
.RecentDiscussionThread-postHighlight table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.RecentDiscussionThread-postHighlight figure.table {
  display: table;
}
.RecentDiscussionThread-postHighlight td, .RecentDiscussionThread-postHighlight th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.RecentDiscussionThread-postHighlight th {
  background: #fafafa;
  font-weight: 700;
}
.RecentDiscussionThread-postHighlight figure {
  margin: 1em auto;
  text-align: center;
}
.RecentDiscussionThread-postHighlight figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.RecentDiscussionThread-postHighlight p.spoiler {
  margin: 0;
}
.RecentDiscussionThread-postHighlight .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.RecentDiscussionThread-postHighlight div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.RecentDiscussionThread-postHighlight p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.RecentDiscussionThread-postHighlight .spoilers:not(:hover)::selection, .RecentDiscussionThread-postHighlight .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.RecentDiscussionThread-postHighlight .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.RecentDiscussionThread-postHighlight div.metaculus-preview {
  background-color: #2c3947;
}
.RecentDiscussionThread-postHighlight figure.media div[data-oembed-url*="youtube.com"], .RecentDiscussionThread-postHighlight figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.RecentDiscussionThread-postHighlight .footnote-section {
  counter-reset: footnote-counter;
}
.RecentDiscussionThread-postHighlight .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.RecentDiscussionThread-postHighlight .footnote-item > * {
  vertical-align: text-top;
}
.RecentDiscussionThread-postHighlight .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.RecentDiscussionThread-postHighlight .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.RecentDiscussionThread-postHighlight .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.RecentDiscussionThread-postHighlight .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.RecentDiscussionThread-postHighlight .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.RecentDiscussionThread-postHighlight .footnotes-sep {
  display: none;
}
.RecentDiscussionThread-postHighlight hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.RecentDiscussionThread-postHighlight ul {
  padding-inline-start: 30;
}
.RecentDiscussionThread-postHighlight h1, .RecentDiscussionThread-postHighlight h2, .RecentDiscussionThread-postHighlight h3 {
  font-size: 1.6rem;
  margin-blick-start: 0 !important;
}
.RecentDiscussionThread-postHighlight a, .RecentDiscussionThread-postHighlight a:hover, .RecentDiscussionThread-postHighlight a:focus, .RecentDiscussionThread-postHighlight a:active, .RecentDiscussionThread-postHighlight a:visited {
  background-color: none;
}
.RecentDiscussionThread-postHighlight hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.RecentDiscussionThread-postHighlight .footnotes sup {
  margin-right: 10px;
}
.RecentDiscussionThread-postHighlight .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.RecentDiscussionThread-postHighlight .footnotes li {
  font-size: 0.9em;
}
.RecentDiscussionThread-postHighlight .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.RecentDiscussionThread-postHighlight figure.media div[data-oembed-url*="youtube.com"] iframe, .RecentDiscussionThread-postHighlight figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.RecentDiscussionThread-postHighlight div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.RecentDiscussionThread-postHighlight .spoilers > p:hover ~ p a, .RecentDiscussionThread-postHighlight .spoilers > p:hover ~ p a:hover, .RecentDiscussionThread-postHighlight .spoilers > p:hover ~ p a:focus, .RecentDiscussionThread-postHighlight .spoilers > p:hover ~ p a::after {
  color: black;
}
.RecentDiscussionThread-postHighlight .spoilers > p:hover ~ p code {
  background-color: black;
}
.RecentDiscussionThread-postHighlight div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.RecentDiscussionThread-postHighlight div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.RecentDiscussionThread-postHighlight div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.RecentDiscussionThread-postHighlight div.spoilers:not(:hover) a, .RecentDiscussionThread-postHighlight div.spoilers:not(:hover) a:hover, .RecentDiscussionThread-postHighlight div.spoilers:not(:hover) a:focus, .RecentDiscussionThread-postHighlight div.spoilers:not(:hover) a::after {
  color: black;
}
.RecentDiscussionThread-postHighlight div.spoilers:not(:hover) code {
  background-color: black;
}
.RecentDiscussionThread-postHighlight .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.RecentDiscussionThread-postHighlight .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.RecentDiscussionThread-postHighlight .spoiler:not(:hover) a, .RecentDiscussionThread-postHighlight .spoiler:not(:hover) a:hover, .RecentDiscussionThread-postHighlight .spoiler:not(:hover) a:focus, .RecentDiscussionThread-postHighlight .spoiler:not(:hover) a::after {
  color: black;
}
.RecentDiscussionThread-postHighlight .spoiler:not(:hover) code {
  background-color: black;
}
.RecentDiscussionThread-postHighlight td p, .RecentDiscussionThread-postHighlight th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.RecentDiscussionThread-postHighlight td p:first-of-type, .RecentDiscussionThread-postHighlight th p:first-of-type {
  margin-top: 0;
}
.RecentDiscussionThread-postHighlight a u, .RecentDiscussionThread-postHighlight a:hover u, .RecentDiscussionThread-postHighlight a:active u {
  text-decoration: none;
}
.RecentDiscussionThread-noComments {
  padding-bottom: 16px;
}
.RecentDiscussionThread-threadMeta {
  cursor: pointer;
}
.RecentDiscussionThread-threadMeta:hover .RecentDiscussionThread-showHighlight {
  opacity: 1;
}
.RecentDiscussionThread-showHighlight {
  opacity: 0;
}
.RecentDiscussionThread-content {
  margin-top: 16px;
  margin-left: 8px;
  margin-right: 20px;
  padding-bottom: 12px;
}
.RecentDiscussionThread-commentsList {
  margin-top: 12px;
  margin-left: 12px;
  margin-bottom: 8px;
}
@media (max-width:959.95px) {
  .RecentDiscussionThread-commentsList {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.RecentDiscussionThread-post {
  background: white;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 3px;
}
.RecentDiscussionThread-titleAndActions {
  display: flex;
}
.RecentDiscussionThread-title {
  color: #424242;
  display: block;
  font-size: 1.75rem;
  flex-grow: 1;
  margin-top: 0;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
  margin-bottom: 8px;
}
.RecentDiscussionThread-actions {
  opacity: 0.2;
  margin-top: -8px;
  margin-right: -8px;
}
.RecentDiscussionThread-actions .PostsPageActions-icon {
  font-size: 1.5em;
}
.RecentDiscussionThread-actions:hover {
  opacity: 0.4;
}
.RecommendationsAlgorithmPicker-root {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.RecommendationsAlgorithmPicker-settingGroup {
  border: solid 1px rgba(0,0,0,.15);
  padding: 8px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.RecommendationsAlgorithmPicker-setting {
  margin-left: 20px;
  margin-right: 20px;
}
.RecommendationsAndCurated-section {
  margin-top: -12px;
}
.RecommendationsAndCurated-continueReadingList {
  margin-bottom: 16px;
}
.RecommendationsAndCurated-subsection {
  margin-bottom: 8px;
}
.RecommendationsAndCurated-footerWrapper {
  display: flex;
  margin-top: 12px;
  justify-content: flex-end;
}
@media (max-width:959.95px) {
  .RecommendationsAndCurated-footerWrapper {
    justify-content: center;
  }
}
.RecommendationsAndCurated-footer {
  color: #757575;
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  max-width: 450px;
  justify-content: space-around;
}
.RecommendationsAndCurated-loggedOutFooter {
  max-width: 450px;
  margin-left: auto;
}
.RecommendationsAndCurated-largeScreenLoggedOutSequences {
  margin-top: 2px;
  margin-bottom: 2px;
}
@media (max-width:959.95px) {
  .RecommendationsAndCurated-largeScreenLoggedOutSequences {
    display: none;
  }
}
@media (min-width:960px) {
  .RecommendationsAndCurated-smallScreenLoggedOutSequences {
    display: none;
  }
}
.RecommendationsAndCurated-loggedOutCustomizeLabel {
  font-size: 1rem;
  font-style: italic;
}
.RecommendationsAndCurated-posts {
  box-shadow: 0 1px 5px rgba(0,0,0,.025);
}

.RelatedQuestionsList-root {
  width: 682px;
  margin-bottom: 100px;
}
@media (max-width:1279.95px) {
  .RelatedQuestionsList-root {
    width: unset;
    margin-left: auto;
    margin-right: auto;
  }
}
.RelatedQuestionsList-header {
  color: #616161;
  font-size: 1.16rem;
  margin-top: 16px;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: 4px;
}
.RelatedQuestionsList-subQuestion {
  margin-bottom: 8px;
}
.RelatedQuestionsList-subSubQuestions {
  border-left: solid 1px rgba(0,0,0,.15);
  padding-left: 8px;
}
.ResendVerificationEmailPage-root {
  text-align: center;
}
.ReviewAdminDashboard-root {
  display: flex;
  justify-content: space-around;
}
.ReviewAdminDashboard-voteItem {
  display: flex;
}
.ReviewAdminDashboard-author {
  width: 200px;
}
.ReviewAdminDashboard-karma {
  width: 100px;
}
.ReviewAdminDashboard-date {
  width: 40px;
}
.ReviewAdminDashboard-voteCount {
  width: 75px;
}
.ReviewPostButton-root {
  color: #C03A44;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-left: 8px;
  margin-right: 12px;
}
.ReviewPostButton-root:hover {
  opacity: 0.8;
}
.ReviewPostComments-title {
  color: #616161;
  font-size: 1rem;
  margin-top: 20px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 12px;
}
.ReviewPostComments-singleLinePlaceholder {
  width: 100%;
  color: rgba(0,0,0,.6);
  height: 30px;
  border: solid 1px rgba(72,94,144,0.16);
  display: flex;
  font-size: 1.16rem;
  word-break: break-word;
  margin-top: 0;
  font-style: italic;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  white-space: nowrap;
  padding-top: 4px;
  padding-left: 8px;
  border-radius: 3px;
  margin-bottom: 4px;
  padding-right: 8px;
  pointer-events: none;
  background-color: white;
}
.ReviewPostComments-singleLinePlaceholder:hover {
  background-color: #e0e0e0;
}
.ReviewPostComments-singleLinePlaceholder pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.ReviewPostComments-singleLinePlaceholder code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.ReviewPostComments-singleLinePlaceholder blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.ReviewPostComments-singleLinePlaceholder li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.ReviewPostComments-singleLinePlaceholder h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.ReviewPostComments-singleLinePlaceholder h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.ReviewPostComments-singleLinePlaceholder h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.ReviewPostComments-singleLinePlaceholder h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.ReviewPostComments-singleLinePlaceholder h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.ReviewPostComments-singleLinePlaceholder h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.ReviewPostComments-singleLinePlaceholder h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.ReviewPostComments-singleLinePlaceholder img {
  max-width: 100%;
}
.ReviewPostComments-singleLinePlaceholder sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.ReviewPostComments-singleLinePlaceholder sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.ReviewPostComments-singleLinePlaceholder a, .ReviewPostComments-singleLinePlaceholder a:hover, .ReviewPostComments-singleLinePlaceholder a:active {
  color: #C03A44;
}
.ReviewPostComments-singleLinePlaceholder table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.ReviewPostComments-singleLinePlaceholder figure.table {
  display: table;
}
.ReviewPostComments-singleLinePlaceholder td, .ReviewPostComments-singleLinePlaceholder th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.ReviewPostComments-singleLinePlaceholder th {
  background: #fafafa;
  font-weight: 700;
}
.ReviewPostComments-singleLinePlaceholder figure {
  margin: 1em auto;
  text-align: center;
}
.ReviewPostComments-singleLinePlaceholder figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.ReviewPostComments-singleLinePlaceholder p.spoiler {
  margin: 0;
}
.ReviewPostComments-singleLinePlaceholder .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.ReviewPostComments-singleLinePlaceholder div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.ReviewPostComments-singleLinePlaceholder p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.ReviewPostComments-singleLinePlaceholder .spoilers:not(:hover)::selection, .ReviewPostComments-singleLinePlaceholder .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.ReviewPostComments-singleLinePlaceholder .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.ReviewPostComments-singleLinePlaceholder div.metaculus-preview {
  background-color: #2c3947;
}
.ReviewPostComments-singleLinePlaceholder figure.media div[data-oembed-url*="youtube.com"], .ReviewPostComments-singleLinePlaceholder figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.ReviewPostComments-singleLinePlaceholder .footnote-section {
  counter-reset: footnote-counter;
}
.ReviewPostComments-singleLinePlaceholder .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.ReviewPostComments-singleLinePlaceholder .footnote-item > * {
  vertical-align: text-top;
}
.ReviewPostComments-singleLinePlaceholder .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.ReviewPostComments-singleLinePlaceholder .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.ReviewPostComments-singleLinePlaceholder .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.ReviewPostComments-singleLinePlaceholder .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.ReviewPostComments-singleLinePlaceholder .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.ReviewPostComments-singleLinePlaceholder .footnotes-sep {
  display: none;
}
.ReviewPostComments-singleLinePlaceholder hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.ReviewPostComments-singleLinePlaceholder h1, .ReviewPostComments-singleLinePlaceholder h2, .ReviewPostComments-singleLinePlaceholder h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.ReviewPostComments-singleLinePlaceholder * {
  pointer-events: auto;
}
.ReviewPostComments-singleLinePlaceholder > *:hover ~ .spoiler {
  color: black;
}
.ReviewPostComments-singleLinePlaceholder > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
.ReviewPostComments-singleLinePlaceholder hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.ReviewPostComments-singleLinePlaceholder .footnotes sup {
  margin-right: 10px;
}
.ReviewPostComments-singleLinePlaceholder .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.ReviewPostComments-singleLinePlaceholder .footnotes li {
  font-size: 0.9em;
}
.ReviewPostComments-singleLinePlaceholder .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.ReviewPostComments-singleLinePlaceholder figure.media div[data-oembed-url*="youtube.com"] iframe, .ReviewPostComments-singleLinePlaceholder figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.ReviewPostComments-singleLinePlaceholder div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.ReviewPostComments-singleLinePlaceholder .spoilers > p:hover ~ p a, .ReviewPostComments-singleLinePlaceholder .spoilers > p:hover ~ p a:hover, .ReviewPostComments-singleLinePlaceholder .spoilers > p:hover ~ p a:focus, .ReviewPostComments-singleLinePlaceholder .spoilers > p:hover ~ p a::after {
  color: black;
}
.ReviewPostComments-singleLinePlaceholder .spoilers > p:hover ~ p code {
  background-color: black;
}
.ReviewPostComments-singleLinePlaceholder div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.ReviewPostComments-singleLinePlaceholder div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.ReviewPostComments-singleLinePlaceholder div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.ReviewPostComments-singleLinePlaceholder div.spoilers:not(:hover) a, .ReviewPostComments-singleLinePlaceholder div.spoilers:not(:hover) a:hover, .ReviewPostComments-singleLinePlaceholder div.spoilers:not(:hover) a:focus, .ReviewPostComments-singleLinePlaceholder div.spoilers:not(:hover) a::after {
  color: black;
}
.ReviewPostComments-singleLinePlaceholder div.spoilers:not(:hover) code {
  background-color: black;
}
.ReviewPostComments-singleLinePlaceholder .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.ReviewPostComments-singleLinePlaceholder .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.ReviewPostComments-singleLinePlaceholder .spoiler:not(:hover) a, .ReviewPostComments-singleLinePlaceholder .spoiler:not(:hover) a:hover, .ReviewPostComments-singleLinePlaceholder .spoiler:not(:hover) a:focus, .ReviewPostComments-singleLinePlaceholder .spoiler:not(:hover) a::after {
  color: black;
}
.ReviewPostComments-singleLinePlaceholder .spoiler:not(:hover) code {
  background-color: black;
}
.ReviewPostComments-singleLinePlaceholder td p, .ReviewPostComments-singleLinePlaceholder th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.ReviewPostComments-singleLinePlaceholder td p:first-of-type, .ReviewPostComments-singleLinePlaceholder th p:first-of-type {
  margin-top: 0;
}
.ReviewPostComments-singleLinePlaceholder a u, .ReviewPostComments-singleLinePlaceholder a:hover u, .ReviewPostComments-singleLinePlaceholder a:active u {
  text-decoration: none;
}
.ReviewPostForm-root {
  width: 600px;
  right: 8px;
  bottom: 8px;
  z-index: 10000000001;
  position: fixed;
  background: white;
}
@media (max-width:959.95px) {
  .ReviewPostForm-root {
    width: 100%;
    right: 0;
    bottom: 0;
  }
}
.ReviewPostForm-title {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  margin-top: 4px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 600;
  line-height: 1.5rem;
}
.ReviewPostForm-close {
  top: 10px;
  right: 8px;
  color: #bdbdbd;
  cursor: pointer;
  height: 20px;
  position: absolute;
}
.ReviewPostForm-close:hover {
  color: #757575;
}
.ReviewPostForm-header {
  position: relative;
  padding-top: 14px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 8px;
  background-color: #f5f5f5;
}
.ReviewPostForm-editor {
  padding: 20px;
  padding-bottom: 12px;
}
.ReviewPostForm-guidelines {
  color: #616161;
  cursor: default;
  font-size: 1rem;
  margin-top: 8px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 8px;
}
.ReviewPostForm-guidelines ul {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-inline-start: 30px;
}
.ReviewPostForm-guidelines li {
  margin-top: 5px;
  margin-bottom: 5px;
}
.ReviewPostForm-hidePrompt {
  right: 14px;
  bottom: 14px;
  position: absolute;
}
.ReviewPostForm-moderatorsNote {
  font-style: italic;
  margin-top: 8px;
}
.ReviewVoteTableRow-root {
  position: relative;
  background: white;
  border-bottom: solid 1px rgba(0,0,0,.15);
}
@media (max-width:599.95px) {
  .ReviewVoteTableRow-root {
    box-shadow: 0 1px 5px rgba(0,0,0,.025);
    margin-bottom: 2px;
  }
}
.ReviewVoteTableRow-root:hover .ReviewVoteTableRow-expand {
  display: block;
}
.ReviewVoteTableRow-votingPhase {
  border: solid 1px rgba(0,0,0,.1);
  margin-top: 20px;
  box-shadow: 0 1px 3px 0px rgba(0,0,0,.05);
}
.ReviewVoteTableRow-voteIcon {
  padding: 0;
}
.ReviewVoteTableRow-count {
  width: 30px;
  text-align: center;
  margin-right: 8px;
}
.ReviewVoteTableRow-postVote {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width:599.95px) {
  .ReviewVoteTableRow-postVote {
    flex-wrap: wrap;
  }
}
.ReviewVoteTableRow-postVoteVotingPhase {
  flex-wrap: wrap;
}
.ReviewVoteTableRow-post {
  padding: 16px;
  max-width: calc(100% - 240px);
  padding-top: 10px;
  margin-right: auto;
  padding-right: 10px;
  padding-bottom: 8px;
}
@media (max-width:599.95px) {
  .ReviewVoteTableRow-post {
    max-width: calc(100% - 100px);
    background: white;
  }
}
.ReviewVoteTableRow-postVotingPhase {
  width: 100%;
}
.ReviewVoteTableRow-reviews {
  left: -6px;
  width: 100%;
  position: relative;
}
.ReviewVoteTableRow-expand {
  color: #bdbdbd;
  bottom: 2px;
  display: none;
  position: absolute;
  font-size: 10px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  padding-bottom: 35px;
}
.ReviewVoteTableRow-expanded {
  background-color: #f0f0f0;
}
.ReviewVoteTableRow-highlight {
  padding: 16px;
  background: #f9f9f9;
  border-top: solid 1px rgba(0,0,0,.1);
}
.ReviewVoteTableRow-userVote {
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  position: absolute;
  background: #bbb;
}
.ReviewVoteTableRow-expandIcon {
  color: #9e9e9e;
  width: 36px;
}
.ReviewVoteTableRow-bigUpvote {
  background: #C03A44;
}
.ReviewVoteTableRow-smallUpvote {
  background: rgb(204, 97, 105);
}
.ReviewVoteTableRow-bigDownvote {
  background: rgb(133, 37, 8);
}
.ReviewVoteTableRow-smallDownvote {
  background: rgb(203, 94, 60);
}
.ReviewVoteTableRow-votes {
  padding: 10px;
  display: flex;
  align-self: stretch;
  align-items: center;
  background-color: #eee;
}
@media (max-width:599.95px) {
  .ReviewVoteTableRow-votes {
    width: 100%;
    padding: 7px;
  }
}
.ReviewVoteTableRow-votesVotingPhase {
  background-color: unset;
}
.ReviewVoteTableRow-yourVote {
  margin-left: 6px;
}
@media (max-width:599.95px) {
  .ReviewVoteTableRow-yourVote {
    order: 0;
    margin-right: 10px;
  }
}
.ReviewVoteTableRow-voteResults {
  width: 140px;
  font-size: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
@media (max-width:599.95px) {
  .ReviewVoteTableRow-voteResults {
    order: 1;
    width: 100%;
    margin-left: auto;
  }
}
.ReviewVoteTableRow-highVote {
  color: rgba(0,0,0,.8);
  cursor: pointer;
  padding: 2px;
  font-weight: 600;
}
.ReviewVoteTableRow-lowVote {
  color: rgba(0,0,0,.45);
  cursor: pointer;
  padding: 2px;
}
.ReviewVoteTableRow-disabledVote {
  width: 28px;
  color: #9e9e9e;
  cursor: default;
  font-size: 1rem;
  text-align: center;
  font-weight: 400;
  line-height: 1.4rem;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.ReviewVoteTableRow-commentsCount {
  padding-bottom: 8px;
}
.ReviewVotingButtons-1 {
  color: rgba(125,70,70, .87);
}
.ReviewVotingButtons-2 {
  color: rgba(125,70,70, .87);
}
.ReviewVotingButtons-3 {
  color: rgba(125,70,70, .87);
}
.ReviewVotingButtons-4 {
  color: #616161;
}
.ReviewVotingButtons-5 {
  color: rgba(70,125,70, .87);
}
.ReviewVotingButtons-6 {
  color: rgba(70,125,70, .87);
}
.ReviewVotingButtons-7 {
  color: rgba(70,125,70, .87);
}
.ReviewVotingButtons-root {
  white-space: pre;
}
.ReviewVotingButtons-button {
  width: 26px;
  border: solid 1px rgba(0,0,0,.1);
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  text-align: center;
  background: white;
  padding-top: 3px;
  font-weight: 400;
  line-height: 1.4rem;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-right: 2px;
  border-radius: 3px;
  padding-bottom: 3px;
}
.ReviewVotingButtons-button:hover {
  background-color: rgba(0,0,0,.075);
}
.ReviewVotingButtons-selectionHighlight {
  color: white;
  border-radius: 3px;
  background-color: rgba(0,0,0,.5);
}
.ReviewVotingButtons-defaultHighlight {
  border-radius: 3px;
  background-color: rgba(0,0,0,.075);
}
.ReviewVotingExpandedPost-postTitle {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 3rem;
  margin-top: 0;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.30357em;
  margin-left: 0;
  margin-bottom: 12px;
  letter-spacing: -.02em;
}
@media (max-width:959.95px) {
  .ReviewVotingExpandedPost-postTitle {
    font-size: 2.5rem;
  }
}
.ReviewVotingExpandedPost-writeAReview {
  border: solid 1px rgba(0,0,0,.3);
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.ReviewVotingExpandedPost-reviewPrompt {
  color: rgba(0,0,0,.87);
  width: 100%;
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
}
.ReviewVotingExpandedPost-fakeTextfield {
  width: 100%;
  color: #bdbdbd;
  margin-top: 5px;
  border-bottom: dashed 1px rgba(0,0,0,.25);
}
.ReviewVotingPage-grid {
  display: grid;
  align-items: start;
  padding-bottom: 175px;
  grid-template-areas: 
    "... leftColumn ... rightColumn ..."
    ;
  grid-template-columns: 
      minmax(10px, 0.5fr) minmax(100px, 740px) minmax(30px, 0.5fr) minmax(300px, 740px) minmax(30px, 0.5fr)
    ;
}
@media (max-width:959.95px) {
  .ReviewVotingPage-grid {
    display: block;
  }
}
.ReviewVotingPage-instructions {
  color: rgba(0, 0, 0, 0.87);
  padding: 16px;
  font-size: 1.16rem;
  word-break: break-word;
  margin-top: .5em;
  background: white;
  box-shadow: 0 1px 5px rgba(0,0,0,.025);
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: 24px;
  pointer-events: none;
}
.ReviewVotingPage-instructions pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.ReviewVotingPage-instructions code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.ReviewVotingPage-instructions blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.ReviewVotingPage-instructions li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.ReviewVotingPage-instructions h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.ReviewVotingPage-instructions h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.ReviewVotingPage-instructions h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.ReviewVotingPage-instructions h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.ReviewVotingPage-instructions h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.ReviewVotingPage-instructions h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.ReviewVotingPage-instructions h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.ReviewVotingPage-instructions img {
  max-width: 100%;
}
.ReviewVotingPage-instructions sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.ReviewVotingPage-instructions sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.ReviewVotingPage-instructions a, .ReviewVotingPage-instructions a:hover, .ReviewVotingPage-instructions a:active {
  color: #C03A44;
}
.ReviewVotingPage-instructions table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.ReviewVotingPage-instructions figure.table {
  display: table;
}
.ReviewVotingPage-instructions td, .ReviewVotingPage-instructions th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.ReviewVotingPage-instructions th {
  background: #fafafa;
  font-weight: 700;
}
.ReviewVotingPage-instructions figure {
  margin: 1em auto;
  text-align: center;
}
.ReviewVotingPage-instructions figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.ReviewVotingPage-instructions p.spoiler {
  margin: 0;
}
.ReviewVotingPage-instructions .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.ReviewVotingPage-instructions div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.ReviewVotingPage-instructions p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.ReviewVotingPage-instructions .spoilers:not(:hover)::selection, .ReviewVotingPage-instructions .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.ReviewVotingPage-instructions .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.ReviewVotingPage-instructions div.metaculus-preview {
  background-color: #2c3947;
}
.ReviewVotingPage-instructions figure.media div[data-oembed-url*="youtube.com"], .ReviewVotingPage-instructions figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.ReviewVotingPage-instructions .footnote-section {
  counter-reset: footnote-counter;
}
.ReviewVotingPage-instructions .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.ReviewVotingPage-instructions .footnote-item > * {
  vertical-align: text-top;
}
.ReviewVotingPage-instructions .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.ReviewVotingPage-instructions .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.ReviewVotingPage-instructions .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.ReviewVotingPage-instructions .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.ReviewVotingPage-instructions .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.ReviewVotingPage-instructions .footnotes-sep {
  display: none;
}
.ReviewVotingPage-instructions hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.ReviewVotingPage-instructions h1, .ReviewVotingPage-instructions h2, .ReviewVotingPage-instructions h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.ReviewVotingPage-instructions * {
  pointer-events: auto;
}
.ReviewVotingPage-instructions > *:hover ~ .spoiler {
  color: black;
}
.ReviewVotingPage-instructions > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
@media (max-width:959.95px) {
  .ReviewVotingPage-instructions {
    display: none;
  }
}
.ReviewVotingPage-instructions hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.ReviewVotingPage-instructions .footnotes sup {
  margin-right: 10px;
}
.ReviewVotingPage-instructions .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.ReviewVotingPage-instructions .footnotes li {
  font-size: 0.9em;
}
.ReviewVotingPage-instructions .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.ReviewVotingPage-instructions figure.media div[data-oembed-url*="youtube.com"] iframe, .ReviewVotingPage-instructions figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.ReviewVotingPage-instructions div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.ReviewVotingPage-instructions .spoilers > p:hover ~ p a, .ReviewVotingPage-instructions .spoilers > p:hover ~ p a:hover, .ReviewVotingPage-instructions .spoilers > p:hover ~ p a:focus, .ReviewVotingPage-instructions .spoilers > p:hover ~ p a::after {
  color: black;
}
.ReviewVotingPage-instructions .spoilers > p:hover ~ p code {
  background-color: black;
}
.ReviewVotingPage-instructions div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.ReviewVotingPage-instructions div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.ReviewVotingPage-instructions div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.ReviewVotingPage-instructions div.spoilers:not(:hover) a, .ReviewVotingPage-instructions div.spoilers:not(:hover) a:hover, .ReviewVotingPage-instructions div.spoilers:not(:hover) a:focus, .ReviewVotingPage-instructions div.spoilers:not(:hover) a::after {
  color: black;
}
.ReviewVotingPage-instructions div.spoilers:not(:hover) code {
  background-color: black;
}
.ReviewVotingPage-instructions .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.ReviewVotingPage-instructions .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.ReviewVotingPage-instructions .spoiler:not(:hover) a, .ReviewVotingPage-instructions .spoiler:not(:hover) a:hover, .ReviewVotingPage-instructions .spoiler:not(:hover) a:focus, .ReviewVotingPage-instructions .spoiler:not(:hover) a::after {
  color: black;
}
.ReviewVotingPage-instructions .spoiler:not(:hover) code {
  background-color: black;
}
.ReviewVotingPage-instructions td p, .ReviewVotingPage-instructions th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.ReviewVotingPage-instructions td p:first-of-type, .ReviewVotingPage-instructions th p:first-of-type {
  margin-top: 0;
}
.ReviewVotingPage-instructions a u, .ReviewVotingPage-instructions a:hover u, .ReviewVotingPage-instructions a:active u {
  text-decoration: none;
}
.ReviewVotingPage-leftColumn {
  top: 72px;
  height: 90vh;
  position: sticky;
  overflow: scroll;
  grid-area: leftColumn;
  padding-left: 24px;
  padding-right: 36px;
}
@media (max-width:959.95px) {
  .ReviewVotingPage-leftColumn {
    height: unset;
    overflow: unset;
    position: unset;
    grid-area: unset;
    padding-left: 0;
    padding-right: 0;
  }
}
.ReviewVotingPage-rightColumn {
  grid-area: rightColumn;
}
@media (max-width:959.95px) {
  .ReviewVotingPage-rightColumn {
    grid-area: unset;
  }
}
.ReviewVotingPage-result {
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3rem;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 10px;
}
.ReviewVotingPage-votingBox {
  max-width: 700px;
}
.ReviewVotingPage-expandedInfo {
  max-width: 600px;
  margin-bottom: 175px;
}
.ReviewVotingPage-widget {
  margin-bottom: 32px;
}
.ReviewVotingPage-menu {
  top: 0;
  display: flex;
  z-index: 3;
  padding: 8px;
  position: sticky;
  flex-wrap: wrap;
  background: #ddd;
  align-items: center;
  border-bottom: solid 1px rgba(0,0,0,.15);
  justify-content: space-between;
  background-color: white;
}
.ReviewVotingPage-menuIcon {
  margin-left: 8px;
}
.ReviewVotingPage-returnToBasicIcon {
  transform: rotate(180deg);
  margin-right: 8px;
}
.ReviewVotingPage-expandedInfoWrapper {
  top: 100px;
  height: 100vh;
  position: fixed;
  overflow-y: auto;
  padding-right: 8px;
}
.ReviewVotingPage-header {
  color: #424242;
  font-size: 3rem;
  margin-top: 6px;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.30357em;
  margin-left: -.02em;
  letter-spacing: -.02em;
}
.ReviewVotingPage-postHeader {
  color: #424242;
  font-size: 2rem;
  margin-top: 0;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.20588em;
}
.ReviewVotingPage-costTotal {
  color: #757575;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-left: 10px;
  white-space: pre;
  margin-right: auto;
}
.ReviewVotingPage-excessVotes {
  color: #bf360c;
}
.ReviewVotingPage-message {
  width: 100%;
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  text-align: center;
  padding-top: 50px;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
}
@media (min-width:960px) {
  .ReviewVotingPage-hideOnDesktop {
    display: none;
  }
}
.ReviewVotingPage-warning {
  color: #bf360c;
}
.ReviewVotingPage-voteAverage {
  cursor: pointer;
}
.ReviewVotingPage-faqCard {
  width: 400px;
  color: rgba(0, 0, 0, 0.87);
  padding: 16px;
  font-size: 1.16rem;
  word-break: break-word;
  margin-top: .5em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .25em;
  pointer-events: none;
}
.ReviewVotingPage-faqCard pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.ReviewVotingPage-faqCard code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.ReviewVotingPage-faqCard blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.ReviewVotingPage-faqCard li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.ReviewVotingPage-faqCard h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.ReviewVotingPage-faqCard h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.ReviewVotingPage-faqCard h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.ReviewVotingPage-faqCard h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.ReviewVotingPage-faqCard h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.ReviewVotingPage-faqCard h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.ReviewVotingPage-faqCard h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.ReviewVotingPage-faqCard img {
  max-width: 100%;
}
.ReviewVotingPage-faqCard sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.ReviewVotingPage-faqCard sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.ReviewVotingPage-faqCard a, .ReviewVotingPage-faqCard a:hover, .ReviewVotingPage-faqCard a:active {
  color: #C03A44;
}
.ReviewVotingPage-faqCard table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.ReviewVotingPage-faqCard figure.table {
  display: table;
}
.ReviewVotingPage-faqCard td, .ReviewVotingPage-faqCard th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.ReviewVotingPage-faqCard th {
  background: #fafafa;
  font-weight: 700;
}
.ReviewVotingPage-faqCard figure {
  margin: 1em auto;
  text-align: center;
}
.ReviewVotingPage-faqCard figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.ReviewVotingPage-faqCard p.spoiler {
  margin: 0;
}
.ReviewVotingPage-faqCard .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.ReviewVotingPage-faqCard div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.ReviewVotingPage-faqCard p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.ReviewVotingPage-faqCard .spoilers:not(:hover)::selection, .ReviewVotingPage-faqCard .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.ReviewVotingPage-faqCard .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.ReviewVotingPage-faqCard div.metaculus-preview {
  background-color: #2c3947;
}
.ReviewVotingPage-faqCard figure.media div[data-oembed-url*="youtube.com"], .ReviewVotingPage-faqCard figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.ReviewVotingPage-faqCard .footnote-section {
  counter-reset: footnote-counter;
}
.ReviewVotingPage-faqCard .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.ReviewVotingPage-faqCard .footnote-item > * {
  vertical-align: text-top;
}
.ReviewVotingPage-faqCard .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.ReviewVotingPage-faqCard .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.ReviewVotingPage-faqCard .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.ReviewVotingPage-faqCard .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.ReviewVotingPage-faqCard .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.ReviewVotingPage-faqCard .footnotes-sep {
  display: none;
}
.ReviewVotingPage-faqCard hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.ReviewVotingPage-faqCard h1, .ReviewVotingPage-faqCard h2, .ReviewVotingPage-faqCard h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.ReviewVotingPage-faqCard * {
  pointer-events: auto;
}
.ReviewVotingPage-faqCard > *:hover ~ .spoiler {
  color: black;
}
.ReviewVotingPage-faqCard > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
.ReviewVotingPage-faqCard hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.ReviewVotingPage-faqCard .footnotes sup {
  margin-right: 10px;
}
.ReviewVotingPage-faqCard .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.ReviewVotingPage-faqCard .footnotes li {
  font-size: 0.9em;
}
.ReviewVotingPage-faqCard .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.ReviewVotingPage-faqCard figure.media div[data-oembed-url*="youtube.com"] iframe, .ReviewVotingPage-faqCard figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.ReviewVotingPage-faqCard div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.ReviewVotingPage-faqCard .spoilers > p:hover ~ p a, .ReviewVotingPage-faqCard .spoilers > p:hover ~ p a:hover, .ReviewVotingPage-faqCard .spoilers > p:hover ~ p a:focus, .ReviewVotingPage-faqCard .spoilers > p:hover ~ p a::after {
  color: black;
}
.ReviewVotingPage-faqCard .spoilers > p:hover ~ p code {
  background-color: black;
}
.ReviewVotingPage-faqCard div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.ReviewVotingPage-faqCard div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.ReviewVotingPage-faqCard div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.ReviewVotingPage-faqCard div.spoilers:not(:hover) a, .ReviewVotingPage-faqCard div.spoilers:not(:hover) a:hover, .ReviewVotingPage-faqCard div.spoilers:not(:hover) a:focus, .ReviewVotingPage-faqCard div.spoilers:not(:hover) a::after {
  color: black;
}
.ReviewVotingPage-faqCard div.spoilers:not(:hover) code {
  background-color: black;
}
.ReviewVotingPage-faqCard .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.ReviewVotingPage-faqCard .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.ReviewVotingPage-faqCard .spoiler:not(:hover) a, .ReviewVotingPage-faqCard .spoiler:not(:hover) a:hover, .ReviewVotingPage-faqCard .spoiler:not(:hover) a:focus, .ReviewVotingPage-faqCard .spoiler:not(:hover) a::after {
  color: black;
}
.ReviewVotingPage-faqCard .spoiler:not(:hover) code {
  background-color: black;
}
.ReviewVotingPage-faqCard td p, .ReviewVotingPage-faqCard th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.ReviewVotingPage-faqCard td p:first-of-type, .ReviewVotingPage-faqCard th p:first-of-type {
  margin-top: 0;
}
.ReviewVotingPage-faqCard a u, .ReviewVotingPage-faqCard a:hover u, .ReviewVotingPage-faqCard a:active u {
  text-decoration: none;
}
.ReviewVotingPage-faqQuestion {
  color: #C03A44;
}
.ReviewVotingPage-postCount {
  color: #757575;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-left: 10px;
  white-space: pre;
  margin-right: auto;
}
.ReviewVotingPage-reviewedCount {
  color: #C03A44;
  cursor: pointer;
  margin-right: 8px;
}
.ReviewVotingPage-sortingOptions {
  display: flex;
  white-space: pre;
}
@media (max-width:599.95px) {
  .ReviewVotingPage-sortingOptions {
    padding-top: 12px;
    padding-left: 4px;
  }
}
.ReviewVotingPage-postsLoading {
  opacity: 0.4;
}
.ReviewVotingPage-sortBy {
  color: #757575;
  margin-right: 3px;
}
.ReviewVotingPage-sortArrow {
  cursor: pointer;
  border: solid 1px rgba(0,0,0,.2);
  padding: 4px;
  margin-right: 6px;
  border-radius: 3px;
}
.ReviewVotingPage-sortArrow:hover {
  background: rgba(0,0,0,.2);
}
.ReviewVotingPage-votingTitle {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
@media (min-width:960px) {
  .ReviewVotingPage-votingTitle {
    display: none;
  }
}
.ReviewVotingPage-postList {
  box-shadow: 0 1px 5px 0px rgba(0,0,0,.2);
  background: white;
}
@media (max-width:959.95px) {
  .ReviewVotingPage-postList {
    box-shadow: unset;
  }
}
.ReviewVotingWidget-root {
  color: #424242;
  padding: 8px;
  font-size: 1.16rem;
  text-align: center;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
}
.ReviewVotingWidget-root a {
  color: #C03A44;
}
.Reviews2018-setting {
  color: #757575;
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
}
.Reviews2018-settings {
  display: flex;
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 16px;
  justify-content: space-between;
}
@media (max-width:599.95px) {
  .Reviews2018-settings {
    align-items: flex-end;
    flex-direction: column;
  }
}
.Reviews2019-setting {
  color: #757575;
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
}
.Reviews2019-settings {
  display: flex;
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 16px;
  justify-content: space-between;
}
@media (max-width:599.95px) {
  .Reviews2019-settings {
    align-items: flex-end;
    flex-direction: column;
  }
}

.RevisionSelect-revisionRow {
  color: #757575;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 6px;
}
.RevisionSelect-radio {
  padding: 4px;
}
.RevisionSelect-radio svg {
  opacity: 0.4;
  font-size: 18px;
}
.RevisionSelect-checked svg {
  opacity: 1;
}
.RevisionSelect-radioDisabled {
  color: rgba(0,0,0,0) !important;
}
.RevisionSelect-button {
  margin-top: 6px;
  margin-bottom: 12px;
}
.RevisionSelect-username {
  color: rgba(0,0,0,.87);
  padding-left: 4px;
  padding-right: 10px;
}
.RevisionSelect-link {
  white-space: nowrap;
  padding-right: 8px;
}
.RevisionSelect-version {
  width: 50px;
  display: inline-block;
}
.SearchAutoComplete-autoComplete input {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  background-color: rgba(0,0,0,0);
}
.SearchAutoComplete-autoComplete li {
  list-style: none;
}
.SearchAutoComplete-autoComplete .react-autosuggest__suggestion--highlighted {
  background-color: rgba(0,0,0,0.05);
}
.SearchAutoComplete-autoComplete ul {
  margin-left: 0;
  padding-left: 0;
}
.SearchBar-root {
  display: flex;
  align-items: center;
}
.SearchBar-rootChild {
  height: fit-content;
}
.SearchBar-searchInputArea {
  height: 48px;
  display: block;
  position: relative;
  min-width: 48px;
}
.SearchBar-searchInputArea .ais-SearchBox {
  width: 100%;
  height: 46px;
  display: inline-block;
  position: relative;
  max-width: 300px;
  font-size: 14px;
  box-sizing: border-box;
  white-space: nowrap;
}
.SearchBar-searchInputArea .ais-SearchBox-form {
  height: 100%;
}
.SearchBar-searchInputArea .ais-SearchBox-submit {
  display: none;
}
.SearchBar-searchInputArea .ais-SearchBox-input {
  width: 100%;
  height: 100%;
  cursor: text;
  display: none;
  font-size: inherit;
  box-shadow: none;
  padding-left: 48px;
  border-style: none;
  padding-right: 0;
  border-radius: 5px;
  vertical-align: bottom;
  background-color: transparent;
  -webkit-appearance: none;
}
.SearchBar-searchInputArea.open .ais-SearchBox-input {
  display: inline-block;
}
@media (max-width:NaNpx) {
  .SearchBar-searchInputArea .ais-SearchBox-input {
    width: 110px;
    height: 36px;
    z-index: 100000;
    padding-left: 10px;
    background-color: #eee;
  }
}
.SearchBar-searchIcon {
  margin: 12px;
  position: fixed;
}
.SearchBar-closeSearchIcon {
  font-size: 14px;
}
.SearchBar-searchBarClose {
  top: 15px;
  right: 5px;
  cursor: pointer;
  display: inline-block;
  position: absolute;
}
.SearchBar-alignmentForum .ais-SearchBox-input {
  color: white;
}
.SearchBar-alignmentForum .ais-SearchBox-input::placeholder {
  color: rgba(255,255,255, 0.5);
}
.SearchBarResults-root {
  top: 64px;
  color: rgba(0,0,0, 0.87);
  width: 520px;
  right: 0;
  z-index: 1102;
  display: flex;
  position: fixed;
  flex-wrap: wrap;
  transition: opacity .1s ease-in-out;
}
@media (max-width:959.95px) {
  .SearchBarResults-root {
    width: 100%;
  }
}
@media (max-width:599.95px) {
  .SearchBarResults-root {
    top: 48px;
  }
}
.SearchBarResults-root .ais-CurrentRefinements {
  top: 16px;
  display: inline-block;
  padding: 0px 16px;
  position: absolute;
}
.SearchBarResults-root .ais-CurrentRefinements-item {
  border: 1px solid rgba(0,0,0,0.3);
  padding: 8px;
  border-radius: 20px;
}
.SearchBarResults-root .ais-CurrentRefinements-label {
  margin-right: 5px;
}
.SearchBarResults-searchResults {
  width: 100%;
  height: calc(100vh - 48px);
  overflow: scroll;
  padding-bottom: 100px;
  background-color: white;
}
@media (min-width:960px) {
  .SearchBarResults-searchResults {
    height: calc(100vh - 64px);
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    margin-left: 20px;
  }
}
.SearchBarResults-searchList {
  padding-top: 8px;
  padding-left: 16px;
  border-bottom: solid 1px rgba(0,0,0,.3);
  padding-right: 16px;
  padding-bottom: 8px;
}
.SearchBarResults-seeAll {
  color: #C03A44;
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
}
.SearchBarResults-header {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  justify-content: space-between;
}
.SearchBarResults-header h1 {
  margin: 0;
}
.SearchPage-root {
  width: 100%;
  margin: auto;
  max-width: 1200px;
}
@media (max-width:959.95px) {
  .SearchPage-root {
    padding-top: 24px;
  }
}
.SearchPage-header {
  display: flex;
  padding: 8px;
  justify-content: space-between;
}
.SearchPage-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.SearchPage-searchList {
  width: 300px;
}
@media (max-width:959.95px) {
  .SearchPage-searchList {
    width: 100%;
    order: 1;
    max-width: 625px;
    border-bottom: solid 1px rgba(0,0,0,.1);
  }
}
.SearchPage-usersList {
  width: 220px;
}
@media (max-width:959.95px) {
  .SearchPage-usersList {
    width: 100%;
    max-width: 625px;
    border-bottom: solid 1px rgba(0,0,0,.1);
    padding-bottom: 8px;
  }
}
.SearchPage-tagsList {
  width: 220px;
}
@media (max-width:959.95px) {
  .SearchPage-tagsList {
    width: 100%;
    max-width: 625px;
    border-bottom: solid 1px rgba(0,0,0,.1);
    padding-bottom: 8px;
  }
}
.SearchPage-searchIcon {
  margin-left: 12px;
}
.SearchPage-searchInputArea {
  width: 625px;
  margin: auto;
  height: 48px;
  border: solid 1px rgba(0,0,0,.3);
  display: flex;
  margin-top: 24px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  border-radius: 3px;
}
@media (max-width:599.95px) {
  .SearchPage-searchInputArea {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
.SearchPage-searchInputArea .ais-SearchBox {
  width: 100%;
  height: 46px;
  display: inline-block;
  position: relative;
  font-size: 14px;
  box-sizing: border-box;
  margin-left: 12px;
  white-space: nowrap;
}
.SearchPage-searchInputArea .ais-SearchBox-form {
  height: 100%;
}
.SearchPage-searchInputArea .ais-SearchBox-submit {
  display: none;
}
.SearchPage-searchInputArea .ais-SearchBox-input {
  width: 100%;
  height: 100%;
  cursor: text;
  font-size: inherit;
  box-shadow: none;
  border-style: none;
  padding-right: 0;
  vertical-align: bottom;
  background-color: transparent;
  -webkit-appearance: none;
}
.SearchPagination-root {
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-variant: small-caps;
}
.SearchPagination-root .ais-Pagination {
  width: auto;
  border: none;
  display: inline-block;
  padding: 8px 0px;
  box-shadow: none;
}
.SearchPagination-root .ais-Pagination-link:focus {
  opacity: initial;
}
.SearchPagination-root .ais-Pagination-item {
  margin-left: 10px;
}
.SearchPagination-root .ais-Pagination-item--disabled {
  opacity: 0.5;
}
.SearchPagination-root .ais-Pagination-item--selected {
  color: inherit;
  background: inherit;
}
.SearchPagination-root .ais-Pagination-item:hover {
  background: transparent;
}
.SearchPagination-root .ais-Pagination-item--nextPage .ais-Pagination-link {
  font-size: 0;
}
.SearchPagination-root .ais-Pagination-item--previousPage .ais-Pagination-link {
  font-size: 0;
}
.SearchPagination-root .ais-Pagination-link--selected {
  cursor: initial;
}
.SearchPagination-root .ais-Pagination-item--previousPage .ais-Pagination-link:before {
  content: "Prev";
  font-size: 1.16rem;
}
.SearchPagination-root .ais-Pagination-item--nextPage .ais-Pagination-link:before {
  content: "Next";
  font-size: 1.16rem;
}
.SearchPagination-root .ais-Pagination-item:hover .ais-Pagination-link {
  color: rgba(0,0,0,0.87);
}
.SectionButton-root {
  color: #C03A44;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.SectionButton-root svg {
  margin-right: 8px;
}
.SectionFooter-root {
  color: #C03A44;
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 8px;
  justify-content: flex-end;
}
.SectionFooter-root > * {
  margin-bottom: 8px;
}
.SectionFooter-root > *:after {
  content: "•";
  margin-left: 16px;
  margin-right: 16px;
}
.SectionFooter-root > *:last-child:after {
  margin: 0;
  content: "";
}
.SectionFooterCheckbox-root {
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  display: flex;
  font-size: 1.16rem;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  line-height: 1.5rem;
  align-items: center;
}
@media (max-width:599.95px) {
  .SectionFooterCheckbox-root {
    flex: 1 0 100%;
    order: 0;
  }
}
.SectionFooterCheckbox-checkbox {
  color: #C03A44;
  padding: 2px 8px 0 0;
}
.SectionFooterCheckbox-checkbox svg {
  width: 1.3rem;
  height: 1.3rem;
  position: relative;
}
.SectionFooterCheckbox-checked.SectionFooterCheckbox-checked {
  color: #C03A44;
}
.SectionFooterCheckbox-label {
  color: #C03A44;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.SectionFooterCheckbox-disabled {
  cursor: default;
  opacity: 0.5;
}
.SectionSubtitle-root {
  color: #C03A44;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1rem;
  margin-bottom: 8px;
}
.SectionTitle-root {
  display: flex;
  margin-top: 24px;
  align-items: center;
  padding-bottom: 8px;
  justify-content: space-between;
}
.SectionTitle-noTopMargin {
  margin-top: 0;
}
.SectionTitle-title {
  margin: 0;
  font-size: 2.2rem;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.SectionTitle-children {
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
@media (max-width:959.95px) {
  .SectionTitle-children {
    margin-left: 16px;
    margin-right: 8px;
  }
}
.SeparatorBullet-root {
  color: #C03A44;
  margin-left: 10px;
  margin-right: 10px;
}

.SequencesEditForm-sequencesForm {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
.SequencesEditForm-sequencesForm .input-title .form-input-errors {
  width: 100%;
  margin: 0 !important;
  text-align: center;
  background-color: rgba(0,0,0,0.25);
}
.SequencesEditForm-sequencesForm .input-contents {
  margin-top: 20px;
}
.SequencesEditForm-sequencesForm .editor-form-component {
  margin: auto;
  padding: 10px;
  position: relative;
  max-width: 650px;
}
.SequencesEditForm-sequencesForm .form-input-errors {
  z-index: 2;
  font-size: 1em;
  text-align: left;
}
.SequencesEditForm-sequencesForm .vulcan-form {
  width: 100%;
  position: absolute;
  overflow: hidden;
  padding-bottom: 50px;
}
.SequencesEditForm-sequencesForm .form-submit {
  width: 200px;
  margin: 0 auto;
}
.SequencesEditForm-sequencesForm .input-bannerImageId {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
.SequencesEditForm-sequencesForm .input-bannerImageId .image-upload-button {
  top: 15px;
  left: 15px;
  position: absolute !important;
}
@media (max-width:959.95px) {
  .SequencesEditForm-sequencesForm .input-bannerImageId .image-upload-button {
    top: 40px;
    left: 15px;
  }
}
@media screen and (max-width: 400px) {
  .SequencesEditForm-sequencesForm .input-bannerImageId .image-upload-button {
    top: 15px;
    left: 12px;
  }
}
.SequencesEditForm-sequencesForm .vulcan-form .form-input {
  left: 45px;
  position: relative !important;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.SequencesEditForm-sequencesForm .vulcan-form .form-input.input-title, .SequencesEditForm-sequencesForm .vulcan-form.input-bannerImageId {
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: 100%;
}
.SequencesEditForm-sequencesForm .vulcan-form > form > .form-errors {
  display: none;
}
.SequencesEditForm-sequencesForm .vulcan-form .form-input.form-component-checkbox > .form-group > label {
  display: none;
}
.SequencesEditForm-sequencesForm .vulcan-form .form-input.input-bannerImageId {
  left: 0;
  position: absolute !important;
  max-width: 100%;
  margin-top: 65px;
}
@media (max-width:959.95px) {
  .SequencesEditForm-sequencesForm .vulcan-form .form-input.input-bannerImageId {
    padding: 0;
    margin-top: 40px;
  }
}
.SequencesEditForm-sequencesForm .vulcan-form .form-input.input-bannerImageId .form-input-errors {
  top: 45px;
  left: 7px;
  position: absolute;
  text-align: left;
}
@media (max-width:959.95px) {
  .SequencesEditForm-sequencesForm .vulcan-form .form-input {
    left: 0;
    padding: 0 10px;
  }
}
.SequencesEditForm-sequencesForm .input-title .form-input-errors li {
  top: 3px;
  left: -230px;
  z-index: 3;
  position: relative;
}
@media (max-width:959.95px) {
  .SequencesEditForm-sequencesForm .input-title .form-input-errors li {
    left: 0;
  }
}
.SequencesGrid-gridContent {
  display: flex;
  flex-wrap: wrap;
  flex-flow: row wrap;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 715px) {
  .SequencesGrid-gridContent {
    align-items: center;
    justify-content: center;
  }
}
.SequencesGrid-gridContent a:hover, .SequencesGrid-gridContent a:active {
  color: rgba(0,0,0,0.87);
  text-decoration: none;
}
.SequencesGridItem-root {
  width: calc(33% - 5px);
  display: flex;
  box-shadow: 0 1px 5px rgba(0,0,0,.025);
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 10px;
  padding-bottom: 0;
  flex-direction: column;
}
.SequencesGridItem-root:hover {
  color: rgba(0,0,0,0.87);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 715px) {
  .SequencesGridItem-root {
    width: 335px !important;
  }
}
@media screen and (max-width: 400px) {
  .SequencesGridItem-root {
    width: 100% !important;
  }
}
.SequencesGridItem-title {
  display: -webkit-box;
  overflow: hidden;
  font-size: 16px;
  max-height: 32px;
  line-height: 1;
  padding-top: 2px;
  font-variant: small-caps;
  text-overflow: ellipsis;
  margin-bottom: 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.SequencesGridItem-title:hover {
  color: inherit;
  text-decoration: none;
}
.SequencesGridItem-draft {
  color: rgba(100, 169, 105, 0.9);
  text-transform: uppercase;
}
.SequencesGridItem-author {
  color: rgba(0,0,0,0.5);
}
.SequencesGridItem-meta {
  display: flex;
  flex-grow: 1;
  background: white;
  padding-top: 10px;
  padding-left: 12px;
  padding-right: 8px;
  padding-bottom: 5px;
  flex-direction: column;
  justify-content: center;
}
.SequencesGridItem-bookItemShadowStyle {
  box-shadow: none;
}
.SequencesGridItem-bookItemShadowStyle:hover {
  box-shadow: none;
}
.SequencesGridItem-bookItemContentStyle {
  padding-left: 0;
  padding-right: 0;
}
.SequencesGridItem-hiddenAuthor {
  padding-bottom: 8px;
}
.SequencesGridItem-image {
  height: 95px;
  display: block;
  background-color: #eee;
}
@media screen and (max-width: 715px) {
  .SequencesGridItem-image {
    height: 124px !important;
  }
}
.SequencesGridItem-image img {
  width: 100%;
  height: 95px;
}
@media screen and (max-width: 715px) {
  .SequencesGridItem-image img {
    width: 335px !important;
    height: 124px !important;
  }
}
@media screen and (max-width: 400px) {
  .SequencesGridItem-image img {
    width: 100% !important;
  }
}
.SequencesGridWrapper-gridContent {
  display: flex;
  flex-wrap: wrap;
  flex-flow: row wrap;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 715px) {
  .SequencesGridWrapper-gridContent {
    align-items: center;
    justify-content: center;
  }
}
.SequencesGridWrapper-gridContent a:hover, .SequencesGridWrapper-gridContent a:active {
  color: rgba(0,0,0,0.87);
  text-decoration: none;
}
.SequencesHome-header {
  margin-top: 24px;
  margin-bottom: 50px;
}
@media screen and (max-width: 400px) {
  .SequencesHome-header {
    padding-left: 0;
  }
}
.SequencesHome-library {
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  font-weight: 600;
}
.SequencesHome-listTitle {
  font-weight: bold;
  text-transform: uppercase;
}
.SequencesHome-listTitle h1 {
  margin-top: 7px;
}
.SequencesHome-listDescription {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  margin-top: 16px;
  word-break: break-word;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.SequencesHome-listDescription pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.SequencesHome-listDescription code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.SequencesHome-listDescription blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 400;
  padding-top: 12px;
  border-left: solid 3px #e0e0e0;
  margin-left: 24px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
}
.SequencesHome-listDescription li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  margin-bottom: .5rem;
}
.SequencesHome-listDescription h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.SequencesHome-listDescription h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.SequencesHome-listDescription h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.SequencesHome-listDescription h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.SequencesHome-listDescription h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.SequencesHome-listDescription h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.SequencesHome-listDescription h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.SequencesHome-listDescription img {
  max-width: 100%;
}
.SequencesHome-listDescription sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.SequencesHome-listDescription sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.SequencesHome-listDescription a, .SequencesHome-listDescription a:hover, .SequencesHome-listDescription a:active {
  color: #C03A44;
}
.SequencesHome-listDescription table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.SequencesHome-listDescription figure.table {
  display: table;
}
.SequencesHome-listDescription td, .SequencesHome-listDescription th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.SequencesHome-listDescription th {
  background: #fafafa;
  font-weight: 700;
}
.SequencesHome-listDescription figure {
  margin: 1em auto;
  text-align: center;
}
.SequencesHome-listDescription figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.SequencesHome-listDescription p.spoiler {
  margin: 0;
}
.SequencesHome-listDescription .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.SequencesHome-listDescription div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.SequencesHome-listDescription p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.SequencesHome-listDescription .spoilers:not(:hover)::selection, .SequencesHome-listDescription .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.SequencesHome-listDescription .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.SequencesHome-listDescription div.metaculus-preview {
  background-color: #2c3947;
}
.SequencesHome-listDescription figure.media div[data-oembed-url*="youtube.com"], .SequencesHome-listDescription figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.SequencesHome-listDescription .footnote-section {
  counter-reset: footnote-counter;
}
.SequencesHome-listDescription .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.SequencesHome-listDescription .footnote-item > * {
  vertical-align: text-top;
}
.SequencesHome-listDescription .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.SequencesHome-listDescription .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.SequencesHome-listDescription .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.SequencesHome-listDescription .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.SequencesHome-listDescription .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.SequencesHome-listDescription .footnotes-sep {
  display: none;
}
.SequencesHome-listDescription hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.SequencesHome-listDescription hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.SequencesHome-listDescription .footnotes sup {
  margin-right: 10px;
}
.SequencesHome-listDescription .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.SequencesHome-listDescription .footnotes li {
  font-size: 0.9em;
}
.SequencesHome-listDescription .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.SequencesHome-listDescription figure.media div[data-oembed-url*="youtube.com"] iframe, .SequencesHome-listDescription figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.SequencesHome-listDescription div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.SequencesHome-listDescription .spoilers > p:hover ~ p a, .SequencesHome-listDescription .spoilers > p:hover ~ p a:hover, .SequencesHome-listDescription .spoilers > p:hover ~ p a:focus, .SequencesHome-listDescription .spoilers > p:hover ~ p a::after {
  color: black;
}
.SequencesHome-listDescription .spoilers > p:hover ~ p code {
  background-color: black;
}
.SequencesHome-listDescription div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.SequencesHome-listDescription div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.SequencesHome-listDescription div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.SequencesHome-listDescription div.spoilers:not(:hover) a, .SequencesHome-listDescription div.spoilers:not(:hover) a:hover, .SequencesHome-listDescription div.spoilers:not(:hover) a:focus, .SequencesHome-listDescription div.spoilers:not(:hover) a::after {
  color: black;
}
.SequencesHome-listDescription div.spoilers:not(:hover) code {
  background-color: black;
}
.SequencesHome-listDescription .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.SequencesHome-listDescription .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.SequencesHome-listDescription .spoiler:not(:hover) a, .SequencesHome-listDescription .spoiler:not(:hover) a:hover, .SequencesHome-listDescription .spoiler:not(:hover) a:focus, .SequencesHome-listDescription .spoiler:not(:hover) a::after {
  color: black;
}
.SequencesHome-listDescription .spoiler:not(:hover) code {
  background-color: black;
}
.SequencesHome-listDescription td p, .SequencesHome-listDescription th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.SequencesHome-listDescription td p:first-of-type, .SequencesHome-listDescription th p:first-of-type {
  margin-top: 0;
}
.SequencesHome-listDescription a u, .SequencesHome-listDescription a:hover u, .SequencesHome-listDescription a:active u {
  text-decoration: none;
}
.SequencesListEditor-sequencesListEditor .sequences-list-editor-item {
  padding: 5px;
  position: relative;
  list-style: none;
}
.SequencesListEditorItem-box {
  display: block;
  margin-left: 30px;
}
.SequencesListEditorItem-box:hover .SequencesListEditorItem-remove {
  opacity: 1;
}
.SequencesListEditorItem-title {
  display: inline;
  font-size: 20px;
  line-height: 1.25;
  margin-right: 10px;
  font-variant: small-caps;
}
.SequencesListEditorItem-meta {
  color: rgba(0,0,0,0.5);
  display: inline-block;
}
.SequencesListEditorItem-meta div {
  display: inline-block;
  margin-right: 5px;
}
.SequencesListEditorItem-remove {
  right: 0;
  cursor: pointer;
  opacity: 0;
  position: absolute;
}
.SequencesListEditorItem-removeIcon {
  color: rgba(0,0,0,0.3) !important;
}
.SequencesListEditorItem-dragHandle {
  top: 0px;
  color: rgba(0,0,0,0.5);
  margin: auto;
  bottom: 0px;
  cursor: pointer;
  display: block !important;
  position: absolute;
  pointer-events: none;
}
.SequencesNavigationLink-root {
  margin: 12px;
  padding: 0;
}
.SequencesNavigationLink-normal svg {
  color: rgba(0,0,0, 0.5) !important;
}
.SequencesNavigationLink-disabled svg {
  color: rgba(0,0,0, 0.2) !important;
}
.SequencesNewButton-newSequence {
  color: rgb(204, 97, 105);
}
.SequencesNewForm-sequencesForm {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
.SequencesNewForm-sequencesForm .input-title .form-input-errors {
  width: 100%;
  margin: 0 !important;
  text-align: center;
  background-color: rgba(0,0,0,0.25);
}
.SequencesNewForm-sequencesForm .input-contents {
  margin-top: 20px;
}
.SequencesNewForm-sequencesForm .editor-form-component {
  margin: auto;
  padding: 10px;
  position: relative;
  max-width: 650px;
}
.SequencesNewForm-sequencesForm .form-input-errors {
  z-index: 2;
  font-size: 1em;
  text-align: left;
}
.SequencesNewForm-sequencesForm .vulcan-form {
  width: 100%;
  position: absolute;
  overflow: hidden;
  padding-bottom: 50px;
}
.SequencesNewForm-sequencesForm .form-submit {
  width: 200px;
  margin: 0 auto;
}
.SequencesNewForm-sequencesForm .input-bannerImageId {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
.SequencesNewForm-sequencesForm .input-bannerImageId .image-upload-button {
  top: 15px;
  left: 15px;
  position: absolute !important;
}
@media (max-width:959.95px) {
  .SequencesNewForm-sequencesForm .input-bannerImageId .image-upload-button {
    top: 40px;
    left: 15px;
  }
}
@media screen and (max-width: 400px) {
  .SequencesNewForm-sequencesForm .input-bannerImageId .image-upload-button {
    top: 15px;
    left: 12px;
  }
}
.SequencesNewForm-sequencesForm .vulcan-form .form-input {
  left: 45px;
  position: relative !important;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.SequencesNewForm-sequencesForm .vulcan-form .form-input.input-title, .SequencesNewForm-sequencesForm .vulcan-form.input-bannerImageId {
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: 100%;
}
.SequencesNewForm-sequencesForm .vulcan-form > form > .form-errors {
  display: none;
}
.SequencesNewForm-sequencesForm .vulcan-form .form-input.form-component-checkbox > .form-group > label {
  display: none;
}
.SequencesNewForm-sequencesForm .vulcan-form .form-input.input-bannerImageId {
  left: 0;
  position: absolute !important;
  max-width: 100%;
  margin-top: 65px;
}
@media (max-width:959.95px) {
  .SequencesNewForm-sequencesForm .vulcan-form .form-input.input-bannerImageId {
    padding: 0;
    margin-top: 40px;
  }
}
.SequencesNewForm-sequencesForm .vulcan-form .form-input.input-bannerImageId .form-input-errors {
  top: 45px;
  left: 7px;
  position: absolute;
  text-align: left;
}
@media (max-width:959.95px) {
  .SequencesNewForm-sequencesForm .vulcan-form .form-input {
    left: 0;
    padding: 0 10px;
  }
}
.SequencesNewForm-sequencesForm .input-title .form-input-errors li {
  top: 3px;
  left: -230px;
  z-index: 3;
  position: relative;
}
@media (max-width:959.95px) {
  .SequencesNewForm-sequencesForm .input-title .form-input-errors li {
    left: 0;
  }
}
.SequencesPage-root {
  padding-top: 380px;
}
.SequencesPage-titleWrapper {
  padding-left: 4px;
}
.SequencesPage-title {
  margin-top: 0;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-variant: small-caps;
}
.SequencesPage-description {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  margin-top: 16px;
  word-break: break-word;
  margin-left: 4px;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  margin-bottom: 16px;
}
.SequencesPage-description pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.SequencesPage-description code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.SequencesPage-description blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 400;
  padding-top: 12px;
  border-left: solid 3px #e0e0e0;
  margin-left: 24px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
}
.SequencesPage-description li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  margin-bottom: .5rem;
}
.SequencesPage-description h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.SequencesPage-description h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.SequencesPage-description h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.SequencesPage-description h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.SequencesPage-description h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.SequencesPage-description h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.SequencesPage-description h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.SequencesPage-description img {
  max-width: 100%;
}
.SequencesPage-description sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.SequencesPage-description sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.SequencesPage-description a, .SequencesPage-description a:hover, .SequencesPage-description a:active {
  color: #C03A44;
}
.SequencesPage-description table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.SequencesPage-description figure.table {
  display: table;
}
.SequencesPage-description td, .SequencesPage-description th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.SequencesPage-description th {
  background: #fafafa;
  font-weight: 700;
}
.SequencesPage-description figure {
  margin: 1em auto;
  text-align: center;
}
.SequencesPage-description figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.SequencesPage-description p.spoiler {
  margin: 0;
}
.SequencesPage-description .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.SequencesPage-description div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.SequencesPage-description p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.SequencesPage-description .spoilers:not(:hover)::selection, .SequencesPage-description .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.SequencesPage-description .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.SequencesPage-description div.metaculus-preview {
  background-color: #2c3947;
}
.SequencesPage-description figure.media div[data-oembed-url*="youtube.com"], .SequencesPage-description figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.SequencesPage-description .footnote-section {
  counter-reset: footnote-counter;
}
.SequencesPage-description .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.SequencesPage-description .footnote-item > * {
  vertical-align: text-top;
}
.SequencesPage-description .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.SequencesPage-description .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.SequencesPage-description .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.SequencesPage-description .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.SequencesPage-description .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.SequencesPage-description .footnotes-sep {
  display: none;
}
.SequencesPage-description hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.SequencesPage-description hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.SequencesPage-description .footnotes sup {
  margin-right: 10px;
}
.SequencesPage-description .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.SequencesPage-description .footnotes li {
  font-size: 0.9em;
}
.SequencesPage-description .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.SequencesPage-description figure.media div[data-oembed-url*="youtube.com"] iframe, .SequencesPage-description figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.SequencesPage-description div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.SequencesPage-description .spoilers > p:hover ~ p a, .SequencesPage-description .spoilers > p:hover ~ p a:hover, .SequencesPage-description .spoilers > p:hover ~ p a:focus, .SequencesPage-description .spoilers > p:hover ~ p a::after {
  color: black;
}
.SequencesPage-description .spoilers > p:hover ~ p code {
  background-color: black;
}
.SequencesPage-description div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.SequencesPage-description div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.SequencesPage-description div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.SequencesPage-description div.spoilers:not(:hover) a, .SequencesPage-description div.spoilers:not(:hover) a:hover, .SequencesPage-description div.spoilers:not(:hover) a:focus, .SequencesPage-description div.spoilers:not(:hover) a::after {
  color: black;
}
.SequencesPage-description div.spoilers:not(:hover) code {
  background-color: black;
}
.SequencesPage-description .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.SequencesPage-description .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.SequencesPage-description .spoiler:not(:hover) a, .SequencesPage-description .spoiler:not(:hover) a:hover, .SequencesPage-description .spoiler:not(:hover) a:focus, .SequencesPage-description .spoiler:not(:hover) a::after {
  color: black;
}
.SequencesPage-description .spoiler:not(:hover) code {
  background-color: black;
}
.SequencesPage-description td p, .SequencesPage-description th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.SequencesPage-description td p:first-of-type, .SequencesPage-description th p:first-of-type {
  margin-top: 0;
}
.SequencesPage-description a u, .SequencesPage-description a:hover u, .SequencesPage-description a:active u {
  text-decoration: none;
}
.SequencesPage-banner {
  top: 60px;
  right: 0;
  width: 100vw;
  height: 380px;
  position: absolute;
}
@media screen and (max-width: 400px) {
  .SequencesPage-banner {
    top: 40px;
  }
}
.SequencesPage-banner img {
  width: 100vw;
}
.SequencesPage-bannerWrapper {
  height: 380px;
  position: relative;
  background-color: rgba(0,0,0,0.5);
}
.SequencesPage-meta {
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  font-size: 1.16rem;
  flex-grow: 1;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
}
.SequencesPage-meta.SequencesPage-meta:after {
  content: "";
}
.SequencesPage-metaItem {
  margin-right: 8px;
}
.SequencesPage-content {
  padding: 32px;
  z-index: 1;
  position: relative;
  margin-top: -200px;
  background-color: white;
}
@media (max-width:959.95px) {
  .SequencesPage-content {
    margin-top: -100px;
  }
}
@media (max-width:599.95px) {
  .SequencesPage-content {
    padding: 8px;
    margin-top: 8px;
  }
}
@media (max-width:599.95px) {
  .SequencesPage-leftAction {
    text-align: left;
  }
}
.SequencesPage-imageScrim {
  width: 100%;
  bottom: 0;
  height: 150px;
  z-index: 1;
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 42%, rgba(255, 255, 255, 0) 100%);
}
.SequencesPageTitle-subtitle {
  margin-left: 1em;
  border-left: 1px solid #bdbdbd;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  padding-left: 1em;
  text-transform: uppercase;
}
.SequencesSearchHit-title {
  display: inline;
  font-size: 1.25rem;
  font-variant: small-caps;
  margin-right: 8px;
  text-decoration: none;
}
.SequencesSearchHit-title a:hover {
  color: inherit;
}
.SequencesSearchHit-meta {
  color: rgba(0,0,0,0.5);
  display: inline-block;
}
.SequencesSearchHit-meta div {
  display: inline-block;
  margin-right: 5px;
}
.SetPersonalMapLocationDialog-removeButton {
  color: #bf360c;
  margin-left: -4px;
  margin-right: auto;
}
.SetPersonalMapLocationDialog-submitButton {
  color: #C03A44;
  text-transform: uppercase;
}
.SetPersonalMapLocationDialog-actions {
  margin-top: 24px;
}
.SetPersonalMapLocationDialog-geoSuggest {
  width: 400px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.SetPersonalMapLocationDialog-geoSuggest .geosuggest {
  width: 100%;
  position: relative;
  font-size: 1rem;
  text-align: left;
  padding-right: 3px;
}
.SetPersonalMapLocationDialog-geoSuggest .geosuggest__input {
  width: 100%;
  border: 2px solid transparent;
  padding: .5em 1em 0.5em 0em !important;
  font-size: 13px;
  border-bottom: 1px solid rgba(0,0,0,.87);
}
.SetPersonalMapLocationDialog-geoSuggest .geosuggest__input:focus {
  outline: none;
  box-shadow: 0 0 0 transparent;
  border-bottom: 2px solid rgba(0,0,0,.87);
  border-bottom-color: #267dc0;
}
.SetPersonalMapLocationDialog-geoSuggest .geosuggest__suggests {
  top: 100%;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 5;
  max-height: 25em;
  margin-top: -1px;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  list-style: none;
  transition: max-height 0.2s, border 0.2s;
  border-top-width: 0;
}
.SetPersonalMapLocationDialog-geoSuggest .geosuggest__suggests--hidden {
  overflow: hidden;
  max-height: 0;
  border-width: 0;
}
.SetPersonalMapLocationDialog-geoSuggest .geosuggest__item {
  cursor: pointer;
  padding: .5em .65em;
  font-size: 1rem;
}
.SetPersonalMapLocationDialog-geoSuggest .geosuggest__item:hover, .SetPersonalMapLocationDialog-geoSuggest .geosuggest__item:focus {
  background: #f5f5f5;
}
.SetPersonalMapLocationDialog-geoSuggest .geosuggest__item--active {
  color: #fff;
  background: #267dc0;
}
.SetPersonalMapLocationDialog-geoSuggest .geosuggest__item--active:hover, .SetPersonalMapLocationDialog-geoSuggest .geosuggest__item--active:focus {
  background: #ccc;
}
.SetPersonalMapLocationDialog-geoSuggest .geosuggest__item__matched-text {
  font-weight: bold;
}
@media (max-width:959.95px) {
  .SetPersonalMapLocationDialog-geoSuggest .geosuggest__input {
    width: 100%;
  }
}
.SettingsButton-icon {
  color: #bdbdbd;
  cursor: pointer;
}
.SettingsButton-iconWithLabelGroup {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.SettingsButton-iconWithLabel {
  margin-right: 8px;
}
.SettingsButton-label {
  color: #757575;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
}
.ShortformPage-column {
  margin: auto;
  max-width: 680px;
}
.ShortformSubmitForm-root {
  border: solid 1px rgba(72,94,144,0.16);
  background: white;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 3px;
  margin-bottom: 32px;
}
.ShortformThreadList-shortformItem {
  margin-top: 32px;
}
.ShortformTimeBlock-shortformGroup {
  margin-top: 12px;
}
.ShortformTimeBlock-subtitle {
  margin-top: 6px;
  margin-bottom: 6px;
}
.ShortformTimeBlock-loadMore {
  margin-top: 6px;
}
.ShowParentComment-root {
  color: rgba(0,0,0,.75);
  cursor: pointer;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
}
.ShowParentComment-active {
  color: rgba(0,0,0, .3);
}
.ShowParentComment-icon {
  font-size: 12px;
  transform: rotate(90deg);
}
.ShowParentComment-parentComment {
  left: 0;
  bottom: 100%;
  z-index: 2;
  position: absolute;
  max-width: 650px;
  background: white;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.ShowParentComment-usernameSpacing {
  color: rgba(0,0,0,.3);
  padding-right: 1px;
}
@media screen and (max-width: 715px) {
  .ShowParentComment-usernameSpacing {
    padding: 0 10px;
  }
}
.ShowParentComment-activeArrow {
  transform: rotate(-90deg);
}
.SidebarAction-root {
  cursor: pointer;
  opacity: 0.4;
  margin-right: 16px;
}
.SidebarAction-root:hover {
  opacity: 0.8;
}
.SidebarAction-root:hover .SidebarAction-warningHighlight {
  display: block;
}
.SidebarAction-warningHighlight {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  display: none;
  position: absolute;
  background: rgba(255,50,0,.2);
  pointer-events: none;
}
.SidebarAction-tooltip {
  font-size: .9rem;
}
.SidebarActionMenu-root {
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  z-index: 2;
  position: absolute;
  align-items: center;
  padding-left: 16px;
  background-color: #fafafa;
}
.SidebarHoverOver-root {
  z-index: 2;
  position: relative;
}
.SidebarHoverOver-hoverInfo {
  border: solid 1px rgba(0,0,0,.1);
  padding: 16px;
  position: relative;
  overflow: hidden;
  box-shadow: -3px 0 5px 0px rgba(0,0,0,.1);
  background-color: #fafafa;
}
.SidebarInfo-root {
  color: #757575;
  display: inline;
  font-size: .85rem;
  line-height: 1.5em;
  margin-right: 8px;
}
.SignupSubscribeToCurated-root {
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  font-size: 1.16rem;
  margin-top: 4px;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  white-space: nowrap;
  align-items: center;
  margin-bottom: 10px;
}
.SignupSubscribeToCurated-checkbox {
  padding-top: 0;
  padding-left: 0;
  padding-right: 6px;
  padding-bottom: 0;
}
.SignupSubscribeToCurated-infoIcon {
  width: 16px;
  color: rgba(0,0,0,.4);
  height: 16px;
  margin-left: 6px;
  vertical-align: middle;
}
.SingleColumnSection-root {
  max-width: 765px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}
@media (min-width:960px) {
  .SingleColumnSection-root {
    width: 765px;
  }
}
.SingleLineComment-root {
  cursor: pointer;
  position: relative;
}
.SingleLineComment-commentInfo {
  color: rgba(0,0,0,.6);
  display: flex;
  font-size: 1.16rem;
  word-break: break-word;
  margin-top: 0;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  white-space: nowrap;
  padding-left: 8px;
  border-radius: 3px;
  margin-bottom: 0;
  padding-right: 8px;
  pointer-events: none;
  background-color: #f0f0f0;
}
.SingleLineComment-commentInfo:hover {
  background-color: #e0e0e0;
}
.SingleLineComment-commentInfo pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.SingleLineComment-commentInfo code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.SingleLineComment-commentInfo blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.SingleLineComment-commentInfo li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.SingleLineComment-commentInfo h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.SingleLineComment-commentInfo h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.SingleLineComment-commentInfo h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.SingleLineComment-commentInfo h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.SingleLineComment-commentInfo h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.SingleLineComment-commentInfo h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.SingleLineComment-commentInfo h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.SingleLineComment-commentInfo img {
  max-width: 100%;
}
.SingleLineComment-commentInfo sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.SingleLineComment-commentInfo sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.SingleLineComment-commentInfo a, .SingleLineComment-commentInfo a:hover, .SingleLineComment-commentInfo a:active {
  color: #C03A44;
}
.SingleLineComment-commentInfo table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.SingleLineComment-commentInfo figure.table {
  display: table;
}
.SingleLineComment-commentInfo td, .SingleLineComment-commentInfo th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.SingleLineComment-commentInfo th {
  background: #fafafa;
  font-weight: 700;
}
.SingleLineComment-commentInfo figure {
  margin: 1em auto;
  text-align: center;
}
.SingleLineComment-commentInfo figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.SingleLineComment-commentInfo p.spoiler {
  margin: 0;
}
.SingleLineComment-commentInfo .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.SingleLineComment-commentInfo div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.SingleLineComment-commentInfo p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.SingleLineComment-commentInfo .spoilers:not(:hover)::selection, .SingleLineComment-commentInfo .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.SingleLineComment-commentInfo .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.SingleLineComment-commentInfo div.metaculus-preview {
  background-color: #2c3947;
}
.SingleLineComment-commentInfo figure.media div[data-oembed-url*="youtube.com"], .SingleLineComment-commentInfo figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.SingleLineComment-commentInfo .footnote-section {
  counter-reset: footnote-counter;
}
.SingleLineComment-commentInfo .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.SingleLineComment-commentInfo .footnote-item > * {
  vertical-align: text-top;
}
.SingleLineComment-commentInfo .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.SingleLineComment-commentInfo .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.SingleLineComment-commentInfo .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.SingleLineComment-commentInfo .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.SingleLineComment-commentInfo .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.SingleLineComment-commentInfo .footnotes-sep {
  display: none;
}
.SingleLineComment-commentInfo hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.SingleLineComment-commentInfo h1, .SingleLineComment-commentInfo h2, .SingleLineComment-commentInfo h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.SingleLineComment-commentInfo * {
  pointer-events: auto;
}
.SingleLineComment-commentInfo > *:hover ~ .spoiler {
  color: black;
}
.SingleLineComment-commentInfo > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
.SingleLineComment-commentInfo hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.SingleLineComment-commentInfo .footnotes sup {
  margin-right: 10px;
}
.SingleLineComment-commentInfo .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.SingleLineComment-commentInfo .footnotes li {
  font-size: 0.9em;
}
.SingleLineComment-commentInfo .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.SingleLineComment-commentInfo figure.media div[data-oembed-url*="youtube.com"] iframe, .SingleLineComment-commentInfo figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.SingleLineComment-commentInfo div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.SingleLineComment-commentInfo .spoilers > p:hover ~ p a, .SingleLineComment-commentInfo .spoilers > p:hover ~ p a:hover, .SingleLineComment-commentInfo .spoilers > p:hover ~ p a:focus, .SingleLineComment-commentInfo .spoilers > p:hover ~ p a::after {
  color: black;
}
.SingleLineComment-commentInfo .spoilers > p:hover ~ p code {
  background-color: black;
}
.SingleLineComment-commentInfo div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.SingleLineComment-commentInfo div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.SingleLineComment-commentInfo div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.SingleLineComment-commentInfo div.spoilers:not(:hover) a, .SingleLineComment-commentInfo div.spoilers:not(:hover) a:hover, .SingleLineComment-commentInfo div.spoilers:not(:hover) a:focus, .SingleLineComment-commentInfo div.spoilers:not(:hover) a::after {
  color: black;
}
.SingleLineComment-commentInfo div.spoilers:not(:hover) code {
  background-color: black;
}
.SingleLineComment-commentInfo .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.SingleLineComment-commentInfo .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.SingleLineComment-commentInfo .spoiler:not(:hover) a, .SingleLineComment-commentInfo .spoiler:not(:hover) a:hover, .SingleLineComment-commentInfo .spoiler:not(:hover) a:focus, .SingleLineComment-commentInfo .spoiler:not(:hover) a::after {
  color: black;
}
.SingleLineComment-commentInfo .spoiler:not(:hover) code {
  background-color: black;
}
.SingleLineComment-commentInfo td p, .SingleLineComment-commentInfo th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.SingleLineComment-commentInfo td p:first-of-type, .SingleLineComment-commentInfo th p:first-of-type {
  margin-top: 0;
}
.SingleLineComment-commentInfo a u, .SingleLineComment-commentInfo a:hover u, .SingleLineComment-commentInfo a:active u {
  text-decoration: none;
}
.SingleLineComment-username {
  display: inline-block;
  padding: 5px;
  font-weight: 600;
  margin-right: 10px;
}
.SingleLineComment-username a, .SingleLineComment-username a:hover {
  color: rgba(0,0,0,.87);
}
.SingleLineComment-parentComment {
  top: 5px;
  position: relative;
}
.SingleLineComment-shortformIcon {
  margin-top: 4px;
}
.SingleLineComment-karma {
  width: 30px;
  display: inline-block;
  text-align: center;
  padding-top: 5px;
  padding-right: 5px;
}
.SingleLineComment-date {
  display: inline-block;
  padding: 5px;
  padding-left: 8px;
  padding-right: 8px;
}
.SingleLineComment-truncatedHighlight {
  color: rgba(0, 0, 0, 0.87);
  padding: 5px;
  overflow: hidden;
  font-size: 1.16rem;
  flex-grow: 1;
  word-break: break-word;
  margin-top: 0;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: 0;
  text-overflow: ellipsis;
  pointer-events: none;
}
.SingleLineComment-truncatedHighlight pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.SingleLineComment-truncatedHighlight code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.SingleLineComment-truncatedHighlight blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.SingleLineComment-truncatedHighlight li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.SingleLineComment-truncatedHighlight h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.SingleLineComment-truncatedHighlight h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.SingleLineComment-truncatedHighlight h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.SingleLineComment-truncatedHighlight h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.SingleLineComment-truncatedHighlight h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.SingleLineComment-truncatedHighlight h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.SingleLineComment-truncatedHighlight h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.SingleLineComment-truncatedHighlight img {
  max-width: 100%;
}
.SingleLineComment-truncatedHighlight sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.SingleLineComment-truncatedHighlight sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.SingleLineComment-truncatedHighlight a, .SingleLineComment-truncatedHighlight a:hover, .SingleLineComment-truncatedHighlight a:active {
  color: #C03A44;
}
.SingleLineComment-truncatedHighlight table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.SingleLineComment-truncatedHighlight figure.table {
  display: table;
}
.SingleLineComment-truncatedHighlight td, .SingleLineComment-truncatedHighlight th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.SingleLineComment-truncatedHighlight th {
  background: #fafafa;
  font-weight: 700;
}
.SingleLineComment-truncatedHighlight figure {
  margin: 1em auto;
  text-align: center;
}
.SingleLineComment-truncatedHighlight figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.SingleLineComment-truncatedHighlight p.spoiler {
  margin: 0;
}
.SingleLineComment-truncatedHighlight .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.SingleLineComment-truncatedHighlight div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.SingleLineComment-truncatedHighlight p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.SingleLineComment-truncatedHighlight .spoilers:not(:hover)::selection, .SingleLineComment-truncatedHighlight .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.SingleLineComment-truncatedHighlight .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.SingleLineComment-truncatedHighlight div.metaculus-preview {
  background-color: #2c3947;
}
.SingleLineComment-truncatedHighlight figure.media div[data-oembed-url*="youtube.com"], .SingleLineComment-truncatedHighlight figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.SingleLineComment-truncatedHighlight .footnote-section {
  counter-reset: footnote-counter;
}
.SingleLineComment-truncatedHighlight .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.SingleLineComment-truncatedHighlight .footnote-item > * {
  vertical-align: text-top;
}
.SingleLineComment-truncatedHighlight .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.SingleLineComment-truncatedHighlight .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.SingleLineComment-truncatedHighlight .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.SingleLineComment-truncatedHighlight .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.SingleLineComment-truncatedHighlight .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.SingleLineComment-truncatedHighlight .footnotes-sep {
  display: none;
}
.SingleLineComment-truncatedHighlight hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.SingleLineComment-truncatedHighlight h1, .SingleLineComment-truncatedHighlight h2, .SingleLineComment-truncatedHighlight h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.SingleLineComment-truncatedHighlight * {
  display: inline;
}
.SingleLineComment-truncatedHighlight > *:hover ~ .spoiler {
  color: black;
}
.SingleLineComment-truncatedHighlight > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
.SingleLineComment-truncatedHighlight blockquote, .SingleLineComment-truncatedHighlight br, .SingleLineComment-truncatedHighlight figure, .SingleLineComment-truncatedHighlight img {
  display: none;
}
.SingleLineComment-truncatedHighlight p {
  margin-right: 6px;
}
.SingleLineComment-truncatedHighlight strong {
  font-weight: 400;
}
.SingleLineComment-truncatedHighlight hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.SingleLineComment-truncatedHighlight .footnotes sup {
  margin-right: 10px;
}
.SingleLineComment-truncatedHighlight .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.SingleLineComment-truncatedHighlight .footnotes li {
  font-size: 0.9em;
}
.SingleLineComment-truncatedHighlight .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.SingleLineComment-truncatedHighlight figure.media div[data-oembed-url*="youtube.com"] iframe, .SingleLineComment-truncatedHighlight figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.SingleLineComment-truncatedHighlight div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.SingleLineComment-truncatedHighlight .spoilers > p:hover ~ p a, .SingleLineComment-truncatedHighlight .spoilers > p:hover ~ p a:hover, .SingleLineComment-truncatedHighlight .spoilers > p:hover ~ p a:focus, .SingleLineComment-truncatedHighlight .spoilers > p:hover ~ p a::after {
  color: black;
}
.SingleLineComment-truncatedHighlight .spoilers > p:hover ~ p code {
  background-color: black;
}
.SingleLineComment-truncatedHighlight div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.SingleLineComment-truncatedHighlight div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.SingleLineComment-truncatedHighlight div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.SingleLineComment-truncatedHighlight div.spoilers:not(:hover) a, .SingleLineComment-truncatedHighlight div.spoilers:not(:hover) a:hover, .SingleLineComment-truncatedHighlight div.spoilers:not(:hover) a:focus, .SingleLineComment-truncatedHighlight div.spoilers:not(:hover) a::after {
  color: black;
}
.SingleLineComment-truncatedHighlight div.spoilers:not(:hover) code {
  background-color: black;
}
.SingleLineComment-truncatedHighlight .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.SingleLineComment-truncatedHighlight .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.SingleLineComment-truncatedHighlight .spoiler:not(:hover) a, .SingleLineComment-truncatedHighlight .spoiler:not(:hover) a:hover, .SingleLineComment-truncatedHighlight .spoiler:not(:hover) a:focus, .SingleLineComment-truncatedHighlight .spoiler:not(:hover) a::after {
  color: black;
}
.SingleLineComment-truncatedHighlight .spoiler:not(:hover) code {
  background-color: black;
}
.SingleLineComment-truncatedHighlight td p, .SingleLineComment-truncatedHighlight th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.SingleLineComment-truncatedHighlight td p:first-of-type, .SingleLineComment-truncatedHighlight th p:first-of-type {
  margin-top: 0;
}
.SingleLineComment-truncatedHighlight a u, .SingleLineComment-truncatedHighlight a:hover u, .SingleLineComment-truncatedHighlight a:active u {
  text-decoration: none;
}
.SingleLineComment-highlight {
  top: calc(100% - 20px);
  width: inherit;
  right: 0;
  border: solid 1px rgba(0,0,0,.1);
  z-index: 5;
  position: absolute;
  overflow: hidden;
  max-width: 625px;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  max-height: 500px;
  background-color: white;
}
.SingleLineComment-highlight img {
  max-height: 200px;
}
.SingleLineComment-highlightPadding {
  padding: 12px;
}
.SingleLineComment-isAnswer {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  word-break: break-word;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
}
.SingleLineComment-isAnswer pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.SingleLineComment-isAnswer code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.SingleLineComment-isAnswer blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 400;
  padding-top: 12px;
  border-left: solid 3px #e0e0e0;
  margin-left: 24px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
}
.SingleLineComment-isAnswer li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  margin-bottom: .5rem;
}
.SingleLineComment-isAnswer h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.SingleLineComment-isAnswer h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.SingleLineComment-isAnswer h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.SingleLineComment-isAnswer h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.SingleLineComment-isAnswer h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.SingleLineComment-isAnswer h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.SingleLineComment-isAnswer h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.SingleLineComment-isAnswer img {
  max-width: 100%;
}
.SingleLineComment-isAnswer sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.SingleLineComment-isAnswer sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.SingleLineComment-isAnswer a, .SingleLineComment-isAnswer a:hover, .SingleLineComment-isAnswer a:active {
  color: #C03A44;
}
.SingleLineComment-isAnswer table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.SingleLineComment-isAnswer figure.table {
  display: table;
}
.SingleLineComment-isAnswer td, .SingleLineComment-isAnswer th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.SingleLineComment-isAnswer th {
  background: #fafafa;
  font-weight: 700;
}
.SingleLineComment-isAnswer figure {
  margin: 1em auto;
  text-align: center;
}
.SingleLineComment-isAnswer figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.SingleLineComment-isAnswer p.spoiler {
  margin: 0;
}
.SingleLineComment-isAnswer .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.SingleLineComment-isAnswer div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.SingleLineComment-isAnswer p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.SingleLineComment-isAnswer .spoilers:not(:hover)::selection, .SingleLineComment-isAnswer .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.SingleLineComment-isAnswer .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.SingleLineComment-isAnswer div.metaculus-preview {
  background-color: #2c3947;
}
.SingleLineComment-isAnswer figure.media div[data-oembed-url*="youtube.com"], .SingleLineComment-isAnswer figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.SingleLineComment-isAnswer .footnote-section {
  counter-reset: footnote-counter;
}
.SingleLineComment-isAnswer .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.SingleLineComment-isAnswer .footnote-item > * {
  vertical-align: text-top;
}
.SingleLineComment-isAnswer .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.SingleLineComment-isAnswer .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.SingleLineComment-isAnswer .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.SingleLineComment-isAnswer .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.SingleLineComment-isAnswer .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.SingleLineComment-isAnswer .footnotes-sep {
  display: none;
}
.SingleLineComment-isAnswer hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.SingleLineComment-isAnswer a, .SingleLineComment-isAnswer a:hover {
  color: rgba(0, 0, 0, 0.87);
  text-shadow: none;
  background-image: none;
}
.SingleLineComment-isAnswer hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.SingleLineComment-isAnswer .footnotes sup {
  margin-right: 10px;
}
.SingleLineComment-isAnswer .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.SingleLineComment-isAnswer .footnotes li {
  font-size: 0.9em;
}
.SingleLineComment-isAnswer .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.SingleLineComment-isAnswer figure.media div[data-oembed-url*="youtube.com"] iframe, .SingleLineComment-isAnswer figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.SingleLineComment-isAnswer div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.SingleLineComment-isAnswer .spoilers > p:hover ~ p a, .SingleLineComment-isAnswer .spoilers > p:hover ~ p a:hover, .SingleLineComment-isAnswer .spoilers > p:hover ~ p a:focus, .SingleLineComment-isAnswer .spoilers > p:hover ~ p a::after {
  color: black;
}
.SingleLineComment-isAnswer .spoilers > p:hover ~ p code {
  background-color: black;
}
.SingleLineComment-isAnswer div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.SingleLineComment-isAnswer div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.SingleLineComment-isAnswer div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.SingleLineComment-isAnswer div.spoilers:not(:hover) a, .SingleLineComment-isAnswer div.spoilers:not(:hover) a:hover, .SingleLineComment-isAnswer div.spoilers:not(:hover) a:focus, .SingleLineComment-isAnswer div.spoilers:not(:hover) a::after {
  color: black;
}
.SingleLineComment-isAnswer div.spoilers:not(:hover) code {
  background-color: black;
}
.SingleLineComment-isAnswer .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.SingleLineComment-isAnswer .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.SingleLineComment-isAnswer .spoiler:not(:hover) a, .SingleLineComment-isAnswer .spoiler:not(:hover) a:hover, .SingleLineComment-isAnswer .spoiler:not(:hover) a:focus, .SingleLineComment-isAnswer .spoiler:not(:hover) a::after {
  color: black;
}
.SingleLineComment-isAnswer .spoiler:not(:hover) code {
  background-color: black;
}
.SingleLineComment-isAnswer td p, .SingleLineComment-isAnswer th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.SingleLineComment-isAnswer td p:first-of-type, .SingleLineComment-isAnswer th p:first-of-type {
  margin-top: 0;
}
.SingleLineComment-isAnswer a u, .SingleLineComment-isAnswer a:hover u, .SingleLineComment-isAnswer a:active u {
  text-decoration: none;
}
.SingleLineComment-odd {
  background-color: white;
}
.SingleLineComment-odd:hover {
  background-color: #f3f3f3;
}
.SingleLineComment-metaNotice {
  color: #C03A44;
  font-size: 1rem;
  font-style: italic;
  margin-left: 4px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.SingleLineComment-postTitle {
  color: #C03A44;
  font-size: 1rem;
  font-style: italic;
  margin-left: 4px;
  margin-right: 20px;
  margin-bottom: 8px;
}
.SingleLineComment-preview {
  width: 500px;
  border: solid 1px rgba(0,0,0,.1);
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  background-color: white;
}
.SingleLineFeedEvent-root {
  color: rgba(0, 0, 0, 0.87);
  margin: 8px;
  display: flex;
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
}
.SingleLineFeedEvent-itemDot {
  width: 20px;
  color: #666;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
}
.SingleLineFeedEvent-expandButton {
  width: 20px;
  color: #666;
  cursor: pointer;
  border: 1px solid #ddd;
  display: inline-block;
  background: white;
  text-align: center;
  font-weight: bold;
  margin-right: 8px;
  border-radius: 10px;
}
.SingleLineFeedEvent-contents {
  display: inline-block;
}
.SingleLineTagUpdates-root {
  border: solid 1px rgba(72,94,144,0.16);
  background: white;
  border-radius: 3px;
  margin-bottom: 4px;
}
.SingleLineTagUpdates-metadata {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
}
.SingleLineTagUpdates-title {
  cursor: pointer;
  display: flex;
  padding: 4px;
  flex-grow: 1;
  font-size: 17px;
  align-items: center;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-variant: small-caps;
}
.SingleLineTagUpdates-expandedBody {
  margin-top: 8px;
}
.SingleLineTagUpdates-subheading {
  color: #424242;
  display: inline-block;
  font-size: 1.17rem;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-left: 8px;
  margin-bottom: 8px;
}
.SingleLineTagUpdates-commentBubble {
  margin-top: -5px;
  margin-left: 11px;
}
.SingleLineTagUpdates-changeMetrics {
  cursor: pointer;
}
.SingleLineTagUpdates-postedAt.SingleLineTagUpdates-postedAt {
  width: 38px;
  color: rgba(0,0,0,.9);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 300;
}
@media (max-width:599.95px) {
  .SingleLineTagUpdates-postedAt.SingleLineTagUpdates-postedAt {
    width: auto;
  }
}
.SingleLineTagUpdates-icon {
  height: 20px;
}
.SingleLineTagUpdates-history {
  color: rgba(0, 0, 0, .4);
  margin: -8px 0 8px 8px;
  display: flex;
  font-size: 1rem;
  align-items: center;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.SingleLineTagUpdates-usernames {
  max-width: 310px;
  overflow-x: hidden;
  text-align: right;
  margin-right: 16px;
  text-overflow: ellipsis;
}
@media (max-width:599.95px) {
  .SingleLineTagUpdates-usernames {
    max-width: 160px;
  }
}
.SingleUsersItem-chip {
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  background-color: rgba(0,0,0,0.05);
}
.SingleUsersItem-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.SiteLogo-root {
  height: 31px;
}
.SmallMapPreview-previewWrapper {
  height: 400px;
  padding-top: 5px;
  margin-bottom: 20px;
}
.SpreadsheetPage-root {
  position: relative;
  margin-bottom: -150px;
}
.SpreadsheetPage-intro {
  max-width: 564px;
}
@media (max-width:959.95px) {
  .SpreadsheetPage-intro {
    max-width: 300px;
  }
}
.SpreadsheetPage-introWrapper {
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  padding: 50px;
  font-size: 1.16rem;
  max-width: 880px;
  word-break: break-word;
  margin-top: .5em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  align-items: center;
  padding-top: 0;
  margin-bottom: .25em;
  pointer-events: none;
  justify-content: space-around;
}
.SpreadsheetPage-introWrapper pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.SpreadsheetPage-introWrapper code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.SpreadsheetPage-introWrapper blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.SpreadsheetPage-introWrapper li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.SpreadsheetPage-introWrapper h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.SpreadsheetPage-introWrapper h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.SpreadsheetPage-introWrapper h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.SpreadsheetPage-introWrapper h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.SpreadsheetPage-introWrapper h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.SpreadsheetPage-introWrapper h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.SpreadsheetPage-introWrapper h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.SpreadsheetPage-introWrapper img {
  max-width: 100%;
}
.SpreadsheetPage-introWrapper sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.SpreadsheetPage-introWrapper sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.SpreadsheetPage-introWrapper a, .SpreadsheetPage-introWrapper a:hover, .SpreadsheetPage-introWrapper a:active {
  color: #C03A44;
}
.SpreadsheetPage-introWrapper table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.SpreadsheetPage-introWrapper figure.table {
  display: table;
}
.SpreadsheetPage-introWrapper td, .SpreadsheetPage-introWrapper th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.SpreadsheetPage-introWrapper th {
  background: #fafafa;
  font-weight: 700;
}
.SpreadsheetPage-introWrapper figure {
  margin: 1em auto;
  text-align: center;
}
.SpreadsheetPage-introWrapper figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.SpreadsheetPage-introWrapper p.spoiler {
  margin: 0;
}
.SpreadsheetPage-introWrapper .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.SpreadsheetPage-introWrapper div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.SpreadsheetPage-introWrapper p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.SpreadsheetPage-introWrapper .spoilers:not(:hover)::selection, .SpreadsheetPage-introWrapper .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.SpreadsheetPage-introWrapper .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.SpreadsheetPage-introWrapper div.metaculus-preview {
  background-color: #2c3947;
}
.SpreadsheetPage-introWrapper figure.media div[data-oembed-url*="youtube.com"], .SpreadsheetPage-introWrapper figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.SpreadsheetPage-introWrapper .footnote-section {
  counter-reset: footnote-counter;
}
.SpreadsheetPage-introWrapper .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.SpreadsheetPage-introWrapper .footnote-item > * {
  vertical-align: text-top;
}
.SpreadsheetPage-introWrapper .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.SpreadsheetPage-introWrapper .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.SpreadsheetPage-introWrapper .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.SpreadsheetPage-introWrapper .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.SpreadsheetPage-introWrapper .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.SpreadsheetPage-introWrapper .footnotes-sep {
  display: none;
}
.SpreadsheetPage-introWrapper hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.SpreadsheetPage-introWrapper h1, .SpreadsheetPage-introWrapper h2, .SpreadsheetPage-introWrapper h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.SpreadsheetPage-introWrapper * {
  pointer-events: auto;
}
.SpreadsheetPage-introWrapper > *:hover ~ .spoiler {
  color: black;
}
.SpreadsheetPage-introWrapper > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
@media (max-width:959.95px) {
  .SpreadsheetPage-introWrapper {
    padding-top: 16px;
    padding-bottom: 0;
  }
}
@media (max-width:599.95px) {
  .SpreadsheetPage-introWrapper {
    display: block;
    padding: 16px;
    min-width: initial;
  }
}
.SpreadsheetPage-introWrapper hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.SpreadsheetPage-introWrapper .footnotes sup {
  margin-right: 10px;
}
.SpreadsheetPage-introWrapper .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.SpreadsheetPage-introWrapper .footnotes li {
  font-size: 0.9em;
}
.SpreadsheetPage-introWrapper .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.SpreadsheetPage-introWrapper figure.media div[data-oembed-url*="youtube.com"] iframe, .SpreadsheetPage-introWrapper figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.SpreadsheetPage-introWrapper div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.SpreadsheetPage-introWrapper .spoilers > p:hover ~ p a, .SpreadsheetPage-introWrapper .spoilers > p:hover ~ p a:hover, .SpreadsheetPage-introWrapper .spoilers > p:hover ~ p a:focus, .SpreadsheetPage-introWrapper .spoilers > p:hover ~ p a::after {
  color: black;
}
.SpreadsheetPage-introWrapper .spoilers > p:hover ~ p code {
  background-color: black;
}
.SpreadsheetPage-introWrapper div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.SpreadsheetPage-introWrapper div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.SpreadsheetPage-introWrapper div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.SpreadsheetPage-introWrapper div.spoilers:not(:hover) a, .SpreadsheetPage-introWrapper div.spoilers:not(:hover) a:hover, .SpreadsheetPage-introWrapper div.spoilers:not(:hover) a:focus, .SpreadsheetPage-introWrapper div.spoilers:not(:hover) a::after {
  color: black;
}
.SpreadsheetPage-introWrapper div.spoilers:not(:hover) code {
  background-color: black;
}
.SpreadsheetPage-introWrapper .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.SpreadsheetPage-introWrapper .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.SpreadsheetPage-introWrapper .spoiler:not(:hover) a, .SpreadsheetPage-introWrapper .spoiler:not(:hover) a:hover, .SpreadsheetPage-introWrapper .spoiler:not(:hover) a:focus, .SpreadsheetPage-introWrapper .spoiler:not(:hover) a::after {
  color: black;
}
.SpreadsheetPage-introWrapper .spoiler:not(:hover) code {
  background-color: black;
}
.SpreadsheetPage-introWrapper td p, .SpreadsheetPage-introWrapper th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.SpreadsheetPage-introWrapper td p:first-of-type, .SpreadsheetPage-introWrapper th p:first-of-type {
  margin-top: 0;
}
.SpreadsheetPage-introWrapper a u, .SpreadsheetPage-introWrapper a:hover u, .SpreadsheetPage-introWrapper a:active u {
  text-decoration: none;
}
.SpreadsheetPage-submitButton {
  color: white !important;
  padding: 16px;
  text-align: center;
  margin-left: 50px;
  font-weight: 600;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 5px;
  background-color: #C03A44;
}
@media (max-width:599.95px) {
  .SpreadsheetPage-submitButton {
    display: block;
    margin-top: 24px;
    margin-left: 0;
  }
}
.SpreadsheetPage-table {
  position: relative;
}
.SpreadsheetPage-domain {
  color: #9e9e9e;
  margin-top: 4px;
}
.SpreadsheetPage-cellDescription {
  max-width: 350px;
  min-width: 350px;
  word-break: break-word;
}
@media (max-width:1279.95px) {
  .SpreadsheetPage-cellDescription {
    min-width: initial;
  }
}
@media (max-width:599.95px) {
  .SpreadsheetPage-cellDescription {
    display: none;
  }
}
.SpreadsheetPage-cell {
  max-width: 350px;
  word-break: break-word;
}
.SpreadsheetPage-cellMeta {
  color: rgba(0,0,0,0.6);
  max-width: 210px;
  font-size: 1rem;
  word-break: break-word;
}
.SpreadsheetPage-metaType {
  width: 50px;
  color: #9e9e9e;
  display: inline-block;
  margin-right: 6px;
}
.SpreadsheetPage-cellTitle {
  color: rgba(0,0,0,0.6);
  max-width: 350px;
  word-break: break-word;
}
@media (max-width:1279.95px) {
  .SpreadsheetPage-cellTitle {
    display: none;
  }
}
.SpreadsheetPage-headerCell {
  top: 0;
  color: white;
  z-index: 1;
  position: sticky;
  font-size: 1.1rem;
  word-break: normal;
  font-weight: 600;
  padding-top: 0;
  border-right: 1px solid white;
  padding-bottom: 0;
  background-color: #424242;
}
@media (max-width:599.95px) {
  .SpreadsheetPage-headerCell {
    display: none;
  }
}
.SpreadsheetPage-headerCellDescription {
  top: 0;
  color: white;
  z-index: 1;
  position: sticky;
  font-size: 1.1rem;
  word-break: normal;
  font-weight: 600;
  padding-top: 0;
  border-right: 1px solid white;
  padding-bottom: 0;
  background-color: #424242;
}
@media (max-width:959.95px) {
  .SpreadsheetPage-headerCellDescription {
    display: none;
  }
}
.SpreadsheetPage-headerCellCategory {
  top: 0;
  color: white;
  z-index: 1;
  position: sticky;
  font-size: 1.1rem;
  word-break: normal;
  font-weight: 600;
  padding-top: 0;
  border-right: 1px solid white;
  padding-bottom: 0;
  background-color: #424242;
}
@media (max-width:1279.95px) {
  .SpreadsheetPage-headerCellCategory {
    display: none;
  }
}
.SpreadsheetPage-cellCategory {
  max-width: 350px;
  word-break: break-word;
}
@media (max-width:1279.95px) {
  .SpreadsheetPage-cellCategory {
    display: none;
  }
}
.SpreadsheetPage-headerTitle {
  top: 0;
  color: white;
  z-index: 1;
  position: sticky;
  font-size: 1.1rem;
  word-break: normal;
  font-weight: 600;
  padding-top: 0;
  border-right: 1px solid white;
  padding-bottom: 0;
  background-color: #424242;
}
@media (max-width:1279.95px) {
  .SpreadsheetPage-headerTitle {
    display: none;
  }
}
.SpreadsheetPage-leftFixed0 {
  position: relative;
  max-width: 350px;
  word-break: break-word;
  text-align: center;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width:960px) {
  .SpreadsheetPage-leftFixed0 {
    left: 0;
    position: sticky;
  }
}
.SpreadsheetPage-leftFixedHeader0 {
  top: 0;
  color: white;
  z-index: 1;
  position: sticky;
  font-size: 1.1rem;
  word-break: normal;
  text-align: center;
  font-weight: 600;
  padding-top: 0;
  border-right: 1px solid white;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 0;
  background-color: #424242;
}
@media (min-width:960px) {
  .SpreadsheetPage-leftFixedHeader0 {
    left: 0;
    z-index: 2;
    position: sticky;
  }
}
.SpreadsheetPage-leftFixed1 {
  position: relative;
  max-width: 350px;
  min-width: 400px;
  word-break: break-word;
  box-shadow: 2px 0 2px -1px rgba(0,0,0,.15);
  background-color: white;
}
@media (min-width:960px) {
  .SpreadsheetPage-leftFixed1 {
    left: 0;
    position: sticky;
  }
}
.SpreadsheetPage-leftFixed1 a {
  color: #C03A44;
}
@media (max-width:1279.95px) {
  .SpreadsheetPage-leftFixed1 {
    min-width: initial;
  }
}
.SpreadsheetPage-leftFixedHeader1 {
  top: 0;
  color: white;
  z-index: 1;
  position: sticky;
  font-size: 1.1rem;
  min-width: 240px;
  word-break: normal;
  font-weight: 600;
  padding-top: 0;
  border-right: 1px solid white;
  padding-bottom: 0;
  background-color: #424242;
}
@media (min-width:960px) {
  .SpreadsheetPage-leftFixedHeader1 {
    left: 0;
    z-index: 3;
    position: sticky;
  }
}
.SpreadsheetPage-starIcon {
  top: 2px;
  width: 16px;
  position: relative;
}
.SpreadsheetPage-tabRow {
  display: flex;
  flex-wrap: wrap-reverse;
  align-items: flex-start;
  padding-left: 8px;
}
@media (max-width:1279.95px) {
  .SpreadsheetPage-tabRow {
    margin-top: 60px;
  }
}
.SpreadsheetPage-tab {
  cursor: pointer;
  height: 43px;
  display: flex;
  font-size: 1rem;
  margin-top: 7px;
  box-shadow: 0 0 3px rgba(0,0,0,.3);
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-left: 2px;
  white-space: pre;
  margin-right: 2px;
  padding-left: 12px;
  margin-bottom: -2px;
  padding-right: 12px;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  background-color: #e0e0e0;
}
.SpreadsheetPage-tab:hover {
  background-color: white;
}
.SpreadsheetPage-tabLabel {
  font-weight: 600;
}
.SpreadsheetPage-tabCount {
  color: #757575;
  font-size: .8rem;
  margin-top: 2px;
}
.SpreadsheetPage-tabDescription {
  font-size: 1rem;
}
.SpreadsheetPage-tabSelected {
  height: 47px;
  background-color: #f5f5f5;
}
.SpreadsheetPage-headerSheet {
  top: 0;
  color: white;
  z-index: 1;
  position: sticky;
  font-size: 1.1rem;
  max-width: 350px;
  word-break: normal;
  font-weight: 600;
  padding-top: 0;
  border-right: 1px solid white;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 0;
  background-color: #424242;
}
.SpreadsheetPage-cellSheet {
  color: #C03A44;
  width: 150px;
  cursor: pointer;
  font-size: 1.35rem;
  text-align: center;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width:959.95px) {
  .SpreadsheetPage-cellSheet {
    text-align: initial;
  }
}
.SpreadsheetPage-cellSheetDescription {
  width: 250px;
}
@media (max-width:959.95px) {
  .SpreadsheetPage-cellSheetDescription {
    display: none;
  }
}
.SpreadsheetPage-link {
  color: #C03A44;
  font-size: 1.2em;
}
.SpreadsheetPage-topLinks {
  padding: 0;
  border-left: solid 1px rgba(0,0,0,.1);
}
@media (max-width:599.95px) {
  .SpreadsheetPage-topLinks {
    display: none;
  }
}
.SpreadsheetPage-topLinkRow {
  display: flex;
  font-size: 1rem;
  align-items: center;
  border-bottom: solid 1px rgba(0,0,0,.1);
}
.SpreadsheetPage-topLinkRow:last-child {
  border-bottom: none;
}
.SpreadsheetPage-topLink {
  padding: 16px;
  min-width: 400px;
  max-width: 400px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.SpreadsheetPage-topLinkDescription {
  padding: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width:1279.95px) {
  .SpreadsheetPage-topLinkDescription {
    display: none;
  }
}
.SpreadsheetPage-categoryRow {
  border-bottom: solid 5px #eeeeee;
}
.SpreadsheetPage-added {
  display: block;
}
.SpreadsheetPage-updated {
  display: block;
}
.SpreadsheetPage-headerDateAdded {
  top: 0;
  color: white;
  z-index: 1;
  position: sticky;
  font-size: 1.1rem;
  min-width: 70px;
  max-width: 70px;
  word-break: normal;
  text-align: center;
  font-weight: 600;
  padding-top: 0;
  border-right: 1px solid white;
  padding-bottom: 0;
  background-color: #424242;
}
@media (max-width:1279.95px) {
  .SpreadsheetPage-headerDateAdded {
    display: none;
  }
}
.SpreadsheetPage-headerLastUpdated {
  top: 0;
  color: white;
  z-index: 1;
  position: sticky;
  font-size: 1.1rem;
  min-width: 70px;
  max-width: 70px;
  word-break: normal;
  text-align: center;
  font-weight: 600;
  padding-top: 0;
  border-right: 1px solid white;
  padding-bottom: 0;
  background-color: #424242;
}
@media (max-width:1279.95px) {
  .SpreadsheetPage-headerLastUpdated {
    display: none;
  }
}
.SpreadsheetPage-cellDate {
  color: rgba(0,0,0,0.6);
  font-size: 1rem;
  text-align: center;
}
@media (max-width:1279.95px) {
  .SpreadsheetPage-cellDate {
    display: none;
  }
}
.SpreadsheetPage-source {
  color: #9e9e9e;
  font-size: 1rem;
}
.SpreadsheetPage-description {
  display: block;
}
.SpreadsheetPage-smallDescription {
  color: rgba(0,0,0,0.87);
  display: block;
  font-size: 1rem;
  margin-top: 8px;
  line-height: 1.4;
  font-weight: 500;
}
@media (min-width:960px) {
  .SpreadsheetPage-smallDescription {
    display: none;
  }
}
.SpreadsheetPage-reviewerThoughts {
  color: rgba(0,0,0,0.6);
  display: block;
  margin-top: 8px;
  font-style: italic;
}
.SpreadsheetPage-selectedRow .SpreadsheetPage-leftFixed0 {
  color: white;
  background-color: #C03A44;
}
.StyledMapPopup-root {
  color: rgba(0, 0, 0, 0.87);
  width: 250px;
  cursor: auto;
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  user-select: text;
}
.StyledMapPopup-groupMarkerName {
  font-size: 15px;
  margin-top: 3.5px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.StyledMapPopup-markerBody {
  margin-top: 10px;
  max-height: 150px;
  overflow-y: auto;
  margin-bottom: 10px;
}
.StyledMapPopup-contactInfo {
  color: rgba(0,0,0,0.6);
  margin-top: 10px;
  font-weight: 400;
  margin-bottom: 10px;
}
.StyledMapPopup-markerPageLink {
  flex: none;
  color: rgba(0,0,0,0.4);
  font-weight: 400;
}
.StyledMapPopup-linksWrapper {
  display: flex;
  justify-content: space-between;
}
.SubSection-root {
  margin-left: 20px;
}
@media (max-width:959.95px) {
  .SubmitToFrontpageCheckbox-submitToFrontpageWrapper {
    width: 100%;
    order: 1;
  }
}
.SubmitToFrontpageCheckbox-submitToFrontpage {
  display: flex;
  max-width: 200px;
  align-items: center;
}
@media (max-width:959.95px) {
  .SubmitToFrontpageCheckbox-submitToFrontpage {
    width: 100%;
    max-width: none;
    padding-right: 24px;
    justify-content: flex-end;
  }
}
.SubmitToFrontpageCheckbox-checkboxLabel {
  color: rgba(0,0,0,0.4);
  font-size: 16px;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.25em;
  vertical-align: middle;
}
.SubmitToFrontpageCheckbox-tooltip ul {
  margin-top: 4px;
  padding-top: 0;
  padding-left: 24px;
  padding-bottom: 0;
}
.SubmitToFrontpageCheckbox-tooltip p {
  margin-top: 4px;
  margin-bottom: 4px;
}
.SubmitToFrontpageCheckbox-guidelines {
  font-style: italic;
}
.SubscribeButton-root {
  display: flex;
  align-items: center;
}
@media (min-width:600px) {
  .SubscribeButton-root {
    margin-top: 8px;
  }
}
.SubscribeButton-notifyMeButton {
  margin-left: 12px;
}
.SubscribeDialog-thresholdSelector {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.SubscribeDialog-estimate {
  max-width: 500px;
}
.SubscribeDialog-content {
  padding: 0 24px;
}
.SubscribeDialog-tabbar {
  margin-bottom: 24px;
}
.SubscribeDialog-viewSelector {
  width: 100%;
  margin-bottom: 16px;
}
.SubscribeDialog-RSSLink {
  margin-top: 16px;
}
.SubscribeDialog-errorMsg {
  color: #9b5e5e;
}
.SubscribeDialog-link {
  text-decoration: underline;
}
.SubscribedItem-subscribedItem {
  display: flex;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.SubscribedItem-subscribedItemDescription {
  flex-grow: 1;
}
.SubscriptionsList-subscribedItem {
  display: flex;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.SubscriptionsList-subscribedItemDescription {
  flex-grow: 1;
}
.SuggestAlignmentMenuItem-iconRoot {
  width: 24px;
  position: relative;
}
.SuggestAlignmentMenuItem-omegaIcon {
  top: 7px !important;
  left: 0;
  opacity: 0.3;
  position: absolute !important;
}
.SuggestAlignmentMenuItem-plusOneIcon {
  color: black;
  width: 20px;
  margin-left: 8px;
}
.SuggestAlignmentMenuItem-undoIcon {
  width: 20px;
  color: black;
  margin-left: 8px;
}
.SunshineCommentsItemOverview-comment {
  font-size: 1rem;
  line-height: 1.5em;
}
.SunshineCuratedSuggestionsList-loadMorePadding {
  padding-left: 16px;
}
.SunshineListCount-overflow {
  color: red;
}
.SunshineListItem-root {
  position: relative;
  border-top: solid 1px rgba(0,0,0,.1);
  padding-top: 8px;
  padding-left: 16px;
  padding-right: 8px;
  padding-bottom: 8px;
}
.SunshineListItem-content {
  overflow: hidden;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.2rem;
}
.SunshineListItem-hover {
  background-color: #fafafa;
}
.SunshineListTitle-root {
  width: 210px;
  padding: 12px;
  display: flex;
  border-top: solid 1px rgba(0,0,0,.2);
  font-weight: 600;
  align-items: center;
  justify-content: space-between;
}
.SunshineNewCommentsList-root {
  background-color: rgba(120,120,0,.08);
}
.SunshineNewPostsItem-icon {
  width: 14px;
  margin-right: 4px;
}
.SunshineNewPostsItem-buttonRow {
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.SunshineNewPostsItem-post {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.28rem;
  word-break: break-word;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.75rem;
}
.SunshineNewPostsItem-post pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.SunshineNewPostsItem-post code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.SunshineNewPostsItem-post blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 12px;
  border-left: solid 3px #e0e0e0;
  margin-left: 24px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
}
.SunshineNewPostsItem-post li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.28rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.8rem;
  margin-bottom: .5rem;
}
.SunshineNewPostsItem-post h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.SunshineNewPostsItem-post h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.SunshineNewPostsItem-post h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.SunshineNewPostsItem-post h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.SunshineNewPostsItem-post h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.SunshineNewPostsItem-post h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.SunshineNewPostsItem-post h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.SunshineNewPostsItem-post img {
  max-width: 100%;
}
.SunshineNewPostsItem-post sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.SunshineNewPostsItem-post sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.SunshineNewPostsItem-post a, .SunshineNewPostsItem-post a:hover, .SunshineNewPostsItem-post a:active {
  color: #C03A44;
}
.SunshineNewPostsItem-post table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.SunshineNewPostsItem-post figure.table {
  display: table;
}
.SunshineNewPostsItem-post td, .SunshineNewPostsItem-post th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.SunshineNewPostsItem-post th {
  background: #fafafa;
  font-weight: 700;
}
.SunshineNewPostsItem-post figure {
  margin: 1em auto;
  text-align: center;
}
.SunshineNewPostsItem-post figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.SunshineNewPostsItem-post p.spoiler {
  margin: 0;
}
.SunshineNewPostsItem-post .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.SunshineNewPostsItem-post div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.SunshineNewPostsItem-post p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.SunshineNewPostsItem-post .spoilers:not(:hover)::selection, .SunshineNewPostsItem-post .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.SunshineNewPostsItem-post .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.SunshineNewPostsItem-post div.metaculus-preview {
  background-color: #2c3947;
}
.SunshineNewPostsItem-post figure.media div[data-oembed-url*="youtube.com"], .SunshineNewPostsItem-post figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.SunshineNewPostsItem-post .footnote-section {
  counter-reset: footnote-counter;
}
.SunshineNewPostsItem-post .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.SunshineNewPostsItem-post .footnote-item > * {
  vertical-align: text-top;
}
.SunshineNewPostsItem-post .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.SunshineNewPostsItem-post .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.SunshineNewPostsItem-post .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.SunshineNewPostsItem-post .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.SunshineNewPostsItem-post .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.SunshineNewPostsItem-post .footnotes-sep {
  display: none;
}
.SunshineNewPostsItem-post hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.SunshineNewPostsItem-post ul {
  padding-inline-start: 30;
}
.SunshineNewPostsItem-post h1, .SunshineNewPostsItem-post h2, .SunshineNewPostsItem-post h3 {
  font-size: 1.6rem;
  margin-blick-start: 0 !important;
}
.SunshineNewPostsItem-post hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.SunshineNewPostsItem-post .footnotes sup {
  margin-right: 10px;
}
.SunshineNewPostsItem-post .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.SunshineNewPostsItem-post .footnotes li {
  font-size: 0.9em;
}
.SunshineNewPostsItem-post .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.SunshineNewPostsItem-post figure.media div[data-oembed-url*="youtube.com"] iframe, .SunshineNewPostsItem-post figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.SunshineNewPostsItem-post div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.SunshineNewPostsItem-post .spoilers > p:hover ~ p a, .SunshineNewPostsItem-post .spoilers > p:hover ~ p a:hover, .SunshineNewPostsItem-post .spoilers > p:hover ~ p a:focus, .SunshineNewPostsItem-post .spoilers > p:hover ~ p a::after {
  color: black;
}
.SunshineNewPostsItem-post .spoilers > p:hover ~ p code {
  background-color: black;
}
.SunshineNewPostsItem-post div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.SunshineNewPostsItem-post div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.SunshineNewPostsItem-post div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.SunshineNewPostsItem-post div.spoilers:not(:hover) a, .SunshineNewPostsItem-post div.spoilers:not(:hover) a:hover, .SunshineNewPostsItem-post div.spoilers:not(:hover) a:focus, .SunshineNewPostsItem-post div.spoilers:not(:hover) a::after {
  color: black;
}
.SunshineNewPostsItem-post div.spoilers:not(:hover) code {
  background-color: black;
}
.SunshineNewPostsItem-post .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.SunshineNewPostsItem-post .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.SunshineNewPostsItem-post .spoiler:not(:hover) a, .SunshineNewPostsItem-post .spoiler:not(:hover) a:hover, .SunshineNewPostsItem-post .spoiler:not(:hover) a:focus, .SunshineNewPostsItem-post .spoiler:not(:hover) a::after {
  color: black;
}
.SunshineNewPostsItem-post .spoiler:not(:hover) code {
  background-color: black;
}
.SunshineNewPostsItem-post td p, .SunshineNewPostsItem-post th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.SunshineNewPostsItem-post td p:first-of-type, .SunshineNewPostsItem-post th p:first-of-type {
  margin-top: 0;
}
.SunshineNewPostsItem-post a u, .SunshineNewPostsItem-post a:hover u, .SunshineNewPostsItem-post a:active u {
  text-decoration: none;
}
.SunshineNewPostsItem-title {
  border-top: solid 1px rgba(0,0,0,.1);
  margin-top: 12px;
  padding-top: 12px;
}
.SunshineNewPostsItem-moderation {
  margin-bottom: 12px;
}
.SunshineNewPostsList-root {
  background-color: rgba(80,0,0,.08);
}
.SunshineNewTagsItem-tagInfo {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  word-break: break-word;
  margin-top: 0;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: 0;
  pointer-events: none;
}
.SunshineNewTagsItem-tagInfo pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.SunshineNewTagsItem-tagInfo code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.SunshineNewTagsItem-tagInfo blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.SunshineNewTagsItem-tagInfo li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.SunshineNewTagsItem-tagInfo h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.SunshineNewTagsItem-tagInfo h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.SunshineNewTagsItem-tagInfo h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.SunshineNewTagsItem-tagInfo h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.SunshineNewTagsItem-tagInfo h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.SunshineNewTagsItem-tagInfo h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.SunshineNewTagsItem-tagInfo h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.SunshineNewTagsItem-tagInfo img {
  max-width: 100%;
}
.SunshineNewTagsItem-tagInfo sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.SunshineNewTagsItem-tagInfo sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.SunshineNewTagsItem-tagInfo a, .SunshineNewTagsItem-tagInfo a:hover, .SunshineNewTagsItem-tagInfo a:active {
  color: #C03A44;
}
.SunshineNewTagsItem-tagInfo table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.SunshineNewTagsItem-tagInfo figure.table {
  display: table;
}
.SunshineNewTagsItem-tagInfo td, .SunshineNewTagsItem-tagInfo th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.SunshineNewTagsItem-tagInfo th {
  background: #fafafa;
  font-weight: 700;
}
.SunshineNewTagsItem-tagInfo figure {
  margin: 1em auto;
  text-align: center;
}
.SunshineNewTagsItem-tagInfo figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.SunshineNewTagsItem-tagInfo p.spoiler {
  margin: 0;
}
.SunshineNewTagsItem-tagInfo .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.SunshineNewTagsItem-tagInfo div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.SunshineNewTagsItem-tagInfo p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.SunshineNewTagsItem-tagInfo .spoilers:not(:hover)::selection, .SunshineNewTagsItem-tagInfo .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.SunshineNewTagsItem-tagInfo .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.SunshineNewTagsItem-tagInfo div.metaculus-preview {
  background-color: #2c3947;
}
.SunshineNewTagsItem-tagInfo figure.media div[data-oembed-url*="youtube.com"], .SunshineNewTagsItem-tagInfo figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.SunshineNewTagsItem-tagInfo .footnote-section {
  counter-reset: footnote-counter;
}
.SunshineNewTagsItem-tagInfo .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.SunshineNewTagsItem-tagInfo .footnote-item > * {
  vertical-align: text-top;
}
.SunshineNewTagsItem-tagInfo .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.SunshineNewTagsItem-tagInfo .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.SunshineNewTagsItem-tagInfo .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.SunshineNewTagsItem-tagInfo .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.SunshineNewTagsItem-tagInfo .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.SunshineNewTagsItem-tagInfo .footnotes-sep {
  display: none;
}
.SunshineNewTagsItem-tagInfo hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.SunshineNewTagsItem-tagInfo h1, .SunshineNewTagsItem-tagInfo h2, .SunshineNewTagsItem-tagInfo h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.SunshineNewTagsItem-tagInfo * {
  pointer-events: auto;
}
.SunshineNewTagsItem-tagInfo > *:hover ~ .spoiler {
  color: black;
}
.SunshineNewTagsItem-tagInfo > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
.SunshineNewTagsItem-tagInfo hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.SunshineNewTagsItem-tagInfo .footnotes sup {
  margin-right: 10px;
}
.SunshineNewTagsItem-tagInfo .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.SunshineNewTagsItem-tagInfo .footnotes li {
  font-size: 0.9em;
}
.SunshineNewTagsItem-tagInfo .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.SunshineNewTagsItem-tagInfo figure.media div[data-oembed-url*="youtube.com"] iframe, .SunshineNewTagsItem-tagInfo figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.SunshineNewTagsItem-tagInfo div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.SunshineNewTagsItem-tagInfo .spoilers > p:hover ~ p a, .SunshineNewTagsItem-tagInfo .spoilers > p:hover ~ p a:hover, .SunshineNewTagsItem-tagInfo .spoilers > p:hover ~ p a:focus, .SunshineNewTagsItem-tagInfo .spoilers > p:hover ~ p a::after {
  color: black;
}
.SunshineNewTagsItem-tagInfo .spoilers > p:hover ~ p code {
  background-color: black;
}
.SunshineNewTagsItem-tagInfo div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.SunshineNewTagsItem-tagInfo div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.SunshineNewTagsItem-tagInfo div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.SunshineNewTagsItem-tagInfo div.spoilers:not(:hover) a, .SunshineNewTagsItem-tagInfo div.spoilers:not(:hover) a:hover, .SunshineNewTagsItem-tagInfo div.spoilers:not(:hover) a:focus, .SunshineNewTagsItem-tagInfo div.spoilers:not(:hover) a::after {
  color: black;
}
.SunshineNewTagsItem-tagInfo div.spoilers:not(:hover) code {
  background-color: black;
}
.SunshineNewTagsItem-tagInfo .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.SunshineNewTagsItem-tagInfo .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.SunshineNewTagsItem-tagInfo .spoiler:not(:hover) a, .SunshineNewTagsItem-tagInfo .spoiler:not(:hover) a:hover, .SunshineNewTagsItem-tagInfo .spoiler:not(:hover) a:focus, .SunshineNewTagsItem-tagInfo .spoiler:not(:hover) a::after {
  color: black;
}
.SunshineNewTagsItem-tagInfo .spoiler:not(:hover) code {
  background-color: black;
}
.SunshineNewTagsItem-tagInfo td p, .SunshineNewTagsItem-tagInfo th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.SunshineNewTagsItem-tagInfo td p:first-of-type, .SunshineNewTagsItem-tagInfo th p:first-of-type {
  margin-top: 0;
}
.SunshineNewTagsItem-tagInfo a u, .SunshineNewTagsItem-tagInfo a:hover u, .SunshineNewTagsItem-tagInfo a:active u {
  text-decoration: none;
}
.SunshineNewTagsItem-postCount {
  color: #757575;
  font-size: 1rem;
  margin-top: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  line-height: 1.4rem;
  margin-bottom: 8px;
}
.SunshineNewTagsItem-post {
  color: #616161;
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: 4px;
}
.SunshineNewTagsList-root {
  background-color: rgba(80,80,0,.08);
}
.SunshineNewUserCommentsList-root {
  margin-top: 8px;
}
.SunshineNewUserCommentsList-comment {
  color: rgba(0,0,0,.7);
  border: solid 1px rgba(0,0,0,.15);
  padding: 12px;
  margin-top: 4px;
  margin-left: -12px;
  padding-top: 8px;
  margin-right: -12px;
  margin-bottom: 4px;
  padding-bottom: 8px;
}
.SunshineNewUserCommentsList-commentStyle {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  word-break: break-word;
  margin-top: .5em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .25em;
  pointer-events: none;
}
.SunshineNewUserCommentsList-commentStyle pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.SunshineNewUserCommentsList-commentStyle code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.SunshineNewUserCommentsList-commentStyle blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.SunshineNewUserCommentsList-commentStyle li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.SunshineNewUserCommentsList-commentStyle h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.SunshineNewUserCommentsList-commentStyle h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.SunshineNewUserCommentsList-commentStyle h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.SunshineNewUserCommentsList-commentStyle h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.SunshineNewUserCommentsList-commentStyle h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.SunshineNewUserCommentsList-commentStyle h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.SunshineNewUserCommentsList-commentStyle h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.SunshineNewUserCommentsList-commentStyle img {
  max-width: 100%;
}
.SunshineNewUserCommentsList-commentStyle sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.SunshineNewUserCommentsList-commentStyle sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.SunshineNewUserCommentsList-commentStyle a, .SunshineNewUserCommentsList-commentStyle a:hover, .SunshineNewUserCommentsList-commentStyle a:active {
  color: #C03A44;
}
.SunshineNewUserCommentsList-commentStyle table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.SunshineNewUserCommentsList-commentStyle figure.table {
  display: table;
}
.SunshineNewUserCommentsList-commentStyle td, .SunshineNewUserCommentsList-commentStyle th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.SunshineNewUserCommentsList-commentStyle th {
  background: #fafafa;
  font-weight: 700;
}
.SunshineNewUserCommentsList-commentStyle figure {
  margin: 1em auto;
  text-align: center;
}
.SunshineNewUserCommentsList-commentStyle figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.SunshineNewUserCommentsList-commentStyle p.spoiler {
  margin: 0;
}
.SunshineNewUserCommentsList-commentStyle .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.SunshineNewUserCommentsList-commentStyle div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.SunshineNewUserCommentsList-commentStyle p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.SunshineNewUserCommentsList-commentStyle .spoilers:not(:hover)::selection, .SunshineNewUserCommentsList-commentStyle .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.SunshineNewUserCommentsList-commentStyle .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.SunshineNewUserCommentsList-commentStyle div.metaculus-preview {
  background-color: #2c3947;
}
.SunshineNewUserCommentsList-commentStyle figure.media div[data-oembed-url*="youtube.com"], .SunshineNewUserCommentsList-commentStyle figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.SunshineNewUserCommentsList-commentStyle .footnote-section {
  counter-reset: footnote-counter;
}
.SunshineNewUserCommentsList-commentStyle .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.SunshineNewUserCommentsList-commentStyle .footnote-item > * {
  vertical-align: text-top;
}
.SunshineNewUserCommentsList-commentStyle .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.SunshineNewUserCommentsList-commentStyle .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.SunshineNewUserCommentsList-commentStyle .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.SunshineNewUserCommentsList-commentStyle .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.SunshineNewUserCommentsList-commentStyle .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.SunshineNewUserCommentsList-commentStyle .footnotes-sep {
  display: none;
}
.SunshineNewUserCommentsList-commentStyle hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.SunshineNewUserCommentsList-commentStyle h1, .SunshineNewUserCommentsList-commentStyle h2, .SunshineNewUserCommentsList-commentStyle h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.SunshineNewUserCommentsList-commentStyle * {
  pointer-events: auto;
}
.SunshineNewUserCommentsList-commentStyle > *:hover ~ .spoiler {
  color: black;
}
.SunshineNewUserCommentsList-commentStyle > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
.SunshineNewUserCommentsList-commentStyle hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.SunshineNewUserCommentsList-commentStyle .footnotes sup {
  margin-right: 10px;
}
.SunshineNewUserCommentsList-commentStyle .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.SunshineNewUserCommentsList-commentStyle .footnotes li {
  font-size: 0.9em;
}
.SunshineNewUserCommentsList-commentStyle .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.SunshineNewUserCommentsList-commentStyle figure.media div[data-oembed-url*="youtube.com"] iframe, .SunshineNewUserCommentsList-commentStyle figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.SunshineNewUserCommentsList-commentStyle div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.SunshineNewUserCommentsList-commentStyle .spoilers > p:hover ~ p a, .SunshineNewUserCommentsList-commentStyle .spoilers > p:hover ~ p a:hover, .SunshineNewUserCommentsList-commentStyle .spoilers > p:hover ~ p a:focus, .SunshineNewUserCommentsList-commentStyle .spoilers > p:hover ~ p a::after {
  color: black;
}
.SunshineNewUserCommentsList-commentStyle .spoilers > p:hover ~ p code {
  background-color: black;
}
.SunshineNewUserCommentsList-commentStyle div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.SunshineNewUserCommentsList-commentStyle div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.SunshineNewUserCommentsList-commentStyle div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.SunshineNewUserCommentsList-commentStyle div.spoilers:not(:hover) a, .SunshineNewUserCommentsList-commentStyle div.spoilers:not(:hover) a:hover, .SunshineNewUserCommentsList-commentStyle div.spoilers:not(:hover) a:focus, .SunshineNewUserCommentsList-commentStyle div.spoilers:not(:hover) a::after {
  color: black;
}
.SunshineNewUserCommentsList-commentStyle div.spoilers:not(:hover) code {
  background-color: black;
}
.SunshineNewUserCommentsList-commentStyle .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.SunshineNewUserCommentsList-commentStyle .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.SunshineNewUserCommentsList-commentStyle .spoiler:not(:hover) a, .SunshineNewUserCommentsList-commentStyle .spoiler:not(:hover) a:hover, .SunshineNewUserCommentsList-commentStyle .spoiler:not(:hover) a:focus, .SunshineNewUserCommentsList-commentStyle .spoiler:not(:hover) a::after {
  color: black;
}
.SunshineNewUserCommentsList-commentStyle .spoiler:not(:hover) code {
  background-color: black;
}
.SunshineNewUserCommentsList-commentStyle td p, .SunshineNewUserCommentsList-commentStyle th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.SunshineNewUserCommentsList-commentStyle td p:first-of-type, .SunshineNewUserCommentsList-commentStyle th p:first-of-type {
  margin-top: 0;
}
.SunshineNewUserCommentsList-commentStyle a u, .SunshineNewUserCommentsList-commentStyle a:hover u, .SunshineNewUserCommentsList-commentStyle a:active u {
  text-decoration: none;
}
.SunshineNewUserCommentsList-meta {
  display: inline-block;
}
.SunshineNewUserPostsList-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.SunshineNewUserPostsList-post {
  font-size: 1.1em;
  margin-top: 16px;
  margin-bottom: 16px;
}
.SunshineNewUserPostsList-postBody {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1rem;
  word-break: break-word;
  margin-top: 12px;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.75rem;
}
.SunshineNewUserPostsList-postBody pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.SunshineNewUserPostsList-postBody code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.SunshineNewUserPostsList-postBody blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 12px;
  border-left: solid 3px #e0e0e0;
  margin-left: 24px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
}
.SunshineNewUserPostsList-postBody li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.28rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.8rem;
  margin-bottom: .5rem;
}
.SunshineNewUserPostsList-postBody h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.SunshineNewUserPostsList-postBody h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.SunshineNewUserPostsList-postBody h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.SunshineNewUserPostsList-postBody h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.SunshineNewUserPostsList-postBody h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.SunshineNewUserPostsList-postBody h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.SunshineNewUserPostsList-postBody h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.SunshineNewUserPostsList-postBody img {
  max-width: 100%;
}
.SunshineNewUserPostsList-postBody sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.SunshineNewUserPostsList-postBody sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.SunshineNewUserPostsList-postBody a, .SunshineNewUserPostsList-postBody a:hover, .SunshineNewUserPostsList-postBody a:active {
  color: #C03A44;
}
.SunshineNewUserPostsList-postBody table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.SunshineNewUserPostsList-postBody figure.table {
  display: table;
}
.SunshineNewUserPostsList-postBody td, .SunshineNewUserPostsList-postBody th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.SunshineNewUserPostsList-postBody th {
  background: #fafafa;
  font-weight: 700;
}
.SunshineNewUserPostsList-postBody figure {
  margin: 1em auto;
  text-align: center;
}
.SunshineNewUserPostsList-postBody figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.SunshineNewUserPostsList-postBody p.spoiler {
  margin: 0;
}
.SunshineNewUserPostsList-postBody .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.SunshineNewUserPostsList-postBody div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.SunshineNewUserPostsList-postBody p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.SunshineNewUserPostsList-postBody .spoilers:not(:hover)::selection, .SunshineNewUserPostsList-postBody .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.SunshineNewUserPostsList-postBody .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.SunshineNewUserPostsList-postBody div.metaculus-preview {
  background-color: #2c3947;
}
.SunshineNewUserPostsList-postBody figure.media div[data-oembed-url*="youtube.com"], .SunshineNewUserPostsList-postBody figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.SunshineNewUserPostsList-postBody .footnote-section {
  counter-reset: footnote-counter;
}
.SunshineNewUserPostsList-postBody .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.SunshineNewUserPostsList-postBody .footnote-item > * {
  vertical-align: text-top;
}
.SunshineNewUserPostsList-postBody .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.SunshineNewUserPostsList-postBody .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.SunshineNewUserPostsList-postBody .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.SunshineNewUserPostsList-postBody .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.SunshineNewUserPostsList-postBody .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.SunshineNewUserPostsList-postBody .footnotes-sep {
  display: none;
}
.SunshineNewUserPostsList-postBody hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.SunshineNewUserPostsList-postBody ul {
  padding-inline-start: 30;
}
.SunshineNewUserPostsList-postBody h1, .SunshineNewUserPostsList-postBody h2, .SunshineNewUserPostsList-postBody h3 {
  font-size: 1.6rem;
  margin-blick-start: 0 !important;
}
.SunshineNewUserPostsList-postBody li, .SunshineNewUserPostsList-postBody h1, .SunshineNewUserPostsList-postBody h2, .SunshineNewUserPostsList-postBody h3 {
  font-size: 1rem;
}
.SunshineNewUserPostsList-postBody hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.SunshineNewUserPostsList-postBody .footnotes sup {
  margin-right: 10px;
}
.SunshineNewUserPostsList-postBody .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.SunshineNewUserPostsList-postBody .footnotes li {
  font-size: 0.9em;
}
.SunshineNewUserPostsList-postBody .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.SunshineNewUserPostsList-postBody figure.media div[data-oembed-url*="youtube.com"] iframe, .SunshineNewUserPostsList-postBody figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.SunshineNewUserPostsList-postBody div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.SunshineNewUserPostsList-postBody .spoilers > p:hover ~ p a, .SunshineNewUserPostsList-postBody .spoilers > p:hover ~ p a:hover, .SunshineNewUserPostsList-postBody .spoilers > p:hover ~ p a:focus, .SunshineNewUserPostsList-postBody .spoilers > p:hover ~ p a::after {
  color: black;
}
.SunshineNewUserPostsList-postBody .spoilers > p:hover ~ p code {
  background-color: black;
}
.SunshineNewUserPostsList-postBody div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.SunshineNewUserPostsList-postBody div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.SunshineNewUserPostsList-postBody div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.SunshineNewUserPostsList-postBody div.spoilers:not(:hover) a, .SunshineNewUserPostsList-postBody div.spoilers:not(:hover) a:hover, .SunshineNewUserPostsList-postBody div.spoilers:not(:hover) a:focus, .SunshineNewUserPostsList-postBody div.spoilers:not(:hover) a::after {
  color: black;
}
.SunshineNewUserPostsList-postBody div.spoilers:not(:hover) code {
  background-color: black;
}
.SunshineNewUserPostsList-postBody .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.SunshineNewUserPostsList-postBody .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.SunshineNewUserPostsList-postBody .spoiler:not(:hover) a, .SunshineNewUserPostsList-postBody .spoiler:not(:hover) a:hover, .SunshineNewUserPostsList-postBody .spoiler:not(:hover) a:focus, .SunshineNewUserPostsList-postBody .spoiler:not(:hover) a::after {
  color: black;
}
.SunshineNewUserPostsList-postBody .spoiler:not(:hover) code {
  background-color: black;
}
.SunshineNewUserPostsList-postBody td p, .SunshineNewUserPostsList-postBody th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.SunshineNewUserPostsList-postBody td p:first-of-type, .SunshineNewUserPostsList-postBody th p:first-of-type {
  margin-top: 0;
}
.SunshineNewUserPostsList-postBody a u, .SunshineNewUserPostsList-postBody a:hover u, .SunshineNewUserPostsList-postBody a:active u {
  text-decoration: none;
}
.SunshineNewUserPostsList-meta {
  display: inline-block;
}
.SunshineNewUsersInfo-root {
  background-color: #fafafa;
}
.SunshineNewUsersInfo-icon {
  top: 3px;
  color: #9e9e9e;
  height: 13px;
  position: relative;
}
.SunshineNewUsersInfo-hoverPostIcon {
  top: 3px;
  color: #616161;
  height: 16px;
  position: relative;
}
.SunshineNewUsersInfo-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.SunshineNewUsersInfo-disabled {
  cursor: default;
  opacity: 0.2;
}
.SunshineNewUsersInfo-bigDownvotes {
  color: rgb(133, 37, 8);
  border: solid 2px rgb(133, 37, 8);
  padding: 6px;
  padding-top: 3px;
  font-weight: 600;
  margin-right: 8px;
  border-radius: 50%;
  padding-bottom: 3px;
}
.SunshineNewUsersInfo-downvotes {
  color: rgb(133, 37, 8);
  border: solid 1px rgb(133, 37, 8);
  opacity: 0.75;
  padding: 6px;
  padding-top: 3px;
  margin-right: 8px;
  border-radius: 50%;
  padding-bottom: 3px;
}
.SunshineNewUsersInfo-upvotes {
  color: #C03A44;
  border: solid 1px #C03A44;
  opacity: 0.75;
  padding: 6px;
  padding-top: 3px;
  margin-right: 8px;
  border-radius: 50%;
  padding-bottom: 3px;
}
.SunshineNewUsersInfo-bigUpvotes {
  color: #C03A44;
  border: solid 2px #C03A44;
  padding: 6px;
  padding-top: 3px;
  font-weight: 600;
  margin-right: 8px;
  border-radius: 50%;
  padding-bottom: 3px;
}
.SunshineNewUsersInfo-votesRow {
  margin-top: 12px;
  margin-bottom: 12px;
}
.SunshineNewUsersInfo-hr {
  height: 0;
  border-top: none;
  border-bottom: 1px solid #ccc;
}
.SunshineNewUsersInfo-editIcon {
  width: 20px;
  color: #bdbdbd;
}
.SunshineNewUsersInfo-notes {
  border: solid 1px rgba(0,0,0,.2);
  margin-top: 8px;
  padding-top: 4px;
  padding-left: 8px;
  border-radius: 2px;
  padding-right: 8px;
  margin-bottom: 8px;
  padding-bottom: 4px;
}
.SunshineNewUsersInfo-defaultMessage {
  padding: 12px;
  max-width: 500px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  background-color: white;
}
.SunshineNewUsersItem-negativeKarma {
  color: #ff8a80;
}
.SunshineNewUsersItem-info {
  display: inline-block;
  word-break: break-word;
}
.SunshineNewUsersItem-icon {
  top: 3px;
  color: #9e9e9e;
  height: 13px;
  position: relative;
}
.SunshineNewUsersItem-flagged {
  background: rgba(150,0,0,.05);
}
.SunshineNewUsersList-loadMore {
  font-size: 1rem;
  text-align: right;
  padding-right: 12px;
  padding-bottom: 8px;
}
.SunshineNewUsersProfileInfo-root {
  border: solid 1px rgba(0,0,0,.1);
  padding: 12px;
  background-color: #fafafa;
}
.SunshineReportedContentList-root {
  background-color: rgba(60,0,0,.08);
}
.SunshineSendMessageWithDefaults-editIcon {
  width: 20px;
  color: #bdbdbd;
}
.SunshineSendMessageWithDefaults-defaultMessage {
  padding: 12px;
  max-width: 500px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  background-color: white;
}
.SunshineSendMessageWithDefaults-sendMessageButton {
  width: 64px;
  color: #9e9e9e;
  height: 32px;
  padding: 8px;
  font-size: 1rem;
  margin-top: 16px;
  margin-left: 8px;
  margin-right: 4px;
}
.SunshineSendMessageWithDefaults-sendMessageButton:hover {
  background-color: #eeeeee;
}
.SunshineSidebar-root {
  z-index: 1000;
  display: none;
  position: relative;
  background: white;
}
@media (min-width:1280px) {
  .SunshineSidebar-root {
    display: block;
  }
}
.SunshineSidebar-background {
  background: white;
}
.SunshineSidebar-toggle {
  color: #9e9e9e;
  cursor: pointer;
  z-index: 1000;
  display: flex;
  padding: 8px;
  position: relative;
  font-size: 1rem;
  align-items: center;
  white-space: nowrap;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  justify-content: flex-end;
}
.SunshineSidebar-toggle:hover {
  color: #424242;
}
.TabNavigationCompressedItem-icon {
  width: 23px;
  height: 23px;
  display: block;
  opacity: 0.6;
}
.TabNavigationCompressedItem-icon svg {
  width: 23px;
  height: 23px;
}
.TabNavigationCompressedItem-navText {
  color: #616161;
  font-size: .8rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
}
.TabNavigationCompressedItem-homeIcon svg {
  top: -1px;
  position: relative;
}
.TabNavigationEventsList-subItemOverride {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.TabNavigationEventsList-subItemOverride:hover {
  background-color: transparent;
}
.TabNavigationEventsList-displayTime {
  top: -1px;
  color: rgba(0,0,0,.92);
  position: relative;
  font-size: .85rem;
  margin-right: 8px;
}
.TabNavigationEventsList-yesterday {
  color: unset;
}
.TabNavigationEventsList-tooltipGroup {
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.4rem;
}
.TabNavigationEventsList-tooltipTitle {
  font-weight: 600;
}
.TabNavigationEventsList-tooltipLogisticsTitle {
  font-size: .75rem;
  font-style: italic;
  margin-top: 8px;
  font-weight: 400;
  line-height: 1.4rem;
}
.TabNavigationEventsList-highlight {
  font-size: 1.1rem;
  margin-top: 8px;
  margin-bottom: 16px;
}
@media (max-width:959.95px) {
  .TabNavigationEventsList-highlight {
    display: none;
  }
}
.TabNavigationEventsList-highlight img {
  display: none;
}
.TabNavigationEventsList-highlight h1 {
  font-size: 1.2rem;
}
.TabNavigationEventsList-highlight h2 {
  font-size: 1.2rem;
}
.TabNavigationEventsList-highlight h3 {
  font-size: 1.1rem;
}
.TabNavigationEventsList-highlight hr {
  display: none;
}
.TabNavigationEventsList-tooltipDivider {
  width: 25px;
  border-top: solid 1px rgba(255,255,255,.2);
  margin-top: 16px;
  margin-bottom: 16px;
}
.TabNavigationEventsList-event {
  text-overflow: ellipsis;
}
.TabNavigationFooterItem-selected {
  background-color: #bdbdbd;
}
.TabNavigationFooterItem-selected .TabNavigationFooterItem-icon {
  opacity: 1;
}
.TabNavigationFooterItem-selected .TabNavigationFooterItem-navText {
  color: #212121;
  font-weight: 600;
}
.TabNavigationFooterItem-navButton {
  width: 100%;
  display: flex;
  padding-top: 8px;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 6px;
  flex-direction: column;
  justify-content: space-around;
}
.TabNavigationFooterItem-icon {
  width: 23px;
  height: 23px;
  display: block;
  opacity: 0.45;
}
.TabNavigationFooterItem-icon svg {
  width: 23px;
  height: 23px;
}
.TabNavigationFooterItem-navText {
  color: #616161;
  font-size: .8rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
}
.TabNavigationFooterItem-homeIcon svg {
  top: -1px;
  position: relative;
}
.TabNavigationItem-selected .TabNavigationItem-icon {
  opacity: 1;
}
.TabNavigationItem-selected .TabNavigationItem-navText {
  color: #212121;
  font-weight: 600;
}
.TabNavigationItem-navButton {
  display: flex;
  padding-top: 16px;
  align-items: center;
  padding-left: 28px;
  padding-right: 16px;
  padding-bottom: 16px;
  flex-direction: row;
  justify-content: flex-start;
}
.TabNavigationItem-navButton:hover {
  opacity: 0.6;
  background-color: transparent;
}
.TabNavigationItem-subItemOverride {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.TabNavigationItem-subItemOverride:hover {
  background-color: transparent;
}
.TabNavigationItem-icon {
  width: 30px;
  height: 28px;
  opacity: 0.3;
  display: inline;
  margin-right: 8px;
}
.TabNavigationItem-navText {
  color: #424242;
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  text-transform: none !important;
}
.TabNavigationItem-homeIcon svg {
  top: -1px;
  height: 29px;
  position: relative;
}
.TabNavigationMenu-root {
  display: flex;
  max-width: 250px;
  flex-direction: column;
  justify-content: space-around;
}
.TabNavigationMenu-divider {
  width: 50px;
  margin-top: 12px;
  margin-left: 66px;
  margin-bottom: 20px;
  border-bottom: solid 1px rgba(0,0,0,.2);
}
.TabNavigationMenuCompressed-root {
  width: 55px;
  color: #757575;
  height: 100%;
  display: flex;
  border-right: solid 1px rgba(0,0,0,.1);
  flex-direction: column;
  background-color: #f5f5f5;
}
.TabNavigationMenuCompressed-divider {
  margin-top: 8px;
  margin-bottom: 8px;
}
.TabNavigationMenuFooter-root {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background-color: #ffffffd4;
}
.TabNavigationSubItem-root {
  color: #616161;
  width: 172px;
  display: block;
  overflow: hidden;
  font-size: 1rem;
  box-sizing: content-box;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  white-space: nowrap;
  padding-left: 66px;
  padding-bottom: 8px;
}
.TabNavigationSubItem-root:hover {
  opacity: 0.6;
}

.TableOfContentsRow-root {
  color: rgba(0, 0, 0, 0.87);
  position: relative;
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
}
.TableOfContentsRow-highlighted .TableOfContentsRow-link {
  color: black;
}
.TableOfContentsRow-highlighted .TableOfContentsRow-highlightDot:after {
  top: 1px;
  content: "•";
  position: relative;
  margin-left: 3px;
}
.TableOfContentsRow-highlighted a:focus, .TableOfContentsRow-highlighted a:hover {
  opacity: initial;
}
.TableOfContentsRow-link {
  color: #757575;
  display: block;
  padding-top: 6px;
  line-height: 1.2em;
  padding-bottom: 6px;
}
.TableOfContentsRow-link:hover {
  color: black;
  opacity: 1;
  text-shadow: 0 0 0 rgba(0,0,0,1].87);
}
.TableOfContentsRow-title {
  padding-top: 3px;
  border-bottom: solid 1px rgba(0,0,0,.1);
  padding-bottom: 12px;
}
.TableOfContentsRow-level0 {
  display: inline-block;
  max-width: 100%;
  margin-right: 8px;
  margin-bottom: 8px;
}
.TableOfContentsRow-level0 .TableOfContentsRow-link {
  white-space: normal;
}
.TableOfContentsRow-level0 .TableOfContentsRow-link:after {
  content: "";
}
.TableOfContentsRow-level1 {
  padding-left: 0;
}
.TableOfContentsRow-level2 {
  font-size: 1.1rem;
  padding-left: 16px;
}
.TableOfContentsRow-level3 {
  color: #616161;
  font-size: 1.1rem;
  padding-left: 32px;
}
.TableOfContentsRow-level4 {
  color: #616161;
  font-size: 1.1rem;
  padding-left: 48px;
}
.TableOfContentsRow-divider {
  width: 80px;
  display: block;
  margin-right: auto;
  margin-bottom: 8px;
  border-bottom: solid 1px rgba(0,0,0,.1);
  padding-bottom: 8px;
}
.TagCompareRevisions-description {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  margin-top: .5em;
  word-break: break-word;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: 18px;
  pointer-events: none;
}
.TagCompareRevisions-description pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.TagCompareRevisions-description code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.TagCompareRevisions-description blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.TagCompareRevisions-description li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.TagCompareRevisions-description h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.TagCompareRevisions-description h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.TagCompareRevisions-description h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.TagCompareRevisions-description h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.TagCompareRevisions-description h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.TagCompareRevisions-description h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.TagCompareRevisions-description h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.TagCompareRevisions-description img {
  max-width: 100%;
}
.TagCompareRevisions-description sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.TagCompareRevisions-description sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.TagCompareRevisions-description a, .TagCompareRevisions-description a:hover, .TagCompareRevisions-description a:active {
  color: #C03A44;
}
.TagCompareRevisions-description table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.TagCompareRevisions-description figure.table {
  display: table;
}
.TagCompareRevisions-description td, .TagCompareRevisions-description th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.TagCompareRevisions-description th {
  background: #fafafa;
  font-weight: 700;
}
.TagCompareRevisions-description figure {
  margin: 1em auto;
  text-align: center;
}
.TagCompareRevisions-description figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.TagCompareRevisions-description p.spoiler {
  margin: 0;
}
.TagCompareRevisions-description .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.TagCompareRevisions-description div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.TagCompareRevisions-description p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.TagCompareRevisions-description .spoilers:not(:hover)::selection, .TagCompareRevisions-description .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.TagCompareRevisions-description .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.TagCompareRevisions-description div.metaculus-preview {
  background-color: #2c3947;
}
.TagCompareRevisions-description figure.media div[data-oembed-url*="youtube.com"], .TagCompareRevisions-description figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.TagCompareRevisions-description .footnote-section {
  counter-reset: footnote-counter;
}
.TagCompareRevisions-description .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.TagCompareRevisions-description .footnote-item > * {
  vertical-align: text-top;
}
.TagCompareRevisions-description .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.TagCompareRevisions-description .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.TagCompareRevisions-description .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.TagCompareRevisions-description .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.TagCompareRevisions-description .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.TagCompareRevisions-description .footnotes-sep {
  display: none;
}
.TagCompareRevisions-description hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.TagCompareRevisions-description h1, .TagCompareRevisions-description h2, .TagCompareRevisions-description h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.TagCompareRevisions-description * {
  pointer-events: auto;
}
.TagCompareRevisions-description > *:hover ~ .spoiler {
  color: black;
}
.TagCompareRevisions-description > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
.TagCompareRevisions-description.TagCompareRevisions-description h1 {
  font-size: 2rem;
  margin-top: 3rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.TagCompareRevisions-description.TagCompareRevisions-description h2 {
  font-size: 1.7rem;
  margin-top: 1.5rem;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.TagCompareRevisions-description.TagCompareRevisions-description h3 {
  font-size: 1.3rem;
  margin-top: 1.5rem;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.TagCompareRevisions-description hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.TagCompareRevisions-description .footnotes sup {
  margin-right: 10px;
}
.TagCompareRevisions-description .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.TagCompareRevisions-description .footnotes li {
  font-size: 0.9em;
}
.TagCompareRevisions-description .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.TagCompareRevisions-description figure.media div[data-oembed-url*="youtube.com"] iframe, .TagCompareRevisions-description figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.TagCompareRevisions-description div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.TagCompareRevisions-description .spoilers > p:hover ~ p a, .TagCompareRevisions-description .spoilers > p:hover ~ p a:hover, .TagCompareRevisions-description .spoilers > p:hover ~ p a:focus, .TagCompareRevisions-description .spoilers > p:hover ~ p a::after {
  color: black;
}
.TagCompareRevisions-description .spoilers > p:hover ~ p code {
  background-color: black;
}
.TagCompareRevisions-description div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.TagCompareRevisions-description div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.TagCompareRevisions-description div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.TagCompareRevisions-description div.spoilers:not(:hover) a, .TagCompareRevisions-description div.spoilers:not(:hover) a:hover, .TagCompareRevisions-description div.spoilers:not(:hover) a:focus, .TagCompareRevisions-description div.spoilers:not(:hover) a::after {
  color: black;
}
.TagCompareRevisions-description div.spoilers:not(:hover) code {
  background-color: black;
}
.TagCompareRevisions-description .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.TagCompareRevisions-description .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.TagCompareRevisions-description .spoiler:not(:hover) a, .TagCompareRevisions-description .spoiler:not(:hover) a:hover, .TagCompareRevisions-description .spoiler:not(:hover) a:focus, .TagCompareRevisions-description .spoiler:not(:hover) a::after {
  color: black;
}
.TagCompareRevisions-description .spoiler:not(:hover) code {
  background-color: black;
}
.TagCompareRevisions-description td p, .TagCompareRevisions-description th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.TagCompareRevisions-description td p:first-of-type, .TagCompareRevisions-description th p:first-of-type {
  margin-top: 0;
}
.TagCompareRevisions-description a u, .TagCompareRevisions-description a:hover u, .TagCompareRevisions-description a:active u {
  text-decoration: none;
}
.TagCompareRevisions-centralColumn {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.TagCompareRevisions-header {
  background: white;
  padding-top: 19px;
  padding-left: 42px;
  padding-right: 42px;
  padding-bottom: 5px;
}
.TagCompareRevisions-tableOfContentsWrapper {
  top: 12px;
  position: relative;
}
@media (min-width:600px) {
  .TagCompareRevisions-titleRow {
    display: flex;
    justify-content: space-between;
  }
}
.TagCompareRevisions-title {
  color: #424242;
  font-size: 3rem;
  margin-top: 0;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.30357em;
  margin-left: -.02em;
  font-variant: small-caps;
  letter-spacing: -.02em;
}
@media (max-width:599.95px) {
  .TagCompareRevisions-notifyMeButton {
    margin-top: 6px;
  }
}
@media (max-width:599.95px) {
  .TagCompareRevisions-nonMobileButtonRow {
    display: none !important;
  }
}
@media (min-width:600px) {
  .TagCompareRevisions-mobileButtonRow {
    display: none !important;
  }
}
@media (max-width:599.95px) {
  .TagCompareRevisions-editMenu {
    margin-top: 16px;
    margin-bottom: 8px;
  }
}
.TagCompareRevisions-wikiSection {
  background: white;
  padding-top: 5px;
  padding-left: 42px;
  padding-right: 42px;
  margin-bottom: 24px;
  padding-bottom: 12px;
}
.TagCompareRevisions-tagHeader {
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  font-size: 1.16rem;
  align-items: center;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  justify-content: space-between;
}
.TagCompareRevisions-postsTaggedTitle {
  color: #757575;
}
.TagCompareRevisions-pastRevisionNotice {
  font-style: italic;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.TagCompareRevisions-nextLink {
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.TagCompareRevisions-randomTagLink {
  color: #757575;
  display: inline-block;
  font-size: 1.16rem;
  margin-top: 8px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 8px;
}
.TagContributorsList-root {
  font-size: 1.16rem;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.TagContributorsList-contributorsHeading {
  padding-top: 4px;
  padding-bottom: 12px;
}
.TagContributorsList-contributorRow {
  color: #757575;
  font-size: 1.1rem;
  padding-top: 6px;
  padding-left: 8px;
  padding-bottom: 6px;
}
.TagContributorsList-contributorRow:hover, .TagContributorsList-contributorRow:hover a {
  color: black;
}
.TagContributorsList-contributorScore {
  width: 24px;
  display: inline-block;
  text-align: center;
}
.TagContributorsList-loadMore {
  color: #757575;
  padding-top: 8px;
}
.TagDiscussion-root {
  width: 400px;
  padding: 6px;
  max-height: 600px;
  overflow-y: auto;
}
.TagDiscussion-loading {
  height: 100px;
  padding: 20px;
}
.TagDiscussion-seeAll {
  color: #C03A44;
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-left: 6px;
}
.TagDiscussionButton-discussionButton {
  color: #616161;
  display: flex;
  font-size: 1.16rem;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  line-height: 1.5rem;
  align-items: center;
  margin-left: auto;
}
.TagDiscussionButton-discussionButtonIcon {
  width: 20px;
  color: #616161;
  height: 20px;
  cursor: pointer;
  margin-right: 4px;
}
@media (max-width:959.95px) {
  .TagDiscussionButton-discussionCount {
    align-self: flex-start;
  }
}
.TagDiscussionButton-hideOnMobile {
  margin-right: 2px;
}
@media (max-width:959.95px) {
  .TagDiscussionButton-hideOnMobile {
    display: none;
  }
}
.TagDiscussionPage-title {
  color: #424242;
  font-size: 3rem;
  margin-top: 0;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.30357em;
  margin-left: -.02em;
  font-variant: small-caps;
  letter-spacing: -.02em;
}
.TagDiscussionPage-description {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  margin-top: .5em;
  word-break: break-word;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: 18px;
  pointer-events: none;
}
.TagDiscussionPage-description pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.TagDiscussionPage-description code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.TagDiscussionPage-description blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.TagDiscussionPage-description li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.TagDiscussionPage-description h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.TagDiscussionPage-description h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.TagDiscussionPage-description h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.TagDiscussionPage-description h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.TagDiscussionPage-description h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.TagDiscussionPage-description h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.TagDiscussionPage-description h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.TagDiscussionPage-description img {
  max-width: 100%;
}
.TagDiscussionPage-description sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.TagDiscussionPage-description sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.TagDiscussionPage-description a, .TagDiscussionPage-description a:hover, .TagDiscussionPage-description a:active {
  color: #C03A44;
}
.TagDiscussionPage-description table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.TagDiscussionPage-description figure.table {
  display: table;
}
.TagDiscussionPage-description td, .TagDiscussionPage-description th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.TagDiscussionPage-description th {
  background: #fafafa;
  font-weight: 700;
}
.TagDiscussionPage-description figure {
  margin: 1em auto;
  text-align: center;
}
.TagDiscussionPage-description figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.TagDiscussionPage-description p.spoiler {
  margin: 0;
}
.TagDiscussionPage-description .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.TagDiscussionPage-description div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.TagDiscussionPage-description p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.TagDiscussionPage-description .spoilers:not(:hover)::selection, .TagDiscussionPage-description .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.TagDiscussionPage-description .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.TagDiscussionPage-description div.metaculus-preview {
  background-color: #2c3947;
}
.TagDiscussionPage-description figure.media div[data-oembed-url*="youtube.com"], .TagDiscussionPage-description figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.TagDiscussionPage-description .footnote-section {
  counter-reset: footnote-counter;
}
.TagDiscussionPage-description .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.TagDiscussionPage-description .footnote-item > * {
  vertical-align: text-top;
}
.TagDiscussionPage-description .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.TagDiscussionPage-description .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.TagDiscussionPage-description .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.TagDiscussionPage-description .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.TagDiscussionPage-description .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.TagDiscussionPage-description .footnotes-sep {
  display: none;
}
.TagDiscussionPage-description hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.TagDiscussionPage-description h1, .TagDiscussionPage-description h2, .TagDiscussionPage-description h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.TagDiscussionPage-description * {
  pointer-events: auto;
}
.TagDiscussionPage-description > *:hover ~ .spoiler {
  color: black;
}
.TagDiscussionPage-description > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
.TagDiscussionPage-description hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.TagDiscussionPage-description .footnotes sup {
  margin-right: 10px;
}
.TagDiscussionPage-description .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.TagDiscussionPage-description .footnotes li {
  font-size: 0.9em;
}
.TagDiscussionPage-description .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.TagDiscussionPage-description figure.media div[data-oembed-url*="youtube.com"] iframe, .TagDiscussionPage-description figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.TagDiscussionPage-description div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.TagDiscussionPage-description .spoilers > p:hover ~ p a, .TagDiscussionPage-description .spoilers > p:hover ~ p a:hover, .TagDiscussionPage-description .spoilers > p:hover ~ p a:focus, .TagDiscussionPage-description .spoilers > p:hover ~ p a::after {
  color: black;
}
.TagDiscussionPage-description .spoilers > p:hover ~ p code {
  background-color: black;
}
.TagDiscussionPage-description div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.TagDiscussionPage-description div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.TagDiscussionPage-description div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.TagDiscussionPage-description div.spoilers:not(:hover) a, .TagDiscussionPage-description div.spoilers:not(:hover) a:hover, .TagDiscussionPage-description div.spoilers:not(:hover) a:focus, .TagDiscussionPage-description div.spoilers:not(:hover) a::after {
  color: black;
}
.TagDiscussionPage-description div.spoilers:not(:hover) code {
  background-color: black;
}
.TagDiscussionPage-description .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.TagDiscussionPage-description .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.TagDiscussionPage-description .spoiler:not(:hover) a, .TagDiscussionPage-description .spoiler:not(:hover) a:hover, .TagDiscussionPage-description .spoiler:not(:hover) a:focus, .TagDiscussionPage-description .spoiler:not(:hover) a::after {
  color: black;
}
.TagDiscussionPage-description .spoiler:not(:hover) code {
  background-color: black;
}
.TagDiscussionPage-description td p, .TagDiscussionPage-description th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.TagDiscussionPage-description td p:first-of-type, .TagDiscussionPage-description th p:first-of-type {
  margin-top: 0;
}
.TagDiscussionPage-description a u, .TagDiscussionPage-description a:hover u, .TagDiscussionPage-description a:active u {
  text-decoration: none;
}
.TagDiscussionSection-title {
  color: #424242;
  font-size: 3rem;
  margin-top: 0;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.30357em;
  margin-left: -.02em;
  font-variant: small-caps;
  letter-spacing: -.02em;
}
.TagDiscussionSection-description {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  margin-top: .5em;
  word-break: break-word;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: 18px;
  pointer-events: none;
}
.TagDiscussionSection-description pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.TagDiscussionSection-description code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.TagDiscussionSection-description blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.TagDiscussionSection-description li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.TagDiscussionSection-description h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.TagDiscussionSection-description h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.TagDiscussionSection-description h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.TagDiscussionSection-description h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.TagDiscussionSection-description h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.TagDiscussionSection-description h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.TagDiscussionSection-description h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.TagDiscussionSection-description img {
  max-width: 100%;
}
.TagDiscussionSection-description sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.TagDiscussionSection-description sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.TagDiscussionSection-description a, .TagDiscussionSection-description a:hover, .TagDiscussionSection-description a:active {
  color: #C03A44;
}
.TagDiscussionSection-description table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.TagDiscussionSection-description figure.table {
  display: table;
}
.TagDiscussionSection-description td, .TagDiscussionSection-description th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.TagDiscussionSection-description th {
  background: #fafafa;
  font-weight: 700;
}
.TagDiscussionSection-description figure {
  margin: 1em auto;
  text-align: center;
}
.TagDiscussionSection-description figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.TagDiscussionSection-description p.spoiler {
  margin: 0;
}
.TagDiscussionSection-description .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.TagDiscussionSection-description div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.TagDiscussionSection-description p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.TagDiscussionSection-description .spoilers:not(:hover)::selection, .TagDiscussionSection-description .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.TagDiscussionSection-description .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.TagDiscussionSection-description div.metaculus-preview {
  background-color: #2c3947;
}
.TagDiscussionSection-description figure.media div[data-oembed-url*="youtube.com"], .TagDiscussionSection-description figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.TagDiscussionSection-description .footnote-section {
  counter-reset: footnote-counter;
}
.TagDiscussionSection-description .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.TagDiscussionSection-description .footnote-item > * {
  vertical-align: text-top;
}
.TagDiscussionSection-description .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.TagDiscussionSection-description .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.TagDiscussionSection-description .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.TagDiscussionSection-description .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.TagDiscussionSection-description .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.TagDiscussionSection-description .footnotes-sep {
  display: none;
}
.TagDiscussionSection-description hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.TagDiscussionSection-description h1, .TagDiscussionSection-description h2, .TagDiscussionSection-description h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.TagDiscussionSection-description * {
  pointer-events: auto;
}
.TagDiscussionSection-description > *:hover ~ .spoiler {
  color: black;
}
.TagDiscussionSection-description > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
.TagDiscussionSection-description hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.TagDiscussionSection-description .footnotes sup {
  margin-right: 10px;
}
.TagDiscussionSection-description .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.TagDiscussionSection-description .footnotes li {
  font-size: 0.9em;
}
.TagDiscussionSection-description .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.TagDiscussionSection-description figure.media div[data-oembed-url*="youtube.com"] iframe, .TagDiscussionSection-description figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.TagDiscussionSection-description div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.TagDiscussionSection-description .spoilers > p:hover ~ p a, .TagDiscussionSection-description .spoilers > p:hover ~ p a:hover, .TagDiscussionSection-description .spoilers > p:hover ~ p a:focus, .TagDiscussionSection-description .spoilers > p:hover ~ p a::after {
  color: black;
}
.TagDiscussionSection-description .spoilers > p:hover ~ p code {
  background-color: black;
}
.TagDiscussionSection-description div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.TagDiscussionSection-description div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.TagDiscussionSection-description div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.TagDiscussionSection-description div.spoilers:not(:hover) a, .TagDiscussionSection-description div.spoilers:not(:hover) a:hover, .TagDiscussionSection-description div.spoilers:not(:hover) a:focus, .TagDiscussionSection-description div.spoilers:not(:hover) a::after {
  color: black;
}
.TagDiscussionSection-description div.spoilers:not(:hover) code {
  background-color: black;
}
.TagDiscussionSection-description .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.TagDiscussionSection-description .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.TagDiscussionSection-description .spoiler:not(:hover) a, .TagDiscussionSection-description .spoiler:not(:hover) a:hover, .TagDiscussionSection-description .spoiler:not(:hover) a:focus, .TagDiscussionSection-description .spoiler:not(:hover) a::after {
  color: black;
}
.TagDiscussionSection-description .spoiler:not(:hover) code {
  background-color: black;
}
.TagDiscussionSection-description td p, .TagDiscussionSection-description th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.TagDiscussionSection-description td p:first-of-type, .TagDiscussionSection-description th p:first-of-type {
  margin-top: 0;
}
.TagDiscussionSection-description a u, .TagDiscussionSection-description a:hover u, .TagDiscussionSection-description a:active u {
  text-decoration: none;
}
.TagEditsByUser-subtitle {
  margin-top: 6px;
  margin-bottom: 6px;
}
.TagEditsByUser-wikiEmpty {
  color: #9e9e9e;
  font-style: italic;
  margin-left: 8px;
}
.TagEditsTimeBlock-subtitle {
  margin-top: 6px;
  margin-bottom: 6px;
}
.TagFilterSettings-root {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  align-items: flex-start;
  padding-bottom: 4px;
}
.TagFilterSettings-showPersonalBlogposts {
  color: rgba(0,0,0,.9);
  border: solid 1px rgba(0,0,0,.25);
  cursor: pointer;
  padding: 5px;
  display: inline-block;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-right: 4px;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 4px;
  border-radius: 3px;
  background-color: white;
}
.TagFilterSettings-addButton {
  cursor: pointer;
  padding-top: 5px;
  font-weight: 700;
  padding-left: 9px;
  padding-right: 9px;
  border-radius: 3px;
  margin-bottom: 4px;
  padding-bottom: 5px;
  background-color: #e0e0e0;
}
.TagFilterSettings-personalTooltip {
  width: 500px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  word-break: break-word;
  margin-top: .5em;
  padding-top: 18px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  line-height: 1.5rem;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: .25em;
  padding-bottom: 16px;
  pointer-events: none;
}
@media (max-width:599.95px) {
  .TagFilterSettings-personalTooltip {
    width: calc(100% - 32px);
  }
}
.TagFilterSettings-personalTooltip pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.TagFilterSettings-personalTooltip code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.TagFilterSettings-personalTooltip blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.TagFilterSettings-personalTooltip li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.TagFilterSettings-personalTooltip h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.TagFilterSettings-personalTooltip h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.TagFilterSettings-personalTooltip h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.TagFilterSettings-personalTooltip h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.TagFilterSettings-personalTooltip h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.TagFilterSettings-personalTooltip h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.TagFilterSettings-personalTooltip h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.TagFilterSettings-personalTooltip img {
  max-width: 100%;
}
.TagFilterSettings-personalTooltip sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.TagFilterSettings-personalTooltip sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.TagFilterSettings-personalTooltip a, .TagFilterSettings-personalTooltip a:hover, .TagFilterSettings-personalTooltip a:active {
  color: #C03A44;
}
.TagFilterSettings-personalTooltip table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.TagFilterSettings-personalTooltip figure.table {
  display: table;
}
.TagFilterSettings-personalTooltip td, .TagFilterSettings-personalTooltip th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.TagFilterSettings-personalTooltip th {
  background: #fafafa;
  font-weight: 700;
}
.TagFilterSettings-personalTooltip figure {
  margin: 1em auto;
  text-align: center;
}
.TagFilterSettings-personalTooltip figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.TagFilterSettings-personalTooltip p.spoiler {
  margin: 0;
}
.TagFilterSettings-personalTooltip .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.TagFilterSettings-personalTooltip div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.TagFilterSettings-personalTooltip p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.TagFilterSettings-personalTooltip .spoilers:not(:hover)::selection, .TagFilterSettings-personalTooltip .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.TagFilterSettings-personalTooltip .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.TagFilterSettings-personalTooltip div.metaculus-preview {
  background-color: #2c3947;
}
.TagFilterSettings-personalTooltip figure.media div[data-oembed-url*="youtube.com"], .TagFilterSettings-personalTooltip figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.TagFilterSettings-personalTooltip .footnote-section {
  counter-reset: footnote-counter;
}
.TagFilterSettings-personalTooltip .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.TagFilterSettings-personalTooltip .footnote-item > * {
  vertical-align: text-top;
}
.TagFilterSettings-personalTooltip .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.TagFilterSettings-personalTooltip .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.TagFilterSettings-personalTooltip .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.TagFilterSettings-personalTooltip .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.TagFilterSettings-personalTooltip .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.TagFilterSettings-personalTooltip .footnotes-sep {
  display: none;
}
.TagFilterSettings-personalTooltip hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.TagFilterSettings-personalTooltip h1, .TagFilterSettings-personalTooltip h2, .TagFilterSettings-personalTooltip h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.TagFilterSettings-personalTooltip * {
  pointer-events: auto;
}
.TagFilterSettings-personalTooltip > *:hover ~ .spoiler {
  color: black;
}
.TagFilterSettings-personalTooltip > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
.TagFilterSettings-personalTooltip hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.TagFilterSettings-personalTooltip .footnotes sup {
  margin-right: 10px;
}
.TagFilterSettings-personalTooltip .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.TagFilterSettings-personalTooltip .footnotes li {
  font-size: 0.9em;
}
.TagFilterSettings-personalTooltip .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.TagFilterSettings-personalTooltip figure.media div[data-oembed-url*="youtube.com"] iframe, .TagFilterSettings-personalTooltip figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.TagFilterSettings-personalTooltip div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.TagFilterSettings-personalTooltip .spoilers > p:hover ~ p a, .TagFilterSettings-personalTooltip .spoilers > p:hover ~ p a:hover, .TagFilterSettings-personalTooltip .spoilers > p:hover ~ p a:focus, .TagFilterSettings-personalTooltip .spoilers > p:hover ~ p a::after {
  color: black;
}
.TagFilterSettings-personalTooltip .spoilers > p:hover ~ p code {
  background-color: black;
}
.TagFilterSettings-personalTooltip div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.TagFilterSettings-personalTooltip div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.TagFilterSettings-personalTooltip div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.TagFilterSettings-personalTooltip div.spoilers:not(:hover) a, .TagFilterSettings-personalTooltip div.spoilers:not(:hover) a:hover, .TagFilterSettings-personalTooltip div.spoilers:not(:hover) a:focus, .TagFilterSettings-personalTooltip div.spoilers:not(:hover) a::after {
  color: black;
}
.TagFilterSettings-personalTooltip div.spoilers:not(:hover) code {
  background-color: black;
}
.TagFilterSettings-personalTooltip .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.TagFilterSettings-personalTooltip .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.TagFilterSettings-personalTooltip .spoiler:not(:hover) a, .TagFilterSettings-personalTooltip .spoiler:not(:hover) a:hover, .TagFilterSettings-personalTooltip .spoiler:not(:hover) a:focus, .TagFilterSettings-personalTooltip .spoiler:not(:hover) a::after {
  color: black;
}
.TagFilterSettings-personalTooltip .spoiler:not(:hover) code {
  background-color: black;
}
.TagFilterSettings-personalTooltip td p, .TagFilterSettings-personalTooltip th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.TagFilterSettings-personalTooltip td p:first-of-type, .TagFilterSettings-personalTooltip th p:first-of-type {
  margin-top: 0;
}
.TagFilterSettings-personalTooltip a u, .TagFilterSettings-personalTooltip a:hover u, .TagFilterSettings-personalTooltip a:active u {
  text-decoration: none;
}
.TagFlagItem-root {
  margin: 4px;
  padding: 4px;
  display: inline-block;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  border-radius: 5px;
  background-color: rgba(0,0,0,0.1);
}
.TagFlagItem-black {
  color: white;
  background-color: rgba(0,0,0,0.8);
}
.TagFlagItem-white {
  color: rgba(0,0,0,0.6);
  border: 1px solid rgba(0,0,0,0.4);
  background-color: white;
}
.TagFlagItem-hoverCard {
  color: rgba(0, 0, 0, 0.87);
  padding: 8px;
  max-width: 350px;
  font-size: 1.16rem;
  word-break: break-word;
  margin-top: .5em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .25em;
  pointer-events: none;
}
.TagFlagItem-hoverCard pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.TagFlagItem-hoverCard code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.TagFlagItem-hoverCard blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.TagFlagItem-hoverCard li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.TagFlagItem-hoverCard h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.TagFlagItem-hoverCard h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.TagFlagItem-hoverCard h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.TagFlagItem-hoverCard h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.TagFlagItem-hoverCard h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.TagFlagItem-hoverCard h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.TagFlagItem-hoverCard h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.TagFlagItem-hoverCard img {
  max-width: 100%;
}
.TagFlagItem-hoverCard sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.TagFlagItem-hoverCard sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.TagFlagItem-hoverCard a, .TagFlagItem-hoverCard a:hover, .TagFlagItem-hoverCard a:active {
  color: #C03A44;
}
.TagFlagItem-hoverCard table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.TagFlagItem-hoverCard figure.table {
  display: table;
}
.TagFlagItem-hoverCard td, .TagFlagItem-hoverCard th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.TagFlagItem-hoverCard th {
  background: #fafafa;
  font-weight: 700;
}
.TagFlagItem-hoverCard figure {
  margin: 1em auto;
  text-align: center;
}
.TagFlagItem-hoverCard figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.TagFlagItem-hoverCard p.spoiler {
  margin: 0;
}
.TagFlagItem-hoverCard .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.TagFlagItem-hoverCard div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.TagFlagItem-hoverCard p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.TagFlagItem-hoverCard .spoilers:not(:hover)::selection, .TagFlagItem-hoverCard .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.TagFlagItem-hoverCard .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.TagFlagItem-hoverCard div.metaculus-preview {
  background-color: #2c3947;
}
.TagFlagItem-hoverCard figure.media div[data-oembed-url*="youtube.com"], .TagFlagItem-hoverCard figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.TagFlagItem-hoverCard .footnote-section {
  counter-reset: footnote-counter;
}
.TagFlagItem-hoverCard .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.TagFlagItem-hoverCard .footnote-item > * {
  vertical-align: text-top;
}
.TagFlagItem-hoverCard .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.TagFlagItem-hoverCard .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.TagFlagItem-hoverCard .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.TagFlagItem-hoverCard .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.TagFlagItem-hoverCard .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.TagFlagItem-hoverCard .footnotes-sep {
  display: none;
}
.TagFlagItem-hoverCard hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.TagFlagItem-hoverCard h1, .TagFlagItem-hoverCard h2, .TagFlagItem-hoverCard h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.TagFlagItem-hoverCard * {
  pointer-events: auto;
}
.TagFlagItem-hoverCard > *:hover ~ .spoiler {
  color: black;
}
.TagFlagItem-hoverCard > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
.TagFlagItem-hoverCard hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.TagFlagItem-hoverCard .footnotes sup {
  margin-right: 10px;
}
.TagFlagItem-hoverCard .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.TagFlagItem-hoverCard .footnotes li {
  font-size: 0.9em;
}
.TagFlagItem-hoverCard .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.TagFlagItem-hoverCard figure.media div[data-oembed-url*="youtube.com"] iframe, .TagFlagItem-hoverCard figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.TagFlagItem-hoverCard div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.TagFlagItem-hoverCard .spoilers > p:hover ~ p a, .TagFlagItem-hoverCard .spoilers > p:hover ~ p a:hover, .TagFlagItem-hoverCard .spoilers > p:hover ~ p a:focus, .TagFlagItem-hoverCard .spoilers > p:hover ~ p a::after {
  color: black;
}
.TagFlagItem-hoverCard .spoilers > p:hover ~ p code {
  background-color: black;
}
.TagFlagItem-hoverCard div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.TagFlagItem-hoverCard div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.TagFlagItem-hoverCard div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.TagFlagItem-hoverCard div.spoilers:not(:hover) a, .TagFlagItem-hoverCard div.spoilers:not(:hover) a:hover, .TagFlagItem-hoverCard div.spoilers:not(:hover) a:focus, .TagFlagItem-hoverCard div.spoilers:not(:hover) a::after {
  color: black;
}
.TagFlagItem-hoverCard div.spoilers:not(:hover) code {
  background-color: black;
}
.TagFlagItem-hoverCard .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.TagFlagItem-hoverCard .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.TagFlagItem-hoverCard .spoiler:not(:hover) a, .TagFlagItem-hoverCard .spoiler:not(:hover) a:hover, .TagFlagItem-hoverCard .spoiler:not(:hover) a:focus, .TagFlagItem-hoverCard .spoiler:not(:hover) a::after {
  color: black;
}
.TagFlagItem-hoverCard .spoiler:not(:hover) code {
  background-color: black;
}
.TagFlagItem-hoverCard td p, .TagFlagItem-hoverCard th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.TagFlagItem-hoverCard td p:first-of-type, .TagFlagItem-hoverCard th p:first-of-type {
  margin-top: 0;
}
.TagFlagItem-hoverCard a u, .TagFlagItem-hoverCard a:hover u, .TagFlagItem-hoverCard a:active u {
  text-decoration: none;
}

.TagHistoryPage-feed {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
}
.TagHistoryPageTitle-subtitle {
  margin-left: 1em;
  border-left: 1px solid #bdbdbd;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  padding-left: 1em;
  text-transform: uppercase;
}
.TagHoverPreview-link:after {
  color: #C03A44;
  content: "°";
  margin-left: 1px;
}
.TagHoverPreview-count {
  color: #C03A44;
  position: relative;
  font-size: .9em;
  margin-left: 3px;
  margin-right: 0;
}
.TagPage-description {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  margin-top: .5em;
  word-break: break-word;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: 18px;
  pointer-events: none;
}
.TagPage-description pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.TagPage-description code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.TagPage-description blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.TagPage-description li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.TagPage-description h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.TagPage-description h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.TagPage-description h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.TagPage-description h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.TagPage-description h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.TagPage-description h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.TagPage-description h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.TagPage-description img {
  max-width: 100%;
}
.TagPage-description sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.TagPage-description sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.TagPage-description a, .TagPage-description a:hover, .TagPage-description a:active {
  color: #C03A44;
}
.TagPage-description table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.TagPage-description figure.table {
  display: table;
}
.TagPage-description td, .TagPage-description th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.TagPage-description th {
  background: #fafafa;
  font-weight: 700;
}
.TagPage-description figure {
  margin: 1em auto;
  text-align: center;
}
.TagPage-description figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.TagPage-description p.spoiler {
  margin: 0;
}
.TagPage-description .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.TagPage-description div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.TagPage-description p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.TagPage-description .spoilers:not(:hover)::selection, .TagPage-description .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.TagPage-description .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.TagPage-description div.metaculus-preview {
  background-color: #2c3947;
}
.TagPage-description figure.media div[data-oembed-url*="youtube.com"], .TagPage-description figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.TagPage-description .footnote-section {
  counter-reset: footnote-counter;
}
.TagPage-description .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.TagPage-description .footnote-item > * {
  vertical-align: text-top;
}
.TagPage-description .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.TagPage-description .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.TagPage-description .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.TagPage-description .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.TagPage-description .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.TagPage-description .footnotes-sep {
  display: none;
}
.TagPage-description hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.TagPage-description h1, .TagPage-description h2, .TagPage-description h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.TagPage-description * {
  pointer-events: auto;
}
.TagPage-description > *:hover ~ .spoiler {
  color: black;
}
.TagPage-description > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
.TagPage-description.TagPage-description h1 {
  font-size: 2rem;
  margin-top: 3rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.TagPage-description.TagPage-description h2 {
  font-size: 1.7rem;
  margin-top: 1.5rem;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.TagPage-description.TagPage-description h3 {
  font-size: 1.3rem;
  margin-top: 1.5rem;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.TagPage-description hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.TagPage-description .footnotes sup {
  margin-right: 10px;
}
.TagPage-description .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.TagPage-description .footnotes li {
  font-size: 0.9em;
}
.TagPage-description .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.TagPage-description figure.media div[data-oembed-url*="youtube.com"] iframe, .TagPage-description figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.TagPage-description div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.TagPage-description .spoilers > p:hover ~ p a, .TagPage-description .spoilers > p:hover ~ p a:hover, .TagPage-description .spoilers > p:hover ~ p a:focus, .TagPage-description .spoilers > p:hover ~ p a::after {
  color: black;
}
.TagPage-description .spoilers > p:hover ~ p code {
  background-color: black;
}
.TagPage-description div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.TagPage-description div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.TagPage-description div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.TagPage-description div.spoilers:not(:hover) a, .TagPage-description div.spoilers:not(:hover) a:hover, .TagPage-description div.spoilers:not(:hover) a:focus, .TagPage-description div.spoilers:not(:hover) a::after {
  color: black;
}
.TagPage-description div.spoilers:not(:hover) code {
  background-color: black;
}
.TagPage-description .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.TagPage-description .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.TagPage-description .spoiler:not(:hover) a, .TagPage-description .spoiler:not(:hover) a:hover, .TagPage-description .spoiler:not(:hover) a:focus, .TagPage-description .spoiler:not(:hover) a::after {
  color: black;
}
.TagPage-description .spoiler:not(:hover) code {
  background-color: black;
}
.TagPage-description td p, .TagPage-description th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.TagPage-description td p:first-of-type, .TagPage-description th p:first-of-type {
  margin-top: 0;
}
.TagPage-description a u, .TagPage-description a:hover u, .TagPage-description a:active u {
  text-decoration: none;
}
.TagPage-centralColumn {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.TagPage-header {
  background: white;
  padding-top: 19px;
  padding-left: 42px;
  padding-right: 42px;
  padding-bottom: 5px;
}
.TagPage-tableOfContentsWrapper {
  top: 12px;
  position: relative;
}
@media (min-width:600px) {
  .TagPage-titleRow {
    display: flex;
    justify-content: space-between;
  }
}
.TagPage-title {
  color: #424242;
  font-size: 3rem;
  margin-top: 0;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.30357em;
  margin-left: -.02em;
  font-variant: small-caps;
  letter-spacing: -.02em;
}
@media (max-width:599.95px) {
  .TagPage-notifyMeButton {
    margin-top: 6px;
  }
}
@media (max-width:599.95px) {
  .TagPage-nonMobileButtonRow {
    display: none !important;
  }
}
@media (min-width:600px) {
  .TagPage-mobileButtonRow {
    display: none !important;
  }
}
@media (max-width:599.95px) {
  .TagPage-editMenu {
    margin-top: 16px;
    margin-bottom: 8px;
  }
}
.TagPage-wikiSection {
  background: white;
  padding-top: 5px;
  padding-left: 42px;
  padding-right: 42px;
  margin-bottom: 24px;
  padding-bottom: 12px;
}
.TagPage-tagHeader {
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  font-size: 1.16rem;
  align-items: center;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  justify-content: space-between;
}
.TagPage-postsTaggedTitle {
  color: #757575;
}
.TagPage-pastRevisionNotice {
  font-style: italic;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.TagPage-nextLink {
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.TagPage-randomTagLink {
  color: #757575;
  display: inline-block;
  font-size: 1.16rem;
  margin-top: 8px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 8px;
}
.TagPageButtonRow-buttonsRow {
  color: #616161;
  display: flex;
  font-size: 1.16rem;
  flex-wrap: wrap;
  margin-top: 2px;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: 16px;
}
@media (max-width:599.95px) {
  .TagPageButtonRow-buttonsRow {
    margin-top: 8px;
  }
}
.TagPageButtonRow-buttonsRow svg {
  width: 20px;
  color: #616161;
  height: 20px;
  cursor: pointer;
  margin-right: 4px;
  margin-bottom: 1px;
}
.TagPageButtonRow-buttonTooltip {
  display: flex;
  align-items: center;
}
.TagPageButtonRow-button {
  display: flex;
  align-items: center;
  margin-right: 16px;
}
@media (max-width:959.95px) {
  .TagPageButtonRow-buttonLabel {
    display: none;
  }
}
.TagPageButtonRow-disabledButton.TagPageButtonRow-disabledButton {
  color: #9e9e9e;
  cursor: default;
  margin-bottom: 12px;
}
.TagPageButtonRow-subscribeToWrapper {
  display: flex !important;
}
.TagPageButtonRow-subscribeTo {
  margin-right: 16px;
}
.TagPageButtonRow-helpImprove {
  color: #616161;
  font-style: italic;
  margin-left: auto;
}
@media (max-width:959.95px) {
  .TagPageButtonRow-helpImprove {
    display: none;
  }
}

.TagPageTitle-subtitle {
  margin-left: 1em;
  border-left: 1px solid #bdbdbd;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  padding-left: 1em;
  text-transform: uppercase;
}
.TagPreview-card {
  width: 500px;
  padding-top: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 6px;
}
@media (max-width:599.95px) {
  .TagPreview-card {
    width: 100%;
  }
}
.TagPreview-tagDescription {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  word-break: break-word;
  margin-top: .5em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .25em;
  pointer-events: none;
}
.TagPreview-tagDescription pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.TagPreview-tagDescription code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.TagPreview-tagDescription blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.TagPreview-tagDescription li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.TagPreview-tagDescription h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.TagPreview-tagDescription h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.TagPreview-tagDescription h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.TagPreview-tagDescription h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.TagPreview-tagDescription h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.TagPreview-tagDescription h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.TagPreview-tagDescription h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.TagPreview-tagDescription img {
  max-width: 100%;
}
.TagPreview-tagDescription sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.TagPreview-tagDescription sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.TagPreview-tagDescription a, .TagPreview-tagDescription a:hover, .TagPreview-tagDescription a:active {
  color: #C03A44;
}
.TagPreview-tagDescription table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.TagPreview-tagDescription figure.table {
  display: table;
}
.TagPreview-tagDescription td, .TagPreview-tagDescription th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.TagPreview-tagDescription th {
  background: #fafafa;
  font-weight: 700;
}
.TagPreview-tagDescription figure {
  margin: 1em auto;
  text-align: center;
}
.TagPreview-tagDescription figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.TagPreview-tagDescription p.spoiler {
  margin: 0;
}
.TagPreview-tagDescription .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.TagPreview-tagDescription div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.TagPreview-tagDescription p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.TagPreview-tagDescription .spoilers:not(:hover)::selection, .TagPreview-tagDescription .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.TagPreview-tagDescription .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.TagPreview-tagDescription div.metaculus-preview {
  background-color: #2c3947;
}
.TagPreview-tagDescription figure.media div[data-oembed-url*="youtube.com"], .TagPreview-tagDescription figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.TagPreview-tagDescription .footnote-section {
  counter-reset: footnote-counter;
}
.TagPreview-tagDescription .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.TagPreview-tagDescription .footnote-item > * {
  vertical-align: text-top;
}
.TagPreview-tagDescription .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.TagPreview-tagDescription .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.TagPreview-tagDescription .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.TagPreview-tagDescription .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.TagPreview-tagDescription .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.TagPreview-tagDescription .footnotes-sep {
  display: none;
}
.TagPreview-tagDescription hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.TagPreview-tagDescription h1, .TagPreview-tagDescription h2, .TagPreview-tagDescription h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.TagPreview-tagDescription * {
  pointer-events: auto;
}
.TagPreview-tagDescription > *:hover ~ .spoiler {
  color: black;
}
.TagPreview-tagDescription > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
.TagPreview-tagDescription hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.TagPreview-tagDescription .footnotes sup {
  margin-right: 10px;
}
.TagPreview-tagDescription .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.TagPreview-tagDescription .footnotes li {
  font-size: 0.9em;
}
.TagPreview-tagDescription .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.TagPreview-tagDescription figure.media div[data-oembed-url*="youtube.com"] iframe, .TagPreview-tagDescription figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.TagPreview-tagDescription div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.TagPreview-tagDescription .spoilers > p:hover ~ p a, .TagPreview-tagDescription .spoilers > p:hover ~ p a:hover, .TagPreview-tagDescription .spoilers > p:hover ~ p a:focus, .TagPreview-tagDescription .spoilers > p:hover ~ p a::after {
  color: black;
}
.TagPreview-tagDescription .spoilers > p:hover ~ p code {
  background-color: black;
}
.TagPreview-tagDescription div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.TagPreview-tagDescription div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.TagPreview-tagDescription div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.TagPreview-tagDescription div.spoilers:not(:hover) a, .TagPreview-tagDescription div.spoilers:not(:hover) a:hover, .TagPreview-tagDescription div.spoilers:not(:hover) a:focus, .TagPreview-tagDescription div.spoilers:not(:hover) a::after {
  color: black;
}
.TagPreview-tagDescription div.spoilers:not(:hover) code {
  background-color: black;
}
.TagPreview-tagDescription .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.TagPreview-tagDescription .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.TagPreview-tagDescription .spoiler:not(:hover) a, .TagPreview-tagDescription .spoiler:not(:hover) a:hover, .TagPreview-tagDescription .spoiler:not(:hover) a:focus, .TagPreview-tagDescription .spoiler:not(:hover) a::after {
  color: black;
}
.TagPreview-tagDescription .spoiler:not(:hover) code {
  background-color: black;
}
.TagPreview-tagDescription td p, .TagPreview-tagDescription th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.TagPreview-tagDescription td p:first-of-type, .TagPreview-tagDescription th p:first-of-type {
  margin-top: 0;
}
.TagPreview-tagDescription a u, .TagPreview-tagDescription a:hover u, .TagPreview-tagDescription a:active u {
  text-decoration: none;
}
.TagPreview-relevance {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: 12px;
}
.TagPreview-relevanceLabel {
  color: #757575;
  margin-right: 8px;
}
.TagPreview-score {
  margin-left: 4px;
  margin-right: 4px;
}
.TagPreview-footerCount {
  color: #C03A44;
  border-top: solid 1px rgba(0,0,0,.08);
  text-align: right;
  margin-top: 6px;
  padding-top: 6px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 2px;
}
.TagPreview-posts {
  margin-top: 12px;
  border-top: solid 1px rgba(0,0,0,.08);
  padding-top: 8px;
  margin-bottom: 8px;
}
.TagPreviewDescription-root {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  word-break: break-word;
  margin-top: .5em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .25em;
  pointer-events: none;
}
.TagPreviewDescription-root pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.TagPreviewDescription-root code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.TagPreviewDescription-root blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.TagPreviewDescription-root li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.TagPreviewDescription-root h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.TagPreviewDescription-root h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.TagPreviewDescription-root h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.TagPreviewDescription-root h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.TagPreviewDescription-root h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.TagPreviewDescription-root h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.TagPreviewDescription-root h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.TagPreviewDescription-root img {
  max-width: 100%;
}
.TagPreviewDescription-root sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.TagPreviewDescription-root sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.TagPreviewDescription-root a, .TagPreviewDescription-root a:hover, .TagPreviewDescription-root a:active {
  color: #C03A44;
}
.TagPreviewDescription-root table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.TagPreviewDescription-root figure.table {
  display: table;
}
.TagPreviewDescription-root td, .TagPreviewDescription-root th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.TagPreviewDescription-root th {
  background: #fafafa;
  font-weight: 700;
}
.TagPreviewDescription-root figure {
  margin: 1em auto;
  text-align: center;
}
.TagPreviewDescription-root figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.TagPreviewDescription-root p.spoiler {
  margin: 0;
}
.TagPreviewDescription-root .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.TagPreviewDescription-root div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.TagPreviewDescription-root p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.TagPreviewDescription-root .spoilers:not(:hover)::selection, .TagPreviewDescription-root .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.TagPreviewDescription-root .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.TagPreviewDescription-root div.metaculus-preview {
  background-color: #2c3947;
}
.TagPreviewDescription-root figure.media div[data-oembed-url*="youtube.com"], .TagPreviewDescription-root figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.TagPreviewDescription-root .footnote-section {
  counter-reset: footnote-counter;
}
.TagPreviewDescription-root .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.TagPreviewDescription-root .footnote-item > * {
  vertical-align: text-top;
}
.TagPreviewDescription-root .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.TagPreviewDescription-root .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.TagPreviewDescription-root .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.TagPreviewDescription-root .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.TagPreviewDescription-root .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.TagPreviewDescription-root .footnotes-sep {
  display: none;
}
.TagPreviewDescription-root hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.TagPreviewDescription-root h1, .TagPreviewDescription-root h2, .TagPreviewDescription-root h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.TagPreviewDescription-root * {
  pointer-events: auto;
}
.TagPreviewDescription-root > *:hover ~ .spoiler {
  color: black;
}
.TagPreviewDescription-root > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
.TagPreviewDescription-root a.read-more {
  color: #757575;
  font-size: .85em;
}
.TagPreviewDescription-root hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.TagPreviewDescription-root .footnotes sup {
  margin-right: 10px;
}
.TagPreviewDescription-root .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.TagPreviewDescription-root .footnotes li {
  font-size: 0.9em;
}
.TagPreviewDescription-root .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.TagPreviewDescription-root figure.media div[data-oembed-url*="youtube.com"] iframe, .TagPreviewDescription-root figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.TagPreviewDescription-root div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.TagPreviewDescription-root .spoilers > p:hover ~ p a, .TagPreviewDescription-root .spoilers > p:hover ~ p a:hover, .TagPreviewDescription-root .spoilers > p:hover ~ p a:focus, .TagPreviewDescription-root .spoilers > p:hover ~ p a::after {
  color: black;
}
.TagPreviewDescription-root .spoilers > p:hover ~ p code {
  background-color: black;
}
.TagPreviewDescription-root div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.TagPreviewDescription-root div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.TagPreviewDescription-root div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.TagPreviewDescription-root div.spoilers:not(:hover) a, .TagPreviewDescription-root div.spoilers:not(:hover) a:hover, .TagPreviewDescription-root div.spoilers:not(:hover) a:focus, .TagPreviewDescription-root div.spoilers:not(:hover) a::after {
  color: black;
}
.TagPreviewDescription-root div.spoilers:not(:hover) code {
  background-color: black;
}
.TagPreviewDescription-root .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.TagPreviewDescription-root .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.TagPreviewDescription-root .spoiler:not(:hover) a, .TagPreviewDescription-root .spoiler:not(:hover) a:hover, .TagPreviewDescription-root .spoiler:not(:hover) a:focus, .TagPreviewDescription-root .spoiler:not(:hover) a::after {
  color: black;
}
.TagPreviewDescription-root .spoiler:not(:hover) code {
  background-color: black;
}
.TagPreviewDescription-root td p, .TagPreviewDescription-root th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.TagPreviewDescription-root td p:first-of-type, .TagPreviewDescription-root th p:first-of-type {
  margin-top: 0;
}
.TagPreviewDescription-root a u, .TagPreviewDescription-root a:hover u, .TagPreviewDescription-root a:active u {
  text-decoration: none;
}
.TagProgressBar-root {
  padding: 10px;
  font-size: 1.3rem;
  background: white;
  box-shadow: 0 1px 5px rgba(0,0,0,.025);
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  padding-left: 12px;
  padding-right: 12px;
}
.TagProgressBar-secondaryInfo {
  color: rgba(0,0,0,0.55);
  display: flex;
  font-size: 1rem;
  margin-top: 8px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  justify-content: space-between;
}
.TagProgressBar-inner {
  width: 100%;
}
.TagProgressBar-tooltip {
  display: block;
}
.TagProgressBar-title {
  flex-grow: 1;
  flex-basis: 1px;
  margin-right: auto;
}
.TagProgressBar-allTagsBarColor {
  color: #C03A44;
}
.TagProgressBar-personalLink {
  color: #757575;
}
.TagProgressBar-text {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  justify-content: space-between;
}
.TagProgressBar-barRoot {
  margin-bottom: 5px;
}
.TagProgressBar-bar2 {
  background-color: #757575;
}
.TagProgressBar-bar2Background {
  background-color: rgba(0,0,0,.1);
}
.TagRelCard-relevance {
  margin-top: 2px;
  margin-left: 16px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.TagRelCard-relevanceLabel {
  color: #757575;
  margin-right: 8px;
}
.TagRelCard-voteButton {
  display: inline-block;
  font-size: 25px;
}
.TagRelCard-score {
  margin-left: 4px;
  margin-right: 4px;
}
.TagRelCard-removeButton {
  float: right;
  margin-top: 12px;
}
.TagRelCard-removed {
  float: right;
  color: #bdbdbd;
  margin-top: 12px;
  margin-right: 16px;
}
.TagRelNotificationItem-meta {
  color: rgba(0,0,0,.45);
  font-size: .9rem;
}
.TagRelNotificationItem-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.TagRelevanceButton-root {
  color: #757575;
  font-size: 1rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.4rem;
  margin-right: 16px;
}
.TagRelevanceButton-voted {
  color: #212121;
  padding: 6px;
  margin-top: -6px;
  border-radius: 2px;
  background-color: rgba(0,0,0,.1);
}
.TagRevisionItem-root {
  border: solid 1px rgba(72,94,144,0.16);
  padding: 12px;
  background: white;
  border-radius: 3px;
  margin-bottom: 16px;
}
.TagRevisionItem-textBody {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  word-break: break-word;
  margin-top: .5em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .25em;
  pointer-events: none;
}
.TagRevisionItem-textBody pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.TagRevisionItem-textBody code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.TagRevisionItem-textBody blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.TagRevisionItem-textBody li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.TagRevisionItem-textBody h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.TagRevisionItem-textBody h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.TagRevisionItem-textBody h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.TagRevisionItem-textBody h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.TagRevisionItem-textBody h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.TagRevisionItem-textBody h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.TagRevisionItem-textBody h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.TagRevisionItem-textBody img {
  max-width: 100%;
}
.TagRevisionItem-textBody sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.TagRevisionItem-textBody sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.TagRevisionItem-textBody a, .TagRevisionItem-textBody a:hover, .TagRevisionItem-textBody a:active {
  color: #C03A44;
}
.TagRevisionItem-textBody table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.TagRevisionItem-textBody figure.table {
  display: table;
}
.TagRevisionItem-textBody td, .TagRevisionItem-textBody th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.TagRevisionItem-textBody th {
  background: #fafafa;
  font-weight: 700;
}
.TagRevisionItem-textBody figure {
  margin: 1em auto;
  text-align: center;
}
.TagRevisionItem-textBody figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.TagRevisionItem-textBody p.spoiler {
  margin: 0;
}
.TagRevisionItem-textBody .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.TagRevisionItem-textBody div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.TagRevisionItem-textBody p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.TagRevisionItem-textBody .spoilers:not(:hover)::selection, .TagRevisionItem-textBody .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.TagRevisionItem-textBody .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.TagRevisionItem-textBody div.metaculus-preview {
  background-color: #2c3947;
}
.TagRevisionItem-textBody figure.media div[data-oembed-url*="youtube.com"], .TagRevisionItem-textBody figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.TagRevisionItem-textBody .footnote-section {
  counter-reset: footnote-counter;
}
.TagRevisionItem-textBody .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.TagRevisionItem-textBody .footnote-item > * {
  vertical-align: text-top;
}
.TagRevisionItem-textBody .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.TagRevisionItem-textBody .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.TagRevisionItem-textBody .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.TagRevisionItem-textBody .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.TagRevisionItem-textBody .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.TagRevisionItem-textBody .footnotes-sep {
  display: none;
}
.TagRevisionItem-textBody hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.TagRevisionItem-textBody h1, .TagRevisionItem-textBody h2, .TagRevisionItem-textBody h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.TagRevisionItem-textBody * {
  pointer-events: auto;
}
.TagRevisionItem-textBody > *:hover ~ .spoiler {
  color: black;
}
.TagRevisionItem-textBody > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
.TagRevisionItem-textBody hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.TagRevisionItem-textBody .footnotes sup {
  margin-right: 10px;
}
.TagRevisionItem-textBody .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.TagRevisionItem-textBody .footnotes li {
  font-size: 0.9em;
}
.TagRevisionItem-textBody .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.TagRevisionItem-textBody figure.media div[data-oembed-url*="youtube.com"] iframe, .TagRevisionItem-textBody figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.TagRevisionItem-textBody div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.TagRevisionItem-textBody .spoilers > p:hover ~ p a, .TagRevisionItem-textBody .spoilers > p:hover ~ p a:hover, .TagRevisionItem-textBody .spoilers > p:hover ~ p a:focus, .TagRevisionItem-textBody .spoilers > p:hover ~ p a::after {
  color: black;
}
.TagRevisionItem-textBody .spoilers > p:hover ~ p code {
  background-color: black;
}
.TagRevisionItem-textBody div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.TagRevisionItem-textBody div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.TagRevisionItem-textBody div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.TagRevisionItem-textBody div.spoilers:not(:hover) a, .TagRevisionItem-textBody div.spoilers:not(:hover) a:hover, .TagRevisionItem-textBody div.spoilers:not(:hover) a:focus, .TagRevisionItem-textBody div.spoilers:not(:hover) a::after {
  color: black;
}
.TagRevisionItem-textBody div.spoilers:not(:hover) code {
  background-color: black;
}
.TagRevisionItem-textBody .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.TagRevisionItem-textBody .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.TagRevisionItem-textBody .spoiler:not(:hover) a, .TagRevisionItem-textBody .spoiler:not(:hover) a:hover, .TagRevisionItem-textBody .spoiler:not(:hover) a:focus, .TagRevisionItem-textBody .spoiler:not(:hover) a::after {
  color: black;
}
.TagRevisionItem-textBody .spoiler:not(:hover) code {
  background-color: black;
}
.TagRevisionItem-textBody td p, .TagRevisionItem-textBody th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.TagRevisionItem-textBody td p:first-of-type, .TagRevisionItem-textBody th p:first-of-type {
  margin-top: 0;
}
.TagRevisionItem-textBody a u, .TagRevisionItem-textBody a:hover u, .TagRevisionItem-textBody a:active u {
  text-decoration: none;
}
.TagRevisionItem-discussionButtonPositioning {
  display: flex;
  margin-top: 16px;
  margin-right: 8px;
}
.TagRevisionItemFullMetadata-tagName {
  color: #424242;
  display: block;
  font-size: 1.75rem;
  margin-top: 0;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.13333em;
  margin-left: -.02em;
  margin-bottom: 8px;
}
.TagRevisionItemFullMetadata-metadata {
  color: #424242;
  font-size: 1.1rem;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-right: 8px;
}
.TagRevisionItemFullMetadata-username {
  color: rgba(0,0,0,.87);
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.TagRevisionItemShortMetadata-username {
  color: rgba(0,0,0,.87);
  font-size: 1.16rem;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 600;
  margin-right: 12px;
}
.TagSearchHit-root {
  color: #212121;
  cursor: pointer;
  display: block;
  padding: 8px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.TagSearchHit-root:hover {
  color: #C03A44;
}
@media (max-width:599.95px) {
  .TagSearchHit-card {
    display: none;
  }
}
.TagSearchHit-tagDescription {
  margin-bottom: 12px;
}
.TagSearchHit-postCount {
  color: #9e9e9e;
  font-size: .85em;
}
.TagSmallPostLink-root {
  color: #212121;
  display: flex;
  font-size: 1.1rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
}
.TagSmallPostLink-karma {
  width: 20px;
  text-align: center;
  margin-left: 4px;
  flex-shrink: 0;
  margin-right: 12px;
}
.TagSmallPostLink-post {
  width: 100%;
  display: flex;
  margin-top: 2px;
  margin-bottom: 2px;
  justify-content: space-between;
}
.TagSmallPostLink-title {
  top: 2px;
  color: #C03A44;
  position: relative;
  overflow: hidden;
  flex-grow: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.TagSmallPostLink-wrap {
  white-space: unset;
  line-height: 1.1em;
  margin-bottom: 4px;
}
.TagSmallPostLink-author {
  margin-left: 20px;
  margin-right: 0;
}
.TagSmallPostLink-widerSpacing {
  margin-bottom: 4px;
}
.TagVoteActivity-voteRow {
  color: #757575;
  font-size: 1rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.4rem;
}
.TagVoteActivity-headerCell {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
}
.TagVoteActivity-votingCell {
  font-size: 1.4rem;
  text-align: center;
}
.TagVoteActivity-voteButtons {
  width: 50px;
}
.TagVoteActivity-postCell {
  max-width: 316px;
  padding-right: 16px;
}
.TagVoteActivity-tagCell {
  max-width: 216px;
  padding-right: 16px;
}
.TagVoteActivity-score {
  bottom: -1px;
  margin: 5px;
  position: relative;
  font-size: 1.2rem;
}
.TagVoteActivity-smallCell {
  text-align: center;
}
.TagVoteActivity-tagVotingTable {
  padding: 12px;
  background: white;
  box-shadow: 0 1px 5px rgba(0,0,0,.025);
  padding-top: 2px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.TaggedPostTooltipSingle-loading {
  width: 400px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.TaggingDashboard-root {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}
@media (min-width:960px) {
  .TaggingDashboard-root {
    width: 960px;
  }
}
.TaggingDashboard-flagList {
  margin-bottom: 8px;
}
.TaggingDashboard-editButton {
  margin-left: 8px;
}
.TaggingDashboard-collapseButton {
  margin-left: 8px;
}
.TaggingDashboard-loadMore {
  color: #C03A44;
  display: inline-block;
  flex-grow: 1;
  text-align: left;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  font-weight: 400;
}
.TaggingDashboard-feeds {
  display: flex;
  align-items: left;
}
.TaggingDashboard-header {
  color: #424242;
  font-size: 3rem;
  margin-top: 0;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.30357em;
  margin-left: -.02em;
  letter-spacing: -.02em;
}
.TaggingDashboard-navigationLinks {
  color: black;
  display: block;
  opacity: 1;
  font-size: 1.5rem;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  text-shadow: 0 0 0 rgba(0,0,0,1].87);
  line-height: 0.9em;
  font-weight: 300;
  padding-bottom: 3px;
}
.TaggingDashboard-navigationLinksDivider {
  width: 260px;
  display: block;
  margin-right: auto;
  border-bottom: solid 1px rgba(0,0,0,.1);
  margin-bottom: 4px;
}
.TaggingDashboard-sectionPositioning {
  padding-bottom: 10px;
}
.TagsDetailsItem-root {
  display: flex;
  flex-wrap: wrap;
  background: white;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  border-bottom: solid 1px rgba(0,0,0,.1);
  justify-content: space-between;
}
.TagsDetailsItem-description {
  max-width: 580px;
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  vertical-align: top;
}
@media (max-width:599.95px) {
  .TagsDetailsItem-description {
    width: 100%;
    max-width: unset;
  }
}
.TagsDetailsItem-collapsedDescription {
  gap: 8px;
  display: flex;
  padding: 12px;
  align-items: center;
}
.TagsDetailsItem-edit {
  color: #9e9e9e;
  font-size: 1rem;
  margin-top: 10px;
}
.TagsDetailsItem-postCount {
  color: #9e9e9e;
  display: block;
  font-size: 1rem;
  margin-bottom: 10px;
}
.TagsDetailsItem-posts {
  width: 410px;
  padding: 20px;
  padding-bottom: 10px;
}
@media (max-width:959.95px) {
  .TagsDetailsItem-posts {
    width: 100%;
    padding-top: 0;
  }
}
.TagsDetailsItem-flags {
  width: 380px;
}
.TagsDetailsItem-collapsedPosts {
  width: 630px;
  padding: 8px;
}
.TagsDetailsItem-collapsedFlags {
  width: 630px;
  padding: 8px;
}
.TagsDetailsItem-tagName {
  overflow: hidden;
  max-width: 270px;
  font-size: 1.2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.TagsListItem-tag {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.1rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.1em;
  padding-top: 3px;
  padding-left: 6px;
  padding-right: 12px;
  margin-bottom: 8px;
}
.TagsListItem-count {
  color: #9e9e9e;
  position: relative;
  font-size: .9em;
  margin-left: 4px;
  margin-right: 8px;
}
@media (max-width:599.95px) {
  .TagsListItem-hideOnMobile {
    display: none;
  }
}
.TagsSearchHit-root {
  margin-top: 6px;
  margin-left: 8px;
  margin-bottom: 4px;
}
.TagsSearchHit-name {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
}
.TagsSearchHit-snippet {
  color: rgba(0,0,0,0.5);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
}
.ToCColumn-root {
  position: relative;
}
@media (max-width:959.95px) {
  .ToCColumn-root {
    padding-top: 12px;
  }
}
.ToCColumn-header {
  grid-area: title;
}
@supports (grid-template-areas: "title") {
  .ToCColumn-tocActivated {
    display: grid;
    grid-template-areas: 
        "... ... .... title   .... ..."
        "... toc gap1 content gap2 ..."
      ;
    grid-template-columns: 
        1fr
        minmax(200px, 270px)
        minmax(0px, 100px)
        minmax(min-content, 720px)
        minmax(0px, 100px)
        1.5fr
      ;
  }
}
@media (max-width:959.95px) {
  .ToCColumn-tocActivated {
    display: block;
  }
}
.ToCColumn-toc {
  left: -100px;
  width: 270px;
  position: absolute;
}
@supports (grid-template-areas: "title") {
  .ToCColumn-toc {
    width: unset;
    position: unset;
    grid-area: toc;
  }
}
.ToCColumn-stickyBlockScroller {
  top: 92px;
  height: 80vh;
  position: sticky;
  font-size: 12px;
  direction: rtl;
  text-align: left;
  overflow-y: auto;
  line-height: 1;
  margin-left: 1px;
  padding-left: 16px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,0) #e0e0e0;
}
.ToCColumn-stickyBlockScroller::-webkit-scrollbar {
  width: 1px;
}
.ToCColumn-stickyBlockScroller::-webkit-scrollbar-track {
  background: none;
}
.ToCColumn-stickyBlockScroller::-webkit-scrollbar-thumb {
  background: #e0e0e0;
}
@media (max-width:959.95px) {
  .ToCColumn-stickyBlockScroller {
    display: none;
  }
}
.ToCColumn-stickyBlockScroller::-webkit-scrollbar-thumb:hover {
  background: #616161;
}
.ToCColumn-stickyBlock {
  direction: ltr;
}
.ToCColumn-content {
  grid-area: content;
}
.ToCColumn-gap1 {
  grid-area: gap1;
}
.ToCColumn-gap2 {
  grid-area: gap2;
}
.TwoAxisVoteOnComment-agreementSection {
  height: 24px;
  display: inline-block;
  outline: 1px solid rgba(72,94,144,0.16);
  font-size: 25px;
  min-width: 70px;
  text-align: center;
  margin-left: 8px;
  line-height: 0.6;
  padding-top: 2px;
}
.TwoAxisVoteOnComment-agreementScore {
  font-size: 1.1rem;
  margin-left: 4px;
  line-height: 1;
  margin-right: 4px;
}
@media (min-width:600px) {
  .UserCommentsReplies-root {
    margin-right: 32px;
  }
}
.UserPageTitle-subtitle {
  margin-left: 1em;
  border-left: 1px solid #bdbdbd;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  padding-left: 1em;
  text-transform: uppercase;
}
.UsersAccountMenu-root {
  margin-top: 5px;
}
.UsersAccountMenu-userButton {
  opacity: 0.8;
  font-size: 14px;
  font-weight: 400;
}
.UsersAccountMenu-signUpButton {
  display: inline-block;
}
@media (max-width:599.95px) {
  .UsersAccountMenu-signUpButton {
    display: none;
  }
}
.UsersAutoCompleteHit-root {
  cursor: pointer;
}
.UsersEditForm-root {
  width: 60%;
  margin: auto;
  max-width: 600px;
  margin-bottom: 100px;
}
@media (max-width:599.95px) {
  .UsersEditForm-root {
    width: 100%;
  }
}
.UsersEditForm-header {
  margin: 16px;
  margin-bottom: 32px;
}
@media (max-width:1279.95px) {
  .UsersEditForm-header {
    margin-left: 4px;
  }
}
.UsersEditForm-resetButton {
  margin-bottom: 32px;
}
.UsersEmailVerification-root {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-left: 8px;
}
.UsersEmailVerification-verifyEmailButton {
  margin-top: 8px;
}
.UsersListEditor-root {
  display: flex;
}
.UsersMenu-root {
  position: relative;
  margin-top: 5px;
  word-break: break-all;
}
.UsersMenu-userButtonRoot {
  padding-left: 8px;
  padding-right: 8px;
}
.UsersMenu-userButtonContents {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}
.UsersMenu-notAMember {
  opacity: 0.9;
  margin-left: 5px;
}
.UsersMenu-icon {
  color: #9e9e9e;
}
.UsersMenu-deactivatedTooltip {
  max-width: 230px;
}
.UsersMenu-deactivated {
  color: #757575;
  margin-left: 20px;
}
.UsersNameDisplay-userName {
  color: inherit;
  white-space: nowrap;
}
.UsersNameDisplay-tooltip {
  max-width: 250px;
}
.UsersNameDisplay-joined {
  font-style: italic;
  margin-bottom: 8px;
}
.UsersNameDisplay-icon {
  top: 2px;
  width: 1rem;
  color: rgba(255,255,255,.8);
  height: 1rem;
  position: relative;
}
.UsersNameDisplay-bookIcon {
  filter: invert(100%);
}
.UsersNameDisplay-bio {
  margin-top: 8px;
  line-height: 1.3rem;
}
.UsersProfile-profilePage {
  margin-left: auto;
}
@media (max-width:959.95px) {
  .UsersProfile-profilePage {
    margin: 0;
  }
}
.UsersProfile-usernameTitle {
  color: #424242;
  font-size: 3rem;
  margin-top: 0;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.30357em;
  margin-left: -.02em;
  letter-spacing: -.02em;
}
.UsersProfile-userInfo {
  color: #C03A44;
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
}
.UsersProfile-userInfo > * {
  margin-bottom: 8px;
}
.UsersProfile-userInfo > *:after {
  content: "•";
  margin-left: 16px;
  margin-right: 16px;
}
.UsersProfile-userInfo > *:last-child:after {
  margin: 0;
  content: "";
}
.UsersProfile-meta {
  display: flex;
  flex-grow: 1;
}
.UsersProfile-meta.UsersProfile-meta:after {
  content: "";
}
@media (max-width:959.95px) {
  .UsersProfile-meta {
    width: 100%;
    margin-bottom: 8px;
  }
}
.UsersProfile-icon.UsersProfile-specificalz {
  color: rgba(0,0,0,0.5);
  font-size: 18px;
  margin-right: 4px;
}
.UsersProfile-actions {
  margin-left: 20px;
}
.UsersProfile-bio {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  margin-top: 24px;
  word-break: break-word;
  margin-left: 4px;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  margin-right: 8px;
}
.UsersProfile-bio pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.UsersProfile-bio code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.UsersProfile-bio blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 400;
  padding-top: 12px;
  border-left: solid 3px #e0e0e0;
  margin-left: 24px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
}
.UsersProfile-bio li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  margin-bottom: .5rem;
}
.UsersProfile-bio h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.UsersProfile-bio h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.UsersProfile-bio h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.UsersProfile-bio h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.UsersProfile-bio h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.UsersProfile-bio h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.UsersProfile-bio h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.UsersProfile-bio img {
  max-width: 100%;
}
.UsersProfile-bio sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.UsersProfile-bio sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.UsersProfile-bio a, .UsersProfile-bio a:hover, .UsersProfile-bio a:active {
  color: #C03A44;
}
.UsersProfile-bio table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.UsersProfile-bio figure.table {
  display: table;
}
.UsersProfile-bio td, .UsersProfile-bio th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.UsersProfile-bio th {
  background: #fafafa;
  font-weight: 700;
}
.UsersProfile-bio figure {
  margin: 1em auto;
  text-align: center;
}
.UsersProfile-bio figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.UsersProfile-bio p.spoiler {
  margin: 0;
}
.UsersProfile-bio .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.UsersProfile-bio div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.UsersProfile-bio p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.UsersProfile-bio .spoilers:not(:hover)::selection, .UsersProfile-bio .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.UsersProfile-bio .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.UsersProfile-bio div.metaculus-preview {
  background-color: #2c3947;
}
.UsersProfile-bio figure.media div[data-oembed-url*="youtube.com"], .UsersProfile-bio figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.UsersProfile-bio .footnote-section {
  counter-reset: footnote-counter;
}
.UsersProfile-bio .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.UsersProfile-bio .footnote-item > * {
  vertical-align: text-top;
}
.UsersProfile-bio .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.UsersProfile-bio .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.UsersProfile-bio .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.UsersProfile-bio .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.UsersProfile-bio .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.UsersProfile-bio .footnotes-sep {
  display: none;
}
.UsersProfile-bio hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.UsersProfile-bio hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.UsersProfile-bio .footnotes sup {
  margin-right: 10px;
}
.UsersProfile-bio .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.UsersProfile-bio .footnotes li {
  font-size: 0.9em;
}
.UsersProfile-bio .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.UsersProfile-bio figure.media div[data-oembed-url*="youtube.com"] iframe, .UsersProfile-bio figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.UsersProfile-bio div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.UsersProfile-bio .spoilers > p:hover ~ p a, .UsersProfile-bio .spoilers > p:hover ~ p a:hover, .UsersProfile-bio .spoilers > p:hover ~ p a:focus, .UsersProfile-bio .spoilers > p:hover ~ p a::after {
  color: black;
}
.UsersProfile-bio .spoilers > p:hover ~ p code {
  background-color: black;
}
.UsersProfile-bio div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.UsersProfile-bio div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.UsersProfile-bio div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.UsersProfile-bio div.spoilers:not(:hover) a, .UsersProfile-bio div.spoilers:not(:hover) a:hover, .UsersProfile-bio div.spoilers:not(:hover) a:focus, .UsersProfile-bio div.spoilers:not(:hover) a::after {
  color: black;
}
.UsersProfile-bio div.spoilers:not(:hover) code {
  background-color: black;
}
.UsersProfile-bio .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.UsersProfile-bio .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.UsersProfile-bio .spoiler:not(:hover) a, .UsersProfile-bio .spoiler:not(:hover) a:hover, .UsersProfile-bio .spoiler:not(:hover) a:focus, .UsersProfile-bio .spoiler:not(:hover) a::after {
  color: black;
}
.UsersProfile-bio .spoiler:not(:hover) code {
  background-color: black;
}
.UsersProfile-bio td p, .UsersProfile-bio th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.UsersProfile-bio td p:first-of-type, .UsersProfile-bio th p:first-of-type {
  margin-top: 0;
}
.UsersProfile-bio a u, .UsersProfile-bio a:hover u, .UsersProfile-bio a:active u {
  text-decoration: none;
}
.UsersProfile-primaryColor {
  color: rgb(204, 97, 105);
}
.UsersProfile-title {
  cursor: pointer;
}
.UsersProfile-userMetaInfo {
  display: inline-flex;
}
.UsersSearchHit-root {
  margin-top: 4px;
  margin-left: 8px;
  margin-bottom: 4px;
}
.UsersSearchInput-input {
  padding: 6px 0 7px;
  font-size: 13px;
}
.UsersViewABTests-explanatoryText {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.UsersViewABTests-abTestsTable {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  margin-top: 24px;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.UsersViewABTests-abTestsTable th {
  text-align: left;
}
.UsersViewABTests-abTestsTable td {
  padding-right: 20px;
}
.ViewSubscriptionsPage-subscribedItem {
  display: flex;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.ViewSubscriptionsPage-subscribedItemDescription {
  flex-grow: 1;
}
.VoteAgreementIcon-root {
  color: #bdbdbd;
  width: initial;
  height: initial;
  padding: 0;
  font-size: inherit;
}
.VoteAgreementIcon-root:hover {
  background-color: transparent;
}
.VoteAgreementIcon-right {
  transform: rotate(-270deg);
}
.VoteAgreementIcon-down {
  transform: rotate(-180deg);
}
.VoteAgreementIcon-left {
  transform: rotate(-90deg);
}
.VoteAgreementIcon-bigCheck {
  top: -3px;
  left: 2px;
  height: 23px;
  opacity: 0;
  position: absolute;
  font-size: 82%;
  transition: opacity 1000ms cubic-bezier(0.74, -0.01, 1, 1) 0ms;
}
.VoteAgreementIcon-bigCheckSolid {
  top: -45%;
  font-size: 65%;
}
.VoteAgreementIcon-bigClear {
  top: 1px;
  left: 5px;
  opacity: 0;
  position: absolute;
  font-size: 70%;
  transition: opacity 1000ms cubic-bezier(0.74, -0.01, 1, 1) 0ms;
}
.VoteAgreementIcon-bigClearSolid {
  top: -45%;
  position: relative;
  font-size: 65%;
}
.VoteAgreementIcon-bigClearCompleted {
  top: 0;
  left: 4px;
  position: absolute;
  font-size: 80%;
}
.VoteAgreementIcon-hideIcon {
  display: none;
}
.VoteAgreementIcon-check {
  top: 2px;
  left: 3px;
  height: 15px;
  opacity: 0.6;
  position: absolute;
  font-size: 50%;
}
.VoteAgreementIcon-clear {
  top: 5px;
  left: 11px;
  opacity: 0.6;
  position: absolute;
  font-size: 45%;
}
.VoteAgreementIcon-smallCheckBigVoted {
  top: -1px;
  left: 4px;
  height: 14px;
  opacity: 0.6;
  position: absolute;
  font-size: 50%;
}
.VoteAgreementIcon-smallArrowBigVoted {
  top: 3px;
  left: 17px;
  height: 14px;
  opacity: 0.6;
  position: absolute;
  font-size: 47%;
  transform: rotate(-90deg);
}
.VoteAgreementIcon-entering {
  opacity: 1;
}
.VoteAgreementIcon-entered {
  opacity: 1;
}
.VoteAgreementIcon-exiting {
  transition: opacity 150ms cubic-bezier(0.74, -0.01, 1, 1) 0ms;
}
.VoteAgreementIcon-bigVoteIconStyling {
  margin-left: 0;
}
.VoteAgreementIcon-iconsContainer {
  width: 25px;
  height: 20px;
  position: relative;
}
.VoteAgreementIcon-noClickCatch {
  pointer-events: none;
}
.VoteArrowIcon-root {
  color: #bdbdbd;
  width: initial;
  height: initial;
  padding: 0;
  font-size: inherit;
}
.VoteArrowIcon-root:hover {
  background-color: transparent;
}
.VoteArrowIcon-smallArrow {
  opacity: 0.6;
  font-size: 50%;
}
.VoteArrowIcon-right {
  transform: rotate(-270deg);
}
.VoteArrowIcon-down {
  transform: rotate(-180deg);
}
.VoteArrowIcon-left {
  transform: rotate(-90deg);
}
.VoteArrowIcon-bigArrow {
  top: -70%;
  opacity: 0;
  position: absolute;
  font-size: 82%;
  transition: opacity 1000ms cubic-bezier(0.74, -0.01, 1, 1) 0ms;
}
.VoteArrowIcon-bigArrowSolid {
  top: -45%;
  font-size: 65%;
}
.VoteArrowIcon-bigArrowCompleted {
  top: -75%;
  font-size: 90%;
}
.VoteArrowIcon-entering {
  opacity: 1;
}
.VoteArrowIcon-entered {
  opacity: 1;
}
.VoteArrowIcon-exiting {
  transition: opacity 150ms cubic-bezier(0.74, -0.01, 1, 1) 0ms;
}
.WalledGardenHome-body {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  word-break: break-word;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.WalledGardenHome-body pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.WalledGardenHome-body code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.WalledGardenHome-body blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 400;
  padding-top: 12px;
  border-left: solid 3px #e0e0e0;
  margin-left: 24px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
}
.WalledGardenHome-body li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  margin-bottom: .5rem;
}
.WalledGardenHome-body h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.WalledGardenHome-body h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.WalledGardenHome-body h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.WalledGardenHome-body h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.WalledGardenHome-body h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.WalledGardenHome-body h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.WalledGardenHome-body h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.WalledGardenHome-body img {
  max-width: 100%;
}
.WalledGardenHome-body sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.WalledGardenHome-body sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.WalledGardenHome-body a, .WalledGardenHome-body a:hover, .WalledGardenHome-body a:active {
  color: #C03A44;
}
.WalledGardenHome-body table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.WalledGardenHome-body figure.table {
  display: table;
}
.WalledGardenHome-body td, .WalledGardenHome-body th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.WalledGardenHome-body th {
  background: #fafafa;
  font-weight: 700;
}
.WalledGardenHome-body figure {
  margin: 1em auto;
  text-align: center;
}
.WalledGardenHome-body figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.WalledGardenHome-body p.spoiler {
  margin: 0;
}
.WalledGardenHome-body .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.WalledGardenHome-body div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.WalledGardenHome-body p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.WalledGardenHome-body .spoilers:not(:hover)::selection, .WalledGardenHome-body .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.WalledGardenHome-body .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.WalledGardenHome-body div.metaculus-preview {
  background-color: #2c3947;
}
.WalledGardenHome-body figure.media div[data-oembed-url*="youtube.com"], .WalledGardenHome-body figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.WalledGardenHome-body .footnote-section {
  counter-reset: footnote-counter;
}
.WalledGardenHome-body .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.WalledGardenHome-body .footnote-item > * {
  vertical-align: text-top;
}
.WalledGardenHome-body .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.WalledGardenHome-body .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.WalledGardenHome-body .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.WalledGardenHome-body .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.WalledGardenHome-body .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.WalledGardenHome-body .footnotes-sep {
  display: none;
}
.WalledGardenHome-body hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.WalledGardenHome-body hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.WalledGardenHome-body .footnotes sup {
  margin-right: 10px;
}
.WalledGardenHome-body .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.WalledGardenHome-body .footnotes li {
  font-size: 0.9em;
}
.WalledGardenHome-body .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.WalledGardenHome-body figure.media div[data-oembed-url*="youtube.com"] iframe, .WalledGardenHome-body figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.WalledGardenHome-body div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.WalledGardenHome-body .spoilers > p:hover ~ p a, .WalledGardenHome-body .spoilers > p:hover ~ p a:hover, .WalledGardenHome-body .spoilers > p:hover ~ p a:focus, .WalledGardenHome-body .spoilers > p:hover ~ p a::after {
  color: black;
}
.WalledGardenHome-body .spoilers > p:hover ~ p code {
  background-color: black;
}
.WalledGardenHome-body div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.WalledGardenHome-body div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.WalledGardenHome-body div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.WalledGardenHome-body div.spoilers:not(:hover) a, .WalledGardenHome-body div.spoilers:not(:hover) a:hover, .WalledGardenHome-body div.spoilers:not(:hover) a:focus, .WalledGardenHome-body div.spoilers:not(:hover) a::after {
  color: black;
}
.WalledGardenHome-body div.spoilers:not(:hover) code {
  background-color: black;
}
.WalledGardenHome-body .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.WalledGardenHome-body .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.WalledGardenHome-body .spoiler:not(:hover) a, .WalledGardenHome-body .spoiler:not(:hover) a:hover, .WalledGardenHome-body .spoiler:not(:hover) a:focus, .WalledGardenHome-body .spoiler:not(:hover) a::after {
  color: black;
}
.WalledGardenHome-body .spoiler:not(:hover) code {
  background-color: black;
}
.WalledGardenHome-body td p, .WalledGardenHome-body th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.WalledGardenHome-body td p:first-of-type, .WalledGardenHome-body th p:first-of-type {
  margin-top: 0;
}
.WalledGardenHome-body a u, .WalledGardenHome-body a:hover u, .WalledGardenHome-body a:active u {
  text-decoration: none;
}
.WalledGardenHome-users {
  padding: 20px;
  background: white;
}
.WalledGardenHome-usersList {
  columns: 3;
  column-gap: 0;
  column-width: 225px;
}
.WalledGardenHome-user {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: 6px;
}
.WalledGardenMessage-messageStyling {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  max-width: 620px;
  word-break: break-word;
  margin-top: 100px;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.WalledGardenMessage-messageStyling pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.WalledGardenMessage-messageStyling code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.WalledGardenMessage-messageStyling blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 400;
  padding-top: 12px;
  border-left: solid 3px #e0e0e0;
  margin-left: 24px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
}
.WalledGardenMessage-messageStyling li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  margin-bottom: .5rem;
}
.WalledGardenMessage-messageStyling h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.WalledGardenMessage-messageStyling h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.WalledGardenMessage-messageStyling h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.WalledGardenMessage-messageStyling h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.WalledGardenMessage-messageStyling h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.WalledGardenMessage-messageStyling h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.WalledGardenMessage-messageStyling h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.WalledGardenMessage-messageStyling img {
  max-width: 100%;
}
.WalledGardenMessage-messageStyling sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.WalledGardenMessage-messageStyling sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.WalledGardenMessage-messageStyling a, .WalledGardenMessage-messageStyling a:hover, .WalledGardenMessage-messageStyling a:active {
  color: #C03A44;
}
.WalledGardenMessage-messageStyling table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.WalledGardenMessage-messageStyling figure.table {
  display: table;
}
.WalledGardenMessage-messageStyling td, .WalledGardenMessage-messageStyling th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.WalledGardenMessage-messageStyling th {
  background: #fafafa;
  font-weight: 700;
}
.WalledGardenMessage-messageStyling figure {
  margin: 1em auto;
  text-align: center;
}
.WalledGardenMessage-messageStyling figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.WalledGardenMessage-messageStyling p.spoiler {
  margin: 0;
}
.WalledGardenMessage-messageStyling .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.WalledGardenMessage-messageStyling div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.WalledGardenMessage-messageStyling p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.WalledGardenMessage-messageStyling .spoilers:not(:hover)::selection, .WalledGardenMessage-messageStyling .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.WalledGardenMessage-messageStyling .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.WalledGardenMessage-messageStyling div.metaculus-preview {
  background-color: #2c3947;
}
.WalledGardenMessage-messageStyling figure.media div[data-oembed-url*="youtube.com"], .WalledGardenMessage-messageStyling figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.WalledGardenMessage-messageStyling .footnote-section {
  counter-reset: footnote-counter;
}
.WalledGardenMessage-messageStyling .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.WalledGardenMessage-messageStyling .footnote-item > * {
  vertical-align: text-top;
}
.WalledGardenMessage-messageStyling .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.WalledGardenMessage-messageStyling .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.WalledGardenMessage-messageStyling .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.WalledGardenMessage-messageStyling .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.WalledGardenMessage-messageStyling .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.WalledGardenMessage-messageStyling .footnotes-sep {
  display: none;
}
.WalledGardenMessage-messageStyling hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.WalledGardenMessage-messageStyling hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.WalledGardenMessage-messageStyling .footnotes sup {
  margin-right: 10px;
}
.WalledGardenMessage-messageStyling .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.WalledGardenMessage-messageStyling .footnotes li {
  font-size: 0.9em;
}
.WalledGardenMessage-messageStyling .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.WalledGardenMessage-messageStyling figure.media div[data-oembed-url*="youtube.com"] iframe, .WalledGardenMessage-messageStyling figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.WalledGardenMessage-messageStyling div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.WalledGardenMessage-messageStyling .spoilers > p:hover ~ p a, .WalledGardenMessage-messageStyling .spoilers > p:hover ~ p a:hover, .WalledGardenMessage-messageStyling .spoilers > p:hover ~ p a:focus, .WalledGardenMessage-messageStyling .spoilers > p:hover ~ p a::after {
  color: black;
}
.WalledGardenMessage-messageStyling .spoilers > p:hover ~ p code {
  background-color: black;
}
.WalledGardenMessage-messageStyling div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.WalledGardenMessage-messageStyling div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.WalledGardenMessage-messageStyling div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.WalledGardenMessage-messageStyling div.spoilers:not(:hover) a, .WalledGardenMessage-messageStyling div.spoilers:not(:hover) a:hover, .WalledGardenMessage-messageStyling div.spoilers:not(:hover) a:focus, .WalledGardenMessage-messageStyling div.spoilers:not(:hover) a::after {
  color: black;
}
.WalledGardenMessage-messageStyling div.spoilers:not(:hover) code {
  background-color: black;
}
.WalledGardenMessage-messageStyling .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.WalledGardenMessage-messageStyling .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.WalledGardenMessage-messageStyling .spoiler:not(:hover) a, .WalledGardenMessage-messageStyling .spoiler:not(:hover) a:hover, .WalledGardenMessage-messageStyling .spoiler:not(:hover) a:focus, .WalledGardenMessage-messageStyling .spoiler:not(:hover) a::after {
  color: black;
}
.WalledGardenMessage-messageStyling .spoiler:not(:hover) code {
  background-color: black;
}
.WalledGardenMessage-messageStyling td p, .WalledGardenMessage-messageStyling th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.WalledGardenMessage-messageStyling td p:first-of-type, .WalledGardenMessage-messageStyling th p:first-of-type {
  margin-top: 0;
}
.WalledGardenMessage-messageStyling a u, .WalledGardenMessage-messageStyling a:hover u, .WalledGardenMessage-messageStyling a:active u {
  text-decoration: none;
}
.WalledGardenPortal-root {
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  font-size: 1.35rem;
  word-break: break-word;
  margin-top: 50px;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  flex-direction: column;
}
.WalledGardenPortal-root pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.WalledGardenPortal-root code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.WalledGardenPortal-root blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 400;
  padding-top: 12px;
  border-left: solid 3px #e0e0e0;
  margin-left: 24px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
}
.WalledGardenPortal-root li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
  margin-bottom: .5rem;
}
.WalledGardenPortal-root h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.WalledGardenPortal-root h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.WalledGardenPortal-root h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.WalledGardenPortal-root h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.WalledGardenPortal-root h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.WalledGardenPortal-root h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.WalledGardenPortal-root h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.WalledGardenPortal-root img {
  max-width: 100%;
}
.WalledGardenPortal-root sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.WalledGardenPortal-root sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.WalledGardenPortal-root a, .WalledGardenPortal-root a:hover, .WalledGardenPortal-root a:active {
  color: #C03A44;
}
.WalledGardenPortal-root table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.WalledGardenPortal-root figure.table {
  display: table;
}
.WalledGardenPortal-root td, .WalledGardenPortal-root th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.WalledGardenPortal-root th {
  background: #fafafa;
  font-weight: 700;
}
.WalledGardenPortal-root figure {
  margin: 1em auto;
  text-align: center;
}
.WalledGardenPortal-root figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.WalledGardenPortal-root p.spoiler {
  margin: 0;
}
.WalledGardenPortal-root .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.WalledGardenPortal-root div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.WalledGardenPortal-root p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.WalledGardenPortal-root .spoilers:not(:hover)::selection, .WalledGardenPortal-root .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.WalledGardenPortal-root .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.WalledGardenPortal-root div.metaculus-preview {
  background-color: #2c3947;
}
.WalledGardenPortal-root figure.media div[data-oembed-url*="youtube.com"], .WalledGardenPortal-root figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.WalledGardenPortal-root .footnote-section {
  counter-reset: footnote-counter;
}
.WalledGardenPortal-root .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.WalledGardenPortal-root .footnote-item > * {
  vertical-align: text-top;
}
.WalledGardenPortal-root .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.WalledGardenPortal-root .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.WalledGardenPortal-root .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.WalledGardenPortal-root .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.WalledGardenPortal-root .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.WalledGardenPortal-root .footnotes-sep {
  display: none;
}
.WalledGardenPortal-root hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.WalledGardenPortal-root hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.WalledGardenPortal-root .footnotes sup {
  margin-right: 10px;
}
.WalledGardenPortal-root .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.WalledGardenPortal-root .footnotes li {
  font-size: 0.9em;
}
.WalledGardenPortal-root .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.WalledGardenPortal-root figure.media div[data-oembed-url*="youtube.com"] iframe, .WalledGardenPortal-root figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.WalledGardenPortal-root div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.WalledGardenPortal-root .spoilers > p:hover ~ p a, .WalledGardenPortal-root .spoilers > p:hover ~ p a:hover, .WalledGardenPortal-root .spoilers > p:hover ~ p a:focus, .WalledGardenPortal-root .spoilers > p:hover ~ p a::after {
  color: black;
}
.WalledGardenPortal-root .spoilers > p:hover ~ p code {
  background-color: black;
}
.WalledGardenPortal-root div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.WalledGardenPortal-root div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.WalledGardenPortal-root div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.WalledGardenPortal-root div.spoilers:not(:hover) a, .WalledGardenPortal-root div.spoilers:not(:hover) a:hover, .WalledGardenPortal-root div.spoilers:not(:hover) a:focus, .WalledGardenPortal-root div.spoilers:not(:hover) a::after {
  color: black;
}
.WalledGardenPortal-root div.spoilers:not(:hover) code {
  background-color: black;
}
.WalledGardenPortal-root .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.WalledGardenPortal-root .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.WalledGardenPortal-root .spoiler:not(:hover) a, .WalledGardenPortal-root .spoiler:not(:hover) a:hover, .WalledGardenPortal-root .spoiler:not(:hover) a:focus, .WalledGardenPortal-root .spoiler:not(:hover) a::after {
  color: black;
}
.WalledGardenPortal-root .spoiler:not(:hover) code {
  background-color: black;
}
.WalledGardenPortal-root td p, .WalledGardenPortal-root th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.WalledGardenPortal-root td p:first-of-type, .WalledGardenPortal-root th p:first-of-type {
  margin-top: 0;
}
.WalledGardenPortal-root a u, .WalledGardenPortal-root a:hover u, .WalledGardenPortal-root a:active u {
  text-decoration: none;
}
.WalledGardenPortal-innerPortalPositioning {
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  display: flex;
  position: absolute;
  overflow: hidden;
  flex-direction: column;
}
.WalledGardenPortal-portalBarPositioning {
  flex: 1;
  width: 100%;
}
.WalledGardenPortal-toggleEvents {
  left: 330px;
  color: rgba(255,255,255,.8);
  bottom: 0;
  cursor: pointer;
  display: flex;
  position: absolute;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  align-items: center;
  text-shadow: 0 0 10px rgba(0,0,0,.8);
}
.WalledGardenPortal-closeIcon {
  width: 48px;
  height: 48px;
}
.WalledGardenPortal-iframeWrapper {
  flex: 7;
  position: relative;
}
.WalledGardenPortal-eventDetails {
  margin-top: 20px;
}
.WalledGardenPortal-enterButton {
  display: flex;
  padding: 20px;
  font-size: 1.6rem;
  justify-content: flex-end;
}
.WalledGardenPortal-buttonStyling {
  padding-top: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 8px;
}
.WalledGardenPortal-body {
  margin-top: 20px;
}
.WalledGardenPortalBar-root {
  color: rgba(0, 0, 0, 0.87);
  padding: 16px;
  position: relative;
  font-size: 1.16rem;
  word-break: break-word;
  margin-top: 0;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: 0;
}
.WalledGardenPortalBar-root pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.WalledGardenPortalBar-root code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.WalledGardenPortalBar-root blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.WalledGardenPortalBar-root li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.WalledGardenPortalBar-root h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.WalledGardenPortalBar-root h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.WalledGardenPortalBar-root h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.WalledGardenPortalBar-root h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.WalledGardenPortalBar-root h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.WalledGardenPortalBar-root h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.WalledGardenPortalBar-root h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.WalledGardenPortalBar-root img {
  max-width: 100%;
}
.WalledGardenPortalBar-root sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.WalledGardenPortalBar-root sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.WalledGardenPortalBar-root a, .WalledGardenPortalBar-root a:hover, .WalledGardenPortalBar-root a:active {
  color: #C03A44;
}
.WalledGardenPortalBar-root table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.WalledGardenPortalBar-root figure.table {
  display: table;
}
.WalledGardenPortalBar-root td, .WalledGardenPortalBar-root th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.WalledGardenPortalBar-root th {
  background: #fafafa;
  font-weight: 700;
}
.WalledGardenPortalBar-root figure {
  margin: 1em auto;
  text-align: center;
}
.WalledGardenPortalBar-root figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.WalledGardenPortalBar-root p.spoiler {
  margin: 0;
}
.WalledGardenPortalBar-root .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.WalledGardenPortalBar-root div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.WalledGardenPortalBar-root p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.WalledGardenPortalBar-root .spoilers:not(:hover)::selection, .WalledGardenPortalBar-root .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.WalledGardenPortalBar-root .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.WalledGardenPortalBar-root div.metaculus-preview {
  background-color: #2c3947;
}
.WalledGardenPortalBar-root figure.media div[data-oembed-url*="youtube.com"], .WalledGardenPortalBar-root figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.WalledGardenPortalBar-root .footnote-section {
  counter-reset: footnote-counter;
}
.WalledGardenPortalBar-root .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.WalledGardenPortalBar-root .footnote-item > * {
  vertical-align: text-top;
}
.WalledGardenPortalBar-root .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.WalledGardenPortalBar-root .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.WalledGardenPortalBar-root .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.WalledGardenPortalBar-root .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.WalledGardenPortalBar-root .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.WalledGardenPortalBar-root .footnotes-sep {
  display: none;
}
.WalledGardenPortalBar-root hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.WalledGardenPortalBar-root h1, .WalledGardenPortalBar-root h2, .WalledGardenPortalBar-root h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.WalledGardenPortalBar-root > *:hover ~ .spoiler {
  color: black;
}
.WalledGardenPortalBar-root > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
.WalledGardenPortalBar-root hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.WalledGardenPortalBar-root .footnotes sup {
  margin-right: 10px;
}
.WalledGardenPortalBar-root .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.WalledGardenPortalBar-root .footnotes li {
  font-size: 0.9em;
}
.WalledGardenPortalBar-root .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.WalledGardenPortalBar-root figure.media div[data-oembed-url*="youtube.com"] iframe, .WalledGardenPortalBar-root figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.WalledGardenPortalBar-root div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.WalledGardenPortalBar-root .spoilers > p:hover ~ p a, .WalledGardenPortalBar-root .spoilers > p:hover ~ p a:hover, .WalledGardenPortalBar-root .spoilers > p:hover ~ p a:focus, .WalledGardenPortalBar-root .spoilers > p:hover ~ p a::after {
  color: black;
}
.WalledGardenPortalBar-root .spoilers > p:hover ~ p code {
  background-color: black;
}
.WalledGardenPortalBar-root div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.WalledGardenPortalBar-root div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.WalledGardenPortalBar-root div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.WalledGardenPortalBar-root div.spoilers:not(:hover) a, .WalledGardenPortalBar-root div.spoilers:not(:hover) a:hover, .WalledGardenPortalBar-root div.spoilers:not(:hover) a:focus, .WalledGardenPortalBar-root div.spoilers:not(:hover) a::after {
  color: black;
}
.WalledGardenPortalBar-root div.spoilers:not(:hover) code {
  background-color: black;
}
.WalledGardenPortalBar-root .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.WalledGardenPortalBar-root .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.WalledGardenPortalBar-root .spoiler:not(:hover) a, .WalledGardenPortalBar-root .spoiler:not(:hover) a:hover, .WalledGardenPortalBar-root .spoiler:not(:hover) a:focus, .WalledGardenPortalBar-root .spoiler:not(:hover) a::after {
  color: black;
}
.WalledGardenPortalBar-root .spoiler:not(:hover) code {
  background-color: black;
}
.WalledGardenPortalBar-root td p, .WalledGardenPortalBar-root th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.WalledGardenPortalBar-root td p:first-of-type, .WalledGardenPortalBar-root th p:first-of-type {
  margin-top: 0;
}
.WalledGardenPortalBar-root a u, .WalledGardenPortalBar-root a:hover u, .WalledGardenPortalBar-root a:active u {
  text-decoration: none;
}
.WalledGardenPortalBar-widgetsContainer {
  display: flex;
  flex-wrap: wrap;
}
.WalledGardenPortalBar-portalBarButton {
  left: calc((100vw - 300px)/2);
  position: relative;
}
.WalledGardenPortalBar-portalBarButton:hover {
  opacity: 0.5;
  background: none;
}
.WalledGardenPortalBar-gardenCodeWidget {
  margin-left: 30px;
}
.WalledGardenPortalBar-eventWidget {
  width: 400px;
  margin-left: 30px;
}
.WalledGardenPortalBar-pomodoroTimerWidget {
  margin-left: 30px;
}
.WalledGardenPortalBar-codesList {
  margin-left: 60px;
}
.WalledGardenPortalBar-calendarLinks {
  font-size: .8em;
  margin-top: 3px;
}
.WalledGardenPortalBar-events {
  margin-right: 60px;
}
.WalledGardenPortalBar-fbEventButton {
  width: 135px;
}
.WalledGardenPortalBar-textButton {
  font-size: 1rem;
  font-style: italic;
  margin-right: 16px;
}
.WalledGardenPortalBar-calendars {
  margin-left: 60px;
}
.WalledGardenPortalBar-link {
  font-size: 1rem;
  font-style: italic;
  margin-right: 16px;
}
.WalledGardenPortalBar-link a {
  color: #9e9e9e;
}
.WikiGradeDisplay-root {
  display: flex;
  align-item: center;
  margin-right: 16px;
}
.WrappedLoginForm-root {
  color: rgba(0, 0, 0, 0.87);
  width: 252px;
  padding: 16px;
  font-size: 1.16rem;
  word-break: normal;
  margin-top: 0;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: 0;
}
.WrappedLoginForm-root pre {
  border: solid 1px #e0e0e0;
  margin: 1em 0;
  padding: 1rem;
  white-space: pre-wrap;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.WrappedLoginForm-root code {
  font-size: .7em;
  font-family: "Liberation Mono",Menlo,Courier,monospace;
  font-weight: 400;
  padding-top: 3px;
  line-height: 1.42;
  border-radius: 2px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
}
.WrappedLoginForm-root blockquote {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  padding-top: 8px;
  border-left: solid 3px #e0e0e0;
  margin-left: 12px;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.WrappedLoginForm-root li {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.WrappedLoginForm-root h1 {
  color: #424242;
  font-size: 2.8rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.13333em;
  margin-left: -.02em;
}
.WrappedLoginForm-root h1:first-child {
  margin-top: 0;
  margin-block-start: -3px;
}
.WrappedLoginForm-root h2 {
  color: #424242;
  font-size: 2rem;
  margin-top: 1em;
  font-weight: 400;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  line-height: 1.20588em;
}
.WrappedLoginForm-root h2:first-child {
  margin-top: 0;
  margin-block-start: -2px;
}
.WrappedLoginForm-root h3 {
  color: #616161;
  font-size: 1.6rem;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.20588em;
  font-family: Source Serif Pro,warnock-pro,Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}
.WrappedLoginForm-root h3:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
.WrappedLoginForm-root h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.35rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 2.05rem;
}
.WrappedLoginForm-root img {
  max-width: 100%;
}
.WrappedLoginForm-root sup {
  top: -0.6em;
  position: relative;
  font-size: 65%;
  vertical-align: baseline;
}
.WrappedLoginForm-root sub {
  top: 0.2em;
  position: relative;
  font-size: 70%;
  padding-right: 0.07em;
  vertical-align: baseline;
}
.WrappedLoginForm-root a, .WrappedLoginForm-root a:hover, .WrappedLoginForm-root a:active {
  color: #C03A44;
}
.WrappedLoginForm-root table {
  width: 100%;
  border: 1px double #b3b3b3;
  margin: auto;
  height: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.WrappedLoginForm-root figure.table {
  display: table;
}
.WrappedLoginForm-root td, .WrappedLoginForm-root th {
  border: 1px double #d9d9d9;
  padding: .4em;
  min-width: 2em;
}
.WrappedLoginForm-root th {
  background: #fafafa;
  font-weight: 700;
}
.WrappedLoginForm-root figure {
  margin: 1em auto;
  text-align: center;
}
.WrappedLoginForm-root figcaption {
  color: rgba(0, 0, 0, 0.54);
  font-size: .85em;
  font-weight: 400;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.375em;
}
.WrappedLoginForm-root p.spoiler {
  margin: 0;
}
.WrappedLoginForm-root .spoiler {
  padding: 8px;
  pointer-events: auto;
}
.WrappedLoginForm-root div.spoilers {
  margin: 1em 0;
  overflow: auto;
}
.WrappedLoginForm-root p.spoiler-v2 {
  margin: 0;
  padding: 0.5em 8px;
}
.WrappedLoginForm-root .spoilers:not(:hover)::selection, .WrappedLoginForm-root .spoilers:not(:hover) ::selection {
  background-color: transparent;
}
.WrappedLoginForm-root .spoilers > p:hover ~ p {
  color: black;
  background-color: black;
}
.WrappedLoginForm-root div.metaculus-preview {
  background-color: #2c3947;
}
.WrappedLoginForm-root figure.media div[data-oembed-url*="youtube.com"], .WrappedLoginForm-root figure.media div[data-oembed-url*="youtu.be"] {
  height: 0;
  position: relative;
  padding-bottom: 56.2493%;
}
.WrappedLoginForm-root .footnote-section {
  counter-reset: footnote-counter;
}
.WrappedLoginForm-root .footnote-item {
  list-style: none;
  margin-left: 0.5em;
  counter-increment: footnote-counter;
}
.WrappedLoginForm-root .footnote-item > * {
  vertical-align: text-top;
}
.WrappedLoginForm-root .footnote-back-link {
  top: -0.2em;
  position: relative;
}
.WrappedLoginForm-root .footnotes .footnote-back-link > sup {
  margin-right: 0;
}
.WrappedLoginForm-root .footnote-item::before {
  right: 0.2em;
  content: counter(footnote-counter) '. ';
  display: inline-block;
  position: relative;
}
.WrappedLoginForm-root .footnote-content {
  width: 95%;
  display: inline-block;
  padding: 0 0.3em;
}
.WrappedLoginForm-root .footnotes {
  font-size: 0.9em;
  margin-top: 40px;
  border-top: solid 1px rgba(0,0,0,0.2);
  padding-top: 40px;
}
.WrappedLoginForm-root .footnotes-sep {
  display: none;
}
.WrappedLoginForm-root hr {
  width: 100%;
  height: 100%;
  margin: 32px 0;
  border: none;
  display: flex;
  background: transparent;
  text-align: center;
  margin-top: 12px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.WrappedLoginForm-root h1, .WrappedLoginForm-root h2, .WrappedLoginForm-root h3 {
  font-size: 1.5rem;
  margin-top: .5em;
  font-weight: 500;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.WrappedLoginForm-root > *:hover ~ .spoiler {
  color: black;
}
.WrappedLoginForm-root > *:hover ~ .spoiler:before {
  color: white;
  content: "spoiler (hover/select to reveal)";
}
.WrappedLoginForm-root hr:after {
  color: rgba(0, 0, 0, 0.26);
  content: "•••";
  font-size: 1rem;
  margin-left: 12px;
  letter-spacing: 12px;
}
.WrappedLoginForm-root .footnotes sup {
  margin-right: 10px;
}
.WrappedLoginForm-root .footnotes ol {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  padding-inline-start: 0;
}
.WrappedLoginForm-root .footnotes li {
  font-size: 0.9em;
}
.WrappedLoginForm-root .footnotes blockquote {
  padding: 1px;
  font-size: 0.9em;
  margin-top: -10px;
  line-height: 1.5em;
  padding-left: 3px;
}
.WrappedLoginForm-root figure.media div[data-oembed-url*="youtube.com"] iframe, .WrappedLoginForm-root figure.media div[data-oembed-url*="youtu.be"] iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.WrappedLoginForm-root div.metaculus-preview iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.WrappedLoginForm-root .spoilers > p:hover ~ p a, .WrappedLoginForm-root .spoilers > p:hover ~ p a:hover, .WrappedLoginForm-root .spoilers > p:hover ~ p a:focus, .WrappedLoginForm-root .spoilers > p:hover ~ p a::after {
  color: black;
}
.WrappedLoginForm-root .spoilers > p:hover ~ p code {
  background-color: black;
}
.WrappedLoginForm-root div.spoilers:not(:hover) {
  color: black;
  background-color: black;
}
.WrappedLoginForm-root div.spoilers:hover {
  background: rgba(0,0,0,.12);
}
.WrappedLoginForm-root div.spoilers > p {
  margin: 0 !important;
  padding: 0.5em 8px !important;
}
.WrappedLoginForm-root div.spoilers:not(:hover) a, .WrappedLoginForm-root div.spoilers:not(:hover) a:hover, .WrappedLoginForm-root div.spoilers:not(:hover) a:focus, .WrappedLoginForm-root div.spoilers:not(:hover) a::after {
  color: black;
}
.WrappedLoginForm-root div.spoilers:not(:hover) code {
  background-color: black;
}
.WrappedLoginForm-root .spoiler .public-DraftStyleDefault-block {
  margin: 0;
}
.WrappedLoginForm-root .spoiler:not(:hover) {
  color: black;
  background-color: black;
}
.WrappedLoginForm-root .spoiler:not(:hover) a, .WrappedLoginForm-root .spoiler:not(:hover) a:hover, .WrappedLoginForm-root .spoiler:not(:hover) a:focus, .WrappedLoginForm-root .spoiler:not(:hover) a::after {
  color: black;
}
.WrappedLoginForm-root .spoiler:not(:hover) code {
  background-color: black;
}
.WrappedLoginForm-root td p, .WrappedLoginForm-root th p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.WrappedLoginForm-root td p:first-of-type, .WrappedLoginForm-root th p:first-of-type {
  margin-top: 0;
}
.WrappedLoginForm-root a u, .WrappedLoginForm-root a:hover u, .WrappedLoginForm-root a:active u {
  text-decoration: none;
}
.WrappedLoginForm-input {
  font: inherit;
  color: inherit;
  width: 100%;
  display: block;
  padding: 8px;
  font-size: 1.2rem;
  margin-bottom: 8px;
  background-color: rgba(0,0,0,0.03);
}
.WrappedLoginForm-submit {
  font: inherit;
  color: inherit;
  width: 100%;
  height: 32px;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  margin-top: 16px;
  text-transform: uppercase;
  background-color: rgba(0,0,0,0.10);
}
.WrappedLoginForm-error {
  color: #bf360c;
  padding: 8px;
}
.WrappedLoginForm-options {
  display: flex;
  padding: 4px;
  font-size: 1rem;
  margin-top: 4px;
  justify-content: space-between;
}
.WrappedLoginForm-oAuthBlock {
  display: flex;
  justify-content: center;
}
.WrappedLoginForm-oAuthBlock.ea-forum {
  justify-content: space-around;
}
.WrappedLoginForm-oAuthComment {
  margin: 10px;
  font-size: 0.8em;
  text-align: center;
}
.WrappedLoginForm-oAuthLink {
  color: rgba(0,0,0,0.7) !important;
  padding: 6px;
  font-size: 0.9em;
  text-transform: uppercase;
}
.WrappedLoginForm-toggle {
  cursor: pointer;
}
.WrappedLoginForm-toggle:hover {
  color: rgba(0,0,0,0.5);
}
.CommentUserName-author {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
}
.CommentUserName-authorAnswer {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.16rem;
  font-weight: 600;
  font-family: Mukta,GreekFallback,Calibri,"Gill Sans","Gill Sans MT",Myriad Pro,Myriad,"Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5rem;
}
.CommentUserName-authorAnswer a, .CommentUserName-authorAnswer a:hover {
  text-shadow: none;
  background-image: none;
}