/*!
 * jQuery UI Accordion 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */

.ui-accordion .ui-accordion-header {
  min-height: 0; /* support: IE7 */
  font-weight: bold;
}

.ui-accordion .ui-accordion-content a {
  color: #CC3300; /* #777777; */
  text-decoration: none;
}

.ui-accordion .ui-accordion-content label {
  display: inline-block;
  width: 160px;
  text-align: right;
  text-transform: capitalize;
  padding-top: 6px;
  padding-right: 5px;
}
