/**
 * @file
 * CSS to highlight collapsible content in the WYSIWYG.
 */

.mceContentBody .openberkeley-collapsible-target {
  border: 2px dotted #999999;
  padding: 4px;
}

.mceContentBody .openberkeley-collapsible-controller {
  border: 2px dashed #CCCCCC;
  padding: 4px;
}


.openberkeley-expand-all-links,
/* ID version for old markup - new markup should use the class above. */
#openberkeley-expand-all {
  float: right;
}

.openberkeley-collapsible-container {
  clear: both;
  margin-bottom: 12px;
}

.openberkeley-collapsible-controller {
  position: relative;
  padding-right: 42px;
}

.openberkeley-collapsible-controller a {
  display: block;
  border-width: 0px 0px 1px 0px;
  border-style: dotted;
}

.openberkeley-collapsible-status {
  position: absolute;
  top: 10px;
  right: 15px;
}
