﻿input, select, textarea
{
    border: solid 1px #fff;
}

a, hr
{
    display: none;
}


.recipeNameContainer
{
    float: left;
    margin-bottom: 24px;
    position: absolute;
    top: 0px;
}

.recipeName
{
    font-size: 1.3em;
    border: none;
}

.description
{
    font-size: 0.9em;
    margin-left: 12px;
    width: 100%;
    border: solid 1px transparent;
}

.recipeSpecs
{
    clear: both;
    margin-top: 8px;
    margin-bottom: 24px;
}

.recipeSpecs h4
{
    font-size: 1.0em;
}

.recipeStyle
{
    font-size: 0.9em; 
    margin-top: 48px;
}

.recipeStyle h4
{
    font-size: 1.2em;
}

.recipeStyle h4 a
{
    font-size: 0.7em;
    vertical-align: middle;
}

.recipeStyle h5
{
    display: inline;
    font-weight: normal;
    font-size: 1.2em;
}

.ingredients h4
{
    font-size: 1.0em;
}

.ingredients div.hops
{
    float: right;
    width: 320px;
}

.ingredients div.fermentables
{
    float: left;
    width: 320px;
}

.ingredients div.yeast
{
    clear: both;
}

.ingredients div.yeast h4 a
{
    display: none;
}

.grid
{
    width: 100%;
}

.gridHeader
{
    font-size: 0.95em;
    font-weight: normal;
    text-align: left;
}

.gridHeader th a
{
    display: inline;
    text-decoration: none;
    color: #000;
}

.gridCell
{
    font-size: 0.8em;
    font-weight: normal;
}

.gridCellHidden
{
    display: none;
}

.gridCommandCell
{
    width: 16px;
    display: none;
}

.ajaxLoader
{
    visibility: hidden;
}

.numericUp, .numericUp:hover, .numericDn, .numericDn:hover
{
    display: none;
}
