/** Grid styles */
.global-fuel-graph-button {
	text-align: center;
}
/** Tree styles */
.fuel-notif-item {
	border: 0 !important;
	border-bottom: 1px solid black !important;
}
.fuel-tree-icon {
	background-image: none !important;
	margin-left: -15 !important;
}

.fuel-asc-notif {
	background-color: #85B7ED !important;
}

.fuel-des-notif {
	background-color: #212121 !important;
	color:			  #ffffff !important;
}

.fuel-boss-notif {
	background-color: #0F0;
}

.fuel-notif {
	/*border-bottom: solid 1px;*/
	margin-top: -20px;
}
.fuel-data {
	margin-left: 15px;
}
.fuel-details ul {
	/*-moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;*/
	/* bottom: 139px; */
	/* margin-top: 10px; */
}
/** Details styles */
.fuel-details ul li {
	list-style-type: none;
}
/** Map styles */
.rssr_fuel_infobox {
	background-color: #fff;
	opacity: 0.9;
}