		.alert {
			position:fixed;
			bottom:-88%;
			right:0;
			width: 10em;
			height:90%;
			background-color:LightSlateGray;
			color:black;
			margin:0;
			padding-top:7px;
			padding-left:12px;
			padding-right:12px;
			border-top-left-radius:30px;
			border:1px solid white;
			text-align:justify;
			hyphens: auto;
			font-family: Times, serif;
			font-style:normal;
			font-size:1em;
			 display: block;
			 overflow-y: scroll;
			 overflow-x:hidden;
			 scrollbar-color: black LightSlateGray;
		}
		
		.alert:hover{
			bottom:0;
			right:0;
			
		}
		.alert span{
			width:10em;
			text-align:center;
			display:block;
			font-style:italic;
			text-decoration:underline;
			
		}
		