a {
	outline: none;
}

a img {
	border:none;
}

.alert {
	padding: 20px;
	color: #FFFFFF;
	border-radius: 6px;
}

.closebtn {
	margin-left: 15px;
	color: #FFFFFF;
	font-weight: bold;
	float: right;
	font-size: 22px;
	line-height: 20px;
	cursor: pointer;
	transition: 0.3s;
}

.closebtn:hover {
	color: #000000;
}

.alert-maint {
	padding: 20px;
	color: #000000;
	border-radius: 6px;
	border-style: solid;
	border-color: #ff8c00;
	font-size: 20px;
}

.closebtn-maint {
	margin-left: 15px;
	color: #000000;
	font-weight: bold;
	float: right;
	font-size: 22px;
	line-height: 20px;
	cursor: pointer;
	transition: 0.3s;
}

.closebtn-maint:hover {
	color: #0000ff;
}