/* these are the custom styles that can be applied in the editor */

.quoted_text {
  font-style: italic;
  display: inline-block;
  float: right;
  border-top: 4px double black;
  border-bottom: 1px solid black;
  padding: 6px;
  margin-left: 6px;
  font-size: 120%;
  max-width: 40%;
}

.heading {
  font-style: italic;
  font-weight: bold;
  margin: 1.5em 0px;
}

.float_left {
  float: left;
  padding: 8px;
  padding-left: 0px;
}

.float_right {
  float: right;
  padding: 8px;
  padding-right: 0px;
}


.gray_box {
  background-color: #efefef;
  border: 1px solid #000000;
}
