/*Drop Down*/
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-bottom: 0;
  margin-top: 0;
}

/*Inner Cases*/
.greyedOut {
  color: rgb(150,150,150);
}
.dropDownBox{
  margin: -0.5rem 1rem 1.5rem 1rem;
  display:inline-block;
  border-radius: 25px;
  border: 1px solid rgb(244,203,101);
  color: rgb(244,203,101);
  padding: 10px 25px;
  /*max-width: 70%;*/
  /*background-color: rgb(57,75,56);*/
  /*min-height: 5rem;*/
}
.Q{
  color: rgb(244,203,101);
  font-weight: bolder;
  font-size: 1.75rem;
}
.space{
  display: inline-block;
  width: 25px;
}
.arrow {
  border: solid rgb(244,203,101);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 7px;
}


/*Only used in outdated files*/
.warningP {
  padding: 0 6rem;
  margin-top: 4rem;
  line-height: 3rem;
  /*text-indent: 3rem !important;*/
  /*margin-top: 0;*/
  /*margin-bottom: 0;*/
}
.ref {
  color: cadetblue;
  font-weight: bolder;
  cursor: pointer;
  /*font-size: 1rem;*/
}
.bigtext{
  font-size: 1.875rem;
}
.smalltext{
  font-size: 1.5rem;
}
.bb{
  font-weight: bold;
  font-size: 1.75rem;
  color: cadetblue;
}
.indent1{
  padding-left: 9rem;
  padding-right: 9rem;
}
.indent{
  margin-left: 2rem;
}
.note{
  color: rgb(150,150,150);
}
.note::before{
  font-weight: bolder;
  content: "**Note: ";
}
.small-heading-no-underline{
  /*margin-top: 1.7em;*/
  font-size: 1.5rem;
  font-weight: bold;
  color: cadetblue;
  /*text-decoration-color: rgb(91,92,96);*/
}
.three-col{
  margin-top: 2rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-basis: 33%;
}
.vocabIndent{
  margin: 0 9rem;
}
.vocabExIndent li {
  margin-left: 0;
}
.rowNonCenter {
  /*width: 100%;*/
  display: flex;
}
.wrap{
  display:flex;
  align-content: center;
  flex-direction: column;
  justify-content: center; /* new */
}
.vocabExIndent{
  margin: 1rem 20rem 0;
}



