.lead-content-highlighted {
	background: #fbfcfd;
	border: 1px solid #e9eef3;
	margin: 0.75em 0;
	padding: 0.25em 0.5em;
	border-radius: 3px;
}
.lead-content-highlighted ol.single-operation-list li {
	margin: 0!important;
}

/* Page Lead List */
.list_in_table-lead-entry table tr.data-row_chain .table-row-item-3 .table-row-item-1,
.list_in_table-lead-entry table tr.data-row_chain .table-row-item-3 .table-row-item-4,
.list_in_table-lead-entry table tr.data-row_chain .table-row-item-3 .table-row-item-5,
.list_in_table-lead-entry table tr.data-row_chain .table-row-item-3 .table-row-item-6 {
	width: 12%!important;
}
.list_in_table-lead-entry table tr.data-row_chain .table-row-item-3 .table-row-item-2 {
	width: 16%!important;
}
.list_in_table-lead-entry table tr.data-row_chain .table-row-item-3 .table-row-item-3 {
	width: 36%!important;
}

/* Appearance of items as per lead expectation */
.list_in_table-lead-entry table tr.HIGH {
    background-color: #e7ffe7!important;
    border-bottom: 1px solid #a9ffa9!important;
}
.list_in_table-lead-entry table tr.LOW {
	opacity: 0.6!important;
}
.list_in_table-lead-entry table tr.LOW:hover {
	opacity: 1!important;
}

/* Hide Followups in Search Results */
.delivery_div_wrapper .list_in_table table tr.data-row_chain.documentuploads {
	display: none!important;
}
.delivery_div_wrapper .list_in_table tr.data-row_chain {
	box-shadow: none!important;
}