#image
{
    position: fixed;
    z-index: 10000;
    top: 15px;
    width: 741px;
    height: 0px;
    text-align: right;
}
#f-content tbody td
{
    padding-top: 20px;
    padding-bottom: 20px;
}
#f-content tfoot .pageNext img
{
    padding-left: 0px;
}



#f-content table .beerImage
{
    width: 40px;
    text-align: center;
}
#f-content table .beer
{
    width: 100px;
}
#f-content table .name
{
    width: 100px;
}
#f-content table .text
{
    width: 381px;
}
#f-content table .createTime
{
    width: 70px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}
#f-content table .mark
{
    width: 20px;
    text-align: center;
}



#f-content tbody .beerImage
{
    padding: 0px;
    background-color: rgb(255,222,120);
    background-color: rgb(236,178,30);
    background-color: rgb(235,202,100);
}
#f-content tbody .beerImage img
{
    margin-left: auto;
    margin-right: auto;
}
#f-content tbody .beer, #f-content tbody .beer a:link, #f-content tbody .beer a:visited, #f-content tbody .beer a:hover, #f-content tbody .beer a:focus, #f-content tbody .beer a:active
{
    font-weight: bold;
    text-decoration: none;
    color: rgb(0,0,0);
    background-color: rgb(255,242,140);
}
#f-content tbody .divisionName
{
    color: rgb(206,148,0);
}
#f-content tbody .beerName
{
    color: rgb(255,182,0);
}
#f-content tbody .name
{
    color: rgb(0,0,0);
    background-color: rgb(255,255,208);
}
#f-content tbody .text
{
    font-weight: normal;
    color: rgb(0,0,0);
}
#f-content tbody .createTime
{
    font-weight: normal;
    color: rgb(0,0,0);
    background-color: rgb(255,255,208);
}
#f-content tbody .mark
{
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
    color: rgb(246,170,80);
    background-color: rgb(255,247,58);
}
