﻿.floatingbullet
{
	z-index: 100;
}

.floatingbullet.open
{
	z-index: 1000;
}

.floatingbullet .popup
{
	display: none;
}

.floatingbullet.open .popup
{
	display: block;
	position: absolute;
	z-index: 1000;
	background: white;
	border: solid 1px black;
	padding: 3px;
}