/* This file (css/nde-ed.css) should ONLY be updated within the nde-ed site content. When this file is updated,
   the changes should be propagated to the tinymce editor.

   Entries listed here will show up in the tinymce editor
*/

/* section {} */

figure {
  display: block;
  border: 0px;
  background: none;
  margin-top: 0;
  margin-bottom: 0;
}

figure.centered {
  margin: auto;
}

figure.float-left {
  float: left;
  margin-right: 2em;
}

figure.float-left img {
  margin: 0 0 0 0;
  width: 100%;
  /* fill up figure box */
}

figure.float-right {
  float: right;
  margin-left: 2em;
}

figure.float-right img {
  margin: 0 0 0 0;
  width: 100%;
  /* fill up figure box */
}

/* * bootstrap does mobile first. Then sets size as the screen gets larger */

figure.sz20pct {
  width: 40%;
}

@media (min-width: 576px) {
  figure.sz20pct {
    width: 20%;
  }
}

figure.sz20pct img {
  width: 100%;
}

figure.sz30pct {
  width: 50%;
}

@media (min-width: 576px) {
  figure.sz30pct {
    width: 30%;
  }
}

figure.sz30pct img {
  width: 100%;
}

figure.sz40pct {
  width: 60%;
}

@media (min-width: 576px) {
  figure.sz40pct {
    width: 40%;
  }
}

figure.sz40pct img {
  width: 100%;
}

figure.sz50pct {
  width: 70%;
}

@media (min-width: 576px) {
  figure.sz50pct {
    width: 50%;
  }
}

figure.sz50pct img {
  width: 100%;
}

figure.sz60pct {
  width: 80%;
}

@media (min-width: 576px) {
  figure.sz60pct {
    width: 60%;
  }
}

figure.sz60pct img {
  width: 100%;
}

figure.sz70pct {
  width: 90%;
}

@media (min-width: 576px) {
  figure.sz70pct {
    width: 70%;
  }
}

figure.sz70pct img {
  width: 100%;
}

figure.sz80pct {
  width: 100%;
}

@media (min-width: 576px) {
  figure.sz80pct {
    width: 80%;
  }
}

figure.sz80pct img {
  width: 100%;
}

figure.sz100pct {
  width: 100%;
}

figure.sz100pct img {
  width: 100%;
}

figure.image img {
  margin: 0 0 0 0;
}

figure img {
  margin: 0 0 0 0;
}

figure figcaption {
  margin: 6px 8px 6px 8px;
  text-align: center;
  font-weight: bold;
}

figure.image figcaption {
  margin: 6px 8px 6px 8px;
  text-align: center;
}

aside {
  padding-left: 1em;
  padding-right: 1em;
}

aside.left {
  float: left;
  margin-right: 2em;
  border: solid black;
  border-width: 2px;
}

aside.right {
  float: right;
  margin-left: 1em;
  border: solid black;
  border-width: 2px;
}

/* * bootstrap does mobile first. Then sets size as the screen gets larger */

aside.sz20pct {
  width: 100%;
}

@media (min-width: 576px) {
  aside.sz20pct {
    width: 20%;
  }
}

aside.sz30pct {
  width: 100%;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  aside.sz30pct {
    width: 30%;
    margin-bottom: 0;
  }
}

aside.sz40pct {
  width: 100%;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  aside.sz40pct {
    width: 40%;
    margin-bottom: 0;
  }
}

aside.sz50pct {
  width: 100%;
}

@media (min-width: 576px) {
  aside.sz50pct {
    width: 50%;
    margin-bottom: 0;
  }
}

div.displaymath {
  text-align: center;
}

div.nde-ed-edobjective {
  margin-bottom: 1rem;
  color: var(--primary);
}

div.nde-ed-review {
  padding-top: 1rem;
  color: var(--primary);
}

iframe.nde-ed-swiffyframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

iframe.nde-ed-jsframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}



.nde-noglossary {
  height: auto;
  /*
  // Apply this class to inhibit the autoglossary from constructing
  // glossary entries within a given element
*/
}
