@media only screen and (max-device-width: 640px) {
	.alert {
	padding: 8px 14px 8px 14px;
	position: fixed;
	margin-left: 0em;
	z-index: 1;
}
}