/*************************************************************************
**
** Copyright (c) by jeff (jeff@lipsia.de)
**
** Author:  jeff
**
** File:    $Date: 2022-01-14 16:17:10 +0100 (Fr, 14. Jan 2022) $
**
** Purpose: the floating menu css
**
** Created: 2019/12/09
**
** Update:  $Date: 2022-01-14 16:17:10 +0100 (Fr, 14. Jan 2022) $
**
** Notes:
**
************************************************************************/

.floating_menu_right
{
	position:				absolute;
	height:					30px;
	visibilty:				hidden;
}

.floating_menu_item
{
	position:				relative;
	align:					left;
	width:					150px;
	border-color:			#f0a500;
	border-style:			solid;
	border-width:			4px 2px 4px 2px;
	background-color:   	#ffcc33;
	font-size:				24px;
	color:					#f0a500;	
}
