.ck-content h1, .ck.ck-list__item .ck-button.ck-heading_heading1 .ck-button__label {
 font-size: 36px;
 color: #008EA9;
 font-weight: 700;
}
.ck-content h2, .ck.ck-list__item .ck-button.ck-heading_heading2 .ck-button__label {
 font-size: 30px;
 color: #3D3B8E;
 font-weight: 700;
}

.ck-content h3, .ck.ck-list__item .ck-button.ck-heading_heading3 .ck-button__label {
  font-size: 26px;
  color: #88B668;
  font-weight: 700;
}
.ck-content h4, .ck.ck-list__item .ck-button.ck-heading_heading4 .ck-button__label {
 font-size: 20px;
 color: #FFBB33;
 font-weight: 700;
}
.ck-content h5, .ck.ck-list__item .ck-button.ck-heading_heading5 .ck-button__label {
 font-size: 18px;
 color: #E072A4;
 font-weight: 700;
}
.ck-content h6, .ck.ck-list__item .ck-button.ck-heading_heading6 .ck-button__label {
 font-size: 16px;
 color: #C20114;
 font-weight: 700;
}

.ck-content a {
 font-size: 18px;
 color: #FFBB33;
}

.ck-content a:hover {
	color: #88B668;
}

.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_ne, .ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_se {
  overflow: scroll !important;
  height: 100px !important;
}
.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_se {
  overflow: scroll !important;
  height: 100px !important;
}

