.foodgeek_baking {
	font-size:18px;
}

.foodgeek_baking input,
.foodgeek_baking select {
	border:1px solid rgb(169, 169, 169);
	border-radius:4px;
	font-size:90%;
}

.foodgeek_baking input:focus,
.foodgeek_baking select:focus {
	border:1px solid #000000 !important;
}

.foodgeek_baking input {
	padding:5px;
	width: 100%;
	text-align:right;
}

.foodgeek_baking select {
	padding:5px;
	width:100%;
}

.foodgeek_baking .calculate {
    width:auto;
    border:none;
    color: white !important;
    font-size: 18px;
    text-decoration: none;
    padding: 10px;
    background-color: #22229f;
    border-radius: 4px;
    margin-bottom: 1em;
    margin:none;
}

.foodgeek_baking .result {
    padding:10px;
    border:1px black dashed;
	margin-bottom:100px;
}

.foodgeek_baking .result h2 {
	margin-top:0;
}

.foodgeek_baking .result:empty {
    border:none;
}

