#wp-admin-bar-smm_bar .ab-item {
	background-color: #464646 !important;
    background-image: -ms-linear-gradient(bottom, #373737, #464646 5px) !important;
    background-image: -moz-linear-gradient(bottom, #373737, #464646 5px) !important;
    background-image: -o-linear-gradient(bottom, #373737, #464646 5px) !important;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#373737), to(#464646)) !important;
    background-image: -webkit-linear-gradient(bottom, #373737, #464646 5px) !important;
    background-image: linear-gradient(bottom, #373737, #464646 5px) !important;
}
#wpadminbar .metrics-items {
	overflow: hidden;
}
#wpadminbar .metrics-items * {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
}
#wpadminbar .metrics-item {
	float: left;
	height: 20px;
	margin: 3px 0 0 6px;
}
#wpadminbar .metrics-item:first-child {
	margin-left: 0;
}

#wpadminbar .metrics-item-name {
	font: normal 11px/19px sans-serif;
	float: left;
	height: 18px;
	color: #58798e;
	border: 1px solid #58798e;
	padding: 0 6px;
	display: block;
	background: #c2e1f5;
	text-shadow: 1px 1px 1px #fff;
	
	border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
}

#wpadminbar .metrics-item-count {
	font: normal 10px/14px sans-serif;
	float: left;
	color: #fff;
	
	height: 14px;
	margin: 2px 0 0 0px;
	display: block;
	padding: 0 12px 0 6px;
	position: relative;
	background: #88b7d5;
	text-shadow: 0 -1px 1px #464646;
	
	border-top: 1px solid #c2e1f5;
	border-bottom: 1px solid #c2e1f5;
}
#wpadminbar .metrics-item-count:after,
#wpadminbar .metrics-item-count:before {
	top: 50%;
	right: 0;
	width: 0;
	height: 0;
	border: solid transparent;
	content: " ";
	position: absolute;
	pointer-events: none;
}
#wpadminbar .metrics-item-count:before {
	margin-top: -7px;
	border-width: 7px;
	border-right-color: #c2e1f5;
}
#wpadminbar .metrics-item-count:after {
	margin-top: -6px;
	border-width: 6px;
	border-right-color: #464646;
}