#imageZoom
{
    position: fixed;
    z-index: 10000;
    top: 0px;
    width: 741px;
    height: 0px;
    text-align: right;
}
#f-content h1
{
    float: left;
    margin-bottom: 2em;
}
#f-content p.update
{
    text-align: right;
}
#f-content table
{
    clear: both;
    table-layout: fixed;
}
#f-content table td
{
    padding: 5px;
}
#f-content strong.nomaam, #f-content strong.warn
{
    color: rgb(255,0,0);
}




#f-content th.date, td.date
{
    width: 70px;
    text-align: center;
}
#f-content th.event, td.event
{
    width: 120px;
    padding-left: 10px;
}
#f-content th.description, td.description
{
    width: 351px;
}
#f-content th.image, td.image
{
    width: 170px;
    min-width: 170px;
    text-align: center;
}


#f-content td.date
{
    font-weight: bold;
    color: rgb(255,255,255);
    background-color: rgb(206,148,0);
}
#f-content td.event
{
    padding-left: 10px;
    white-space: nowrap;
    background-color: rgb(255,222,120);
}
#f-content td.event a
{
    color: rgb(200,20,20);
}
#f-content td.description strong
{
    font-weight: bold;
}
#f-content td.description img
{
    display: inline;
}
#f-content td.description a.sud
{
    font-weight: bold;
    color: rgb(255,0,0);
    text-decoration: underline;
}
#f-content td.description .sud, #f-content td.description .special
{
    font-weight: bold;
    color: rgb(255,0,0);
}
#f-content td.description .note
{
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    color: rgb(246,170,80);
    background-color: rgb(255,247,58);
}
#f-content td.image
{
    text-align: center;
    font-size: 0px;
    line-height: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(255,255,208);
}
#f-content td.image img
{
    margin-left: auto;
    margin-right: auto;
}
#f-content td.image.multi img, #f-content td.image.viewer img
{
    display: inline;
    padding-right: 1px;
    padding-bottom: 1px;
}




#f-content .beerTest
{
    font-size: 1.15em;
    font-weight: bold;
}
#f-content .beerTest a
{
    text-decoration: none;
}
#f-content .beerTest .note
{
    padding: 5px;
}
