.acc-shortcode {
  border: 1px solid #eee;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(238, 238, 238);
  margin-bottom: 0;
  border-bottom: .5px solid #eee;
  padding: 20px;
  border-radius:0 !important;
  margin-left:8px;
}

.acc-shortcode--title {
  padding: 0.5em 3em 0.5em 0em;
  font-family: "franklin-gothic-urw-cond";
  font-size: 1.2em;
  color: #666;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  border-radius:0;
  border:none;
  padding:3% !important;
  font-size: 100%;
  font-size: 1.2em;
  font-family: 'franklin-gothic-urw-cond';
}

.ui-accordion .ui-accordion-header.ui-state-active {
	background:#232d4b;
}