/***** CUSTOM PANE CSS, added by GTI / Angela *****/
.romeo .dashboard-content .dashboard-custom .card .dash-card-header {
    /** hiding the custom pane title **/
    display:none;
}
@media (min-width: 992px) {
    .flex-dash-row .dash-card-custom .card-body {
        /** changing the height of the custom pane body **/
        max-height:1000px;
    }
}
.cp-link h3 {
	line-height:1.4;
	}
.cp-link span.text-primary {
	display:inline;
	background-image: linear-gradient(to right, #de2121, #DE2121);
	background-size: 0 2px;
	background-position: left bottom;
	background-repeat: no-repeat;
	transition-property: background-size;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	}
.cp-link:hover span.text-primary {
	background-size: 100% 2px;
	}
