
#prompt-bubble {
	position: absolute;
	z-index: 9;
	background-color: #18222E;
	padding: 10px 5px;
	white-space: nowrap;
	cursor: default;
}
#prompt-bubble .message {
	color: #FFF;
}
