*{
	padding: 0px;
	margin: 0px;
}
.alert{
	background-color: #eeefd8;
	left: 60%;
	top: 80%;
	/*width: 60%;*/
	position: absolute;
	transform: translate(-65%, -60%);
	z-index: 100;
	/*box-shadow: 2px 2px 50px 10px rgb(253, 249, 14);*/
}
.alert a{
	text-decoration: none;
	font-weight: bold;
}
.alert h5{
	color: black;
	font-weight: bolder;
	padding: 0px;
	margin: 0px;
}

.alert h6{
	background-color: white;
	color: black;		
}
hr{
	color: white;
}

.alert th{
	background-color: #1C4E14;
	color: white;
	padding: 10px 0px;
}
.alert a{
	display: white;
	
	color: black;
	font-size: 20px;
}


