<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ViewContact
{
    padding: 10px 18px 5px;
}
.ViewContact table
{
    background: #D8F0FA;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.ViewContact td
{
    padding: 10px 0;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    word-wrap: break-word;
    word-break: break-all;
}
.ViewContact td.td1
{
    width: 80px;
    font-weight: bold;
    color: #666;
    background: #EAF7FC;
    padding-right: 10px;
    text-align: right;
}
.ViewContact td.td2
{
    font-size: 14px;
    color: #333;
    padding-left: 10px;
    padding-right: 10px;
}
.MapBox
{
    padding: 10px 18px 5px;
}</pre></body></html>