#f-content h1
{
    float: left;
    margin-bottom: 2em;
}
#f-content p.update
{
    text-align: right;
}
#f-content p.clear
{
    clear: both;
}
#f-content strong.note
{
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    color: rgb(246,170,80);
    background-color: rgb(255,247,58);
}
#f-content strong.nomaam
{
    color: rgb(255,0,0);
}





#f-content table.tourplan
{
    table-layout: fixed;
    font-size: 1.0em;
}
#f-content table.tourplan td
{
    border: 0px;
    height: 20px;
    padding-left: 0px;
    padding-right: 20px;
}



