/*** COMMON TO ALL STYLES ***/
.cprp_items{ display: none; }
.cprp_title, .cprp_percentage{ text-align:left; }
.cprp_percentage img{ display:inline-block;}
.cprp_thumbnail { width: 25%; margin: 5px 10px 5px 0; float: left; }
.cprp_excerpt{ line-height:1.4em; text-align:left;}
.cprp_excerpt p{margin-top:0;}
.cprp_tags {
	text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    word-wrap: normal;
	font-size: 0.8em;
	text-align:left;
 }

.cprp_items a{ box-shadow: none !important; }

/*** LIST STYLE ***/
.cprp_items.cprp-widget ul ,
.cprp_items.list ul { margin: 0; padding: 0; list-style-type: none; }
.cprp_items.cprp-widget li,
.cprp_items.list li { clear: both; margin-bottom:15px; list-style-type: none; }
.cprp_items.list .cprp_tags { background: #EFEFEF; padding: 5px; }