a.collection-item div.row{
	margin:0px;
}

a.collection-item.header{
	background: #bfbfbf;
}

a.collection-item.header:hover{
	background: #bfbfbf!important;
}
a.collection-item div.col{
	margin-top: 4px;
}

a.collection-item.header b{
	color: #717171;
}

button.remove_item{
	border: 1px solid #ef5350;
    background: #ff7a77;
    color: white;
	cursor: pointer;
	margin-top: -4px;
}

button.remove_item:hover{
    background: #f44336;
	border: 1px solid rgb(214 0 0);
}

