/* Style available in TinyMCE & theme */ 

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
.clear {
    clear: both;
}
.noclear {
    clear: none;
}

.text-normal {
  font-weight: 400;
  text-decoration: none;
}

.panel {
    padding: 5px 12px;
    background-color: #e8e5ce;
    clear: both;
}
.entry-content .panel img.alignleft,
.entry-content .panel .wp-caption.alignleft {
    margin-left: 0;
}
article.sticky .panel {
    padding: 6px 12px 6px 48px;
    background: url('images/bg-sticky.png') #e8e5ce top left no-repeat;
}

/* Accordion Styles */
.accordion {
    border-bottom: 1px solid #dbdbdb;
}
.accordion-title {
    border-top: 1px solid #dbdbdb;
    margin: 0;
    padding: 20px 0;
    cursor: pointer;
}
.accordion-title:hover {}
.accordion-title:first-child { border: none; }
.accordion-title.open { cursor: default; }
.accordion-content { padding-bottom: 0.7em; }
