@charset "UTF-8";
/* CSS Document */

a {
    text-decoration:none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#results,
#error,
#success,
#loading {
	display:none;
}
.alert-error{
	border-radius: 0;
	color: #fff;
	border: 0;
	background-color:#06F !important;
}
.alert-success{
	border-radius: 0;
	color: #fff;
	border: 0;
	background-color: #9C0 !important;
}