.ck-editor__editable a.button,
.ck-editor__editable span.button {
  color: #333333;
  background-color: #AFD0D9;
  border: 3PX solid #AFD0D9 !important;
  box-shadow: none;
}
.ck-editor__editable a.button:hover,
.ck-editor__editable span.button:hover  {
  border: 3PX solid #AFD0D9 !important;
}
.button.rightarrow:after {
  content: "\f105";
  font: var(--fa-font-solid);
  margin-left: 10px;
}
.button.leftarrow:before {
  content: "\f104";
  font: var(--fa-font-solid);
  margin-right: 10px;
}
.button.uparrow:after {
  content: "\f077";
  font: var(--fa-font-solid);
  margin-left: 10px;
}
.button.downarrow:after {
  content: "\f078";
  font: var(--fa-font-solid);
  margin-left: 10px;
}
.ck-editor__editable .button.large {
  font-weight: 600;
  text-transform: uppercase;
}
.button.large {
  font-weight: 600;
  font-family: 'stolzlbold';
  padding: 15px 50px;
  text-transform: uppercase;
}
.ck-editor__editable .button.red,
.button.red {
  background-color: #ff0000;
  border: 3PX solid #ff0000 !important;
}
.ck-editor__editable .button.red:hover {
  background-color: #ffffff;
  border: 3PX solid #ff0000 !important;
}
.button.ltblue,
.ck-editor__editable .button.ltblue{
  background-color: #0291fb;
  border: 3PX solid #0291fb !important;
  color: #fff;
}
.ck-editor__editable .button.ltblue:hover {
  background-color: #ffffff;
  border: 3PX solid #0291fb !important;
  color: #333;
}
.button.blue,
.ck-editor__editable .button.blue{
  background-color: #0053a0;
  border: 3PX solid #0053a0 !important;
  color: #fff
}
.ck-editor__editable .button.blue:hover {
  background-color: #ffffff;
  border: 3PX solid #0053a0 !important;
  color: #333;
}
.button.generic,
.ck-editor__editable .button.generic {
  background-color: transparent;
  border: 3PX solid transparent !important;
  color: #0291fb;
}
.ck-editor__editable .button.generic:hover{
  border: 3PX solid transparent !important;
}


.ck-editor__editable .button span,
.ck-button.button span {
    background: transparent !important;
}

.ck-editor__editable .heading-underline {
    position: relative;
    padding-bottom: 15px;
}

.ck-editor__editable .heading-underline:after {
    content: "";
    width: 90px;
    height: 4px;
    background: #92ab59;
    position: absolute;
    bottom: 5px;
    left: 0;
    margin-bottom: 0px;
}
