.alert_msg{
	position:fixed;
	bottom:0;
	width:100%;
	text-align:center;
	background-color:rgba(196,0,0,0.8);
	color:#ffffff;
	padding:5px 0;
}

body{
	background-color:white;
}
.table th{
	background-color:white;
}
.input_width{
	width:80%;
	max-width:400px;
}