.widefat .column-add_customer_stats { 
	width: 15% !important; 
}
.repeat-details {
	padding: 0 0 0 20px; 
	margin: 0; 
	list-style-type: circle;
}
.repeat-details li {
	line-height: normal;
	margin: 0;
	padding: 0;
}
table.details_table tr td {
	font-size: 11px;
	line-height: normal;
}	
table.details_table tr td ul li {
	font-size: 11px;
	line-height: normal;
}	
ul.circled-list {
	padding:0 0 0 20px; 
	margin:0; 
	list-style-type:circle; 
	line-height: normal;			
}
ul.circled-list li {
	margin:0; 
	padding:0; 
	line-height: normal;			
}	
.status {
	font-size: 10px;
	display: inline-block;
	padding: 3px 6px;
	margin: 5px 0;
	border-radius: 5px;
    text-transform: capitalize;
    font-weight: bold;
    color: #000000;	
    background: #CCCCCC;		
}
.stats-processing { 
	background: #c6e1c6 !important;
	color: #5b841b !important;
}
.stats-completed { 
    background: #c8d7e1 !important;
    color: #2e4453 !important;
}
.stats-failed {
	background: #eba3a3 !important;
    color: #761919 !important;
}

.stats-on-hold {
    background: #f8dda7 !important;
    color: #94660c !important;
}

/* DETAILED VIEW - ACCORDION STYLE */

#cstat-detail-accordion h3 {
    color: #555555;
    background: #f2f2f2;
	padding: 5px 10px 5px 25px;
	border-radius: 5px;
	border: none;
	margin: 2px 0;
}

#cstat-detail-accordion h3 span.status {
	text-transform: capitalize;
    font-size: 11px;
    padding: 2px 5px;
    float: right;
    font-weight: normal;
    margin: 0;	
    background: #888888;
	color: #e5e5e5;
}

.cstatstatus-processing {
	background: #c6e1c6 !important;
	color: #5b841b !important;
}

.cstatstatus-completed {
    background: #c8d7e1 !important;
    color: #2e4453 !important;
}

.cstatstatus-failed {
	background: #eba3a3 !important;
    color: #761919 !important;
}

.cstatstatus-on-hold {
    background: #f8dda7 !important;
    color: #94660c !important;
}

#cstat-detail-accordion h3:hover {
	cursor: pointer;
}

#cstat-detail-accordion h3:focus {
  	outline: none;
}

#cstat-detail-accordion h3.ui-state-active {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	margin-bottom: 0;
}

#cstat-detail-accordion p {
	margin: 0;
	padding: 0;
}

#cstat-detail-accordion .ui-accordion-content-active {
	background: #ffffff;
	padding: 15px 10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 2px solid #f2f2f2;
	margin-bottom: 4px;

}

#cstat-detail-accordion span.floater-element {
	float: left; 
	width: 32%; 
	overflow: hidden;
}

#cstat-detail-accordion .ui-accordion-content-active p,
#cstat-detail-accordion .ui-accordion-content-active ul li {
	font-size: 11px;
	line-height: normal;
}

td.headline-stats {
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
}