
div.edd-crm-sidebar {
	font-size: small;
	background: #f5f5f5;
	padding: 5px;
	margin: 5px 0px;
	color: #555;
	
	position: relative; top: 0px; z-index: 2; width: 210px; left: 0px; border-top-width: 0px; border-bottom-width: 0px;
} 

div.edd-crm-sidebar p {
	text-align: center;
	padding: 10px;
}

div.edd-crm-customerbox {
}

div.edd-crm-emailtitle {
	padding: 5px 10px;
	background-color: #ffa094;
	overflow-wrap: break-word;
}

div.edd-crm-customerbox {
	margin: 5px 0px;
}

div.edd-crm-customerbox.edd-crm-gold {
	border: 1px solid #bce29e;
}
	
div.edd-crm-customerbox.edd-crm-gold div.edd-crm-emailtitle {
	background-color: #bce29e;
}

div.edd-crm-customerbox.edd-crm-silver {
	border: 1px solid #fff67e;
}
	
div.edd-crm-customerbox.edd-crm-silver div.edd-crm-emailtitle {
	background-color: #fff67e;
}

table.edd-crm-table  {
	width: 90%;
	margin: auto;
}
	
table td.edd-crm-tabletitle {
	text-align: center;
}
