/* page stylesheet */

.row_content
{
    float: left;
    clear: both;
    margin-left: 20px;
    width: 95%;
}

.row_content .summary
{
    float: left;
    clear: left;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
}

.row_content .content
{
    float: left;
    clear: left;
    width: 100%;
    font-size: 16px;
}

.row_content .content table h3
{
    clear: left;
}

em {
    font-style: italic;
}

small
{
    font-size: 60%;
}

.openingTimes
{
    width: 100%;
    float: left;
}

.openingTimes .left,
.openingTimes .right
{
    float: left;
    width: 48%;
    font-size: 14px;
}

.openingTimes ul
{
    width: 100%;
    float: left;
}
.openingTimes ul li
{
    width: 100%;
    float: left;
}