
#result .error{
	padding: 10px; color: red;
	border: solid 1px red;
	background: #efefef;
}

#result .success{
	padding: 10px; color: green;
	border: solid 1px green;
	background: #efefef;
}

/* Mobile first queries */

/* Larger than mobile */
@media (min-width: 480px) {

}

/* Larger than phablet */
@media (min-width: 550px) {

}

/* Larger than tablet */
@media (min-width: 768px) {

}

@media (min-width: 801px) {
    
}

/* Larger than desktop */
@media (min-width: 992px) {

}

@media (min-width: 1024px) {
    
}

/* Larger than Desktop HD */
@media (min-width: 1170px) {

}
