﻿.header_box, .header
{
    height: 140px;
}
 table.template, table tr.template
{
    display: none;
}
div.contact
{
    padding-top: 10px;
}
div.css_td.left
{
    width: 250px;
    vertical-align: top;
    border-right-width: 0;
}
div.css_td.nowidth
{
    border-right-width: 0;
}
div.frame
{
    margin-bottom: 10px;
    border: 1px solid #37A6A6;
    border-radius: 7px;
    padding: 5px;
}

div.frame div.title
{
    width: 100%;
    height: 25px; /*margin: 5px;*/
    padding-top: 5px;
    font-size: 16px;
    font-weight: bold;
    background-color: #45d1d2;
    color: #083842;
    text-align: center;
}

div.frame div.Contacts
{
    width: 100%;
    margin-top: 3px;
    padding: 5px 0px;
    height: auto;
    text-align: left; /* background: #efefef;*/
}
div.frame div.Contacts table
{
    width: 100%;
    margin-top: -5px;
}
div.frame div.Contacts table thead
{
    width: 100%;
    height: 24px;
    background-color: #45d1d2;
    border: none;
    text-align: center;
}
div.frame div.Contacts table thead tr
{
    font-size: 13px;
    color: White;
    line-height: 1.3em;
}
div.frame div.Contacts table tbody tr
{
    background-color: #F2F0EA;
    text-align: center;
    line-height: 1.8em;
}
div.frame div.Contacts table tbody tr:nth-child(odd)
{
    background-color: #eee;
}
div.frame div.Contacts table tbody tr:nth-child(even)
{
    background-color: #ccc;
}
div.frame div.Contacts table tbody tr td
{
    text-align: center;
    padding: 5px;
}
div.frame div.Contacts table tbody tr td.left
{
    text-align: left;
}
