li.row.sticky{
	border-top-color:  red;
	border-bottom-color: red;
	background-color: #F06000;
}

li.row.sticky:hover {
	background-color: #ECD5D8;
}