#tooltip {
	position: absolute;
	z-index: 3000;
	background:#edc26a !important;
	color:#473A1F;
	border:none;
	border-radius:4px;
	padding:10px 12px !important;
	font-size:13px;
	font-weight:normal;
	line-height:1.4;
	max-width:300px;
}

#tooltip h3, #tooltip div { margin: 0; }

.pluginbuddy-nodecor a {
	text-decoration: none;
}

.pluginbuddy_tip { 
	display: inline-block;
	text-align: center;
	background: #f4d9a2;
	border: 1px solid #B4D18C;
	border: 1px solid transparent;
	color: #ba8f38;
	border-radius: 50%;
	font-family: sans-serif;
	font-size: 8px;
	line-height: 1.6;
	height: 12px;
	width: 12px;
	cursor: pointer;
	margin: 2px 0 0 5px;
	-webkit-transition:all .1s linear;
	-moz-transition:all .1s linear;
	transition:all .1s linear;
}

.pluginbuddy_tip:hover { 
	color: #8b6b2a;
	background: #f1d190;
}



#adminmenu .wp-submenu a[href|="admin.php?page=contactbuddy-view_more"],
#adminmenu .wp-submenu li.current a[href|="admin.php?page=contactbuddy-view_more"]{ color:#E9B346; }
