@charset "utf-8";
/* CSS Document */

.hidebulletbox{

	visibility: hidden;
}

.bulletbox:hover + .hidebulletbox{
	
	visibility: visible;
}