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

.input {background:#0853c0; color:#fff; border:3px solid #af253c; padding:5px; width:180px;}
.select {background:#0853c0; color:#fff; border:3px solid #af253c; padding:4px; width:180px;}
.select a:focus {outline:none;}
.button {background:#8F0808; color:#fff; border:3px solid #0853c0; padding:4px; cursor:pointer; font-weight:bold;}
.button:hover {background:#CC213A; color:#fff; border:3px solid #0853c0; padding:4px; cursor:pointer; font-weight:bold;}

.ingredient {width:920px; background:#fff; border-bottom: 1px dotted #D1203C; margin-bottom:10px; padding:10px;}
.ingredient img {float:left; margin-right:10px;}
.ingredient h3 {padding:0; margin:0;}
.ingredient p {padding:0; margin:0;}

