.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1;
}
.wcp-main-wrap .ui-accordion-content {
    max-width: 100%;
    background-color: #ffffff;
    color: #000;
    padding: 10px;
    border: 1px solid #389abe;
}
.wcp-main-wrap .ui-accordion-content p {
    margin: 0;
}
.wcp-main-wrap .ui-accordion-header {
    background-color: #ccc;
    margin: 0px;
	padding: 10px 20px;
	color: #ffffff;
	outline: none;
}
.wcp-main-wrap .ui-accordion-header a {
    color: #fff;
    display: block;
    width: 100%;
    text-indent: 10px;
}
.wcp-main-wrap .ui-accordion-header {
    background-color: #389abe;
    background-image: -moz-linear-gradient(top,  #389abe 0%, #2a7b99 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#389abe), color-stop(100%,#2a7b99)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top,  #389abe 0%,#2a7b99 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top,  #389abe 0%,#2a7b99 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top,  #389abe 0%,#2a7b99 100%); /* IE10+ */
    background-image: linear-gradient(to bottom,  #389abe 0%,#2a7b99 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#389abe', endColorstr='#2a7b99',GradientType=0 ); /* IE6-9 */
}
.wcp-main-wrap .ui-accordion-header a {
    text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
    text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
    border-right: 1px solid rgba(0, 0, 0, .2);
    border-left: 1px solid rgba(0, 0, 0, .2);
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-top: 1px solid rgba(250, 250, 250, .2);
}
.wp-core-ui .button-delete {
	float: right;
    background: rgba(210, 48, 0, 0.74);
    border-color: #AA1800;
    -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
    color: #fff;
    text-decoration: none;
}
.wp-core-ui .button-delete:hover {
    background: rgb(210, 48, 0);
    border-color: #AA1800;
    -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
    color: #fff;
    text-decoration: none;
}
.ui-state-highlight {
	height: 30px;
	background-color: yellow;
	width: 100%;
}