/* Popup.css */
.onyx-popup {
	font-size: @onyx-popup-font-size;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 8px;
	padding: 6px;
	color: @onyx-popup-text-color;
	background: @onyx-popup-background @onyx-button-gradient repeat-x 0 bottom;
}

.onyx-popup-decorator {
	position: relative;
}
