div.contacts {
    font-family: arial-narrow, arial, geneva, verdana, sans-serif;
    font-size: 16px;
    background: #e0e0e0;
    padding: 20px 20px 20px 20px;
}

div.contacts table {
    margin: 0px 0px 20px 0px;
    border-collapse: collapse;
    border-spacing: 0px 0px;
    border-width: 0px;
}

div.contacts caption {
    color: #008000;
    font-size: +1.5em;
    font-weight: bold;
    caption-side: top;
    text-align: left;
    margin: 0px 0px 0px 0px;
}

div.contacts table tr,
div.contacts table td {
    margin: 0px;
    padding: 0px 10px 0px 0px;
    vertical-align: top;
}

div.contacts table tr td {
    width: 250px;
}

div.contacts div.contacts_inner {
    /* width: 700px; */
    /* background: #f0f0f0; */
    padding: 20px 20px 20px 10px;
}

div.contacts span.email,
div.contacts span.phone {
    font-weight: bold;
}

div.contacts h3.contacts {
    font-weight: bold;
    text-align: center;
    margin: 0px;
}

div.contacts h4.contacts {
    font-weight: bold;
    text-align: center;
    margin: 0px 0px 10px 0px;
}
