.btm-nav-title{
    color: rgba(85,173,50,1) !important;
    font-size: 48px;
}

/*ul {*/
/*    list-style-image: url('/img/wayPoint.png');*/
/*}*/

li {
	margin: 0;
	padding: 10px 0 10px 40px;
	list-style: none;
	background-image: url("/img/wayPoint.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
	list-style-position: inside;
}