<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">							.messaggi_numerino {    position: absolute;
								top: -6px;
								width: 15px;
								height: 20px;
								background-color: #F00;
								color: #FFF;
								font-size: 14px;
								line-height: 20px;
								text-align: center;
								border-radius: 2px;
								box-shadow: #000 1px 2px 3px;
								display:none;
								}
							.messaggi_contenitore { position:relative; }
							.messaggi_contenitore .menu_messaggi {
								width:370px;
								height:440px;
								display:none;
								overflow:auto;
								position:absolute;
								right:0;
								top:40px;
								z-index:10;
								background-color:#fff;
								box-shadow:0 2px 15px #999;
								text-align: left!important;
							}

							.messaggi_contenitore .menu_messaggi li { border-bottom:1px solid #333; width:100%; margin-bottom:3px;}
							.messaggi_contenitore .menu_messaggi li:hover { background-color:#CCC; }
							.messaggi_contenitore .menu_messaggi li a { border:0; margin:0; padding:0;  color:#000; width:100%; height:100%; display:block; }
</pre></body></html>