@charset "UTF-8";
/* CSS Document */
.green{
	color: green;
}
.red{
	color: red;
}
table.tblEERA th{
	background-color: #30658d;
	color: white;
	
}
.mano{
	cursor: pointer;
}
 #scroll-up {
	position: fixed;
	padding: 5px;
	bottom: 40px;
	right: 10px;
	width: 40px;
	height: 40px;
	opacity: 1;
	z-index: 99999;
	color: #FFF;
	cursor: pointer;
	line-height: 45px;
	text-align: center;
	border-radius: 5px;
	background-color: #222d32;
}

