.ccm-remo-expand {
    background: #e0e5e6;
    border-radius: 4px;
    box-shadow: inset 0 0 1px #45749e;
    margin-bottom: 10px;
    padding: 5px 0;
}
.ccm-remo-expand-closed:hover{
    background-position: 5px 4px;
}

.ccm-remo-expand-title {
    cursor: pointer;
}

.ccm-remo-expand-content {
    padding-left: 5px;
    margin-bottom: 10px;
    padding: 10px;
}

.ccm-remo-expand-content h3 {
    color: #8b0000;
}

.ccm-remo-expand-open {
    background: url(images/section_arrow_open.png) no-repeat 2px 4px;
    background-size: 14px 14px;
    padding-left:20px;
}
.ccm-remo-expand-closed {
  background: url(images/section_arrow_closed.png) no-repeat 2px 4px;
    background-size: 14px 14px;
  padding-left:20px;
}
