/* =================================================================== */ 
/* Import Section
====================================================================== */
@import url("font-awesome.css");

/* =================================================================== */ 
/* Application Specific CSS
====================================================================== */

p.errors{
	color: red;
}


button.info {
    border: 1px solid black;
    border-radius: 1em;
    padding: 0em .125em;
    line-height: 1em;
}

button:hover.info{
    color: green;
	border-color: green;
}
