/***** CUSTOM PANE CSS, added by GTI / Angela *****/
.romeo .dashboard-content .dashboard-custom ul.cp-dash-ul li {
	font-size: 14px;
	line-height: 1.3;
	color: #6D6D6D;
	position: relative;
	margin: 0 0 17px 0;
	padding-left: 22px;
	}
.romeo .dashboard-content .dashboard-custom ul.cp-dash-ul li:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 5px;
	left: 0;
	background-color: #0098CD;
	border-radius: 999px;
	}
/***** CUSTOM PANE CSS END *****/
