
@media only screen {body {    margin: 0;    padding: 0;}.source-theme-warning{display:none!important}
}

.cck img{
	margin-left:0!important;
	margin-right:auto!important;
}

/* Default spacing for every Scribe Markdown stack */
.com_bigwhiteduck_stacks_markdownpro_stack p {
  margin: 0 0 10px;
}

/* Optional individual overrides */
.no-margin p {
  margin: 0;
}

.tight-margin p {
  margin: 0 0 4px;
}

.medium-margin p {
  margin: 0 0 12px;
}

.wide-margin p {
  margin: 0 0 18px;
}

@media (max-width: 600px) {
  h1 {
    font-size: 30px !important;
    line-height: 1.15 !important;
  }

  h2 {
    font-size: 25px !important;
    line-height: 1.2 !important;
  }

  h3 {
    font-size: 21px !important;
    line-height: 1.25 !important;
  }
}

/* Remove top spacing from all Scribe headings */
.mdp :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Restore space when a heading follows text or a list */
.mdp :is(p, ul, ol, blockquote) + :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 28px !important;
}