/* Formatting and styling for the map page */

table.mapblock, table.mapblock-debug
{
    margin-top: 10px;
}

table.mapblock-debug
{
    border: 1px solid rgb(255,200,20);
}

td.mapcell
{
    padding-bottom: 20px;
}

td.mapcell p
{
    margin-top: 0px;
    font-size: 80%;
}

td.maptext
{
    padding-left: 10px;
}

div.map
{
    width: 300px;
    height: 200px;
}

img.map
{
    width: 300px;
    height: 200px;
    border: 2px solid rgb(100,100,100);
}


td.maptext p.name
{
    white-space: nowrap;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}

td.maptext p.phone
{
    white-space: nowrap;
    margin-top: 0px;
    margin-bottom: 10px;   
}

td.maptext p.addr
{
    white-space: nowrap;
    margin-top: 10px;
    margin-bottom: 0px;   
}

td.maptext p.date
{
    font-style: italic;
    white-space: nowrap;
    margin-top: 20px;
    margin-bottom: 0px;   
}

