.ingredient {
	color: #0F7777;	
}

.hidden {
	display: none;	
}

.centered {
	text-align: center;
}


.glow {
    border-color: rgba(82,168,236,.8);
    outline: 0;
    outline: thin dotted \9;
    -moz-box-shadow: 0 0 8px rgba(82,168,236,.6);
    box-shadow: 0 0 8px rgba(82,168,236,.6) !important;
}

.flat_button {
    background:none;
    border:none;
    margin:0;
    padding:.5rem 1rem;
    cursor: pointer;
    vertical-align: middle;

}
