/*Headings*/
h5 {
  margin: 1px 0 10px 0;
}

.node--view-mode-full .field {
    margin-bottom: 10px;
}

table tr th a {
    color: #FFF;
}

.ckeditor-accordion-container > dl {
  border: none;
}

.ckeditor-accordion-container > dl dt > a,
.ckeditor-accordion-container > dl dt > a:not(.button) {
  background-color: #fff;
  color: #000;
  border-bottom: 0px solid #000;
}

.ckeditor-accordion-container > dl dt > a:hover,
.ckeditor-accordion-container > dl dt > a:not(.button):hover {
  background-color: #000;
  box-shadow: none;
  color: #fff;
}
  
.ckeditor-accordion-container > dl dt.active > a {
  background-color: #fff;
}

.ckeditor-accordion-container > dl {
  position: relative;
  border: 2px solid #000;
}

.ckeditor-accordion-container > dl dt > a,
.ckeditor-accordion-container > dl dt > a:not(.button) {
  border-bottom: 0px solid #000;
}

.ckeditor-accordion-container > dl dt.active > a {
  background-color: #fff;
}

.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle::before, 
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle::after {
  background: #000;
}

