table.company
{
    background: none;
    border: none;
}

table.company td
{
    background: none;
    padding: 0.5em 1em;
    border: none;
}

table.company td:nth-child(1)
{
    width: 100px;
}

table.company tr:nth-of-type(odd) td
{
    background: #eee;
}

div.office
{
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    width: 300px;
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 5px #555;
    border-radius: 5px;
    display: none;
}

div.close
{
    width: auto;
    float: right;
    cursor: pointer;
}

area
{
    cursor: pointer;
}

div.content
{
    position: relative;
}

table.picto td
{
    width: 50%;
}

table.picto td:nth-child(2)
{
    vertical-align: middle;
}

table.clasic td
{
    background: none;
    border: none;
    vertical-align: top;
}

table.clasic
{
    background: none;
    border: none;
    width: auto;
}

table.picto
{
    width: 100%;
}

table.network td p
{
    margin-bottom: 0;
}

table.network td
{
    padding: 0.5em;
}

table.brochures
{
    width: auto;
}

table.brochures td
{
    background: none;
    border: none;
    padding-right: 1em;
}

table.contact td
{
    background: none;
    border: none;
    padding: 0;
}

.node-specification td
{
    border: none;
    background: none;
    padding: 1em 0.5em;
}

.node-specification tr:nth-of-type(odd) td
{
    background: #ddd;
}
.node-specification table
{
    border: none;
    background: none;
}

.view-specifications td
{
    background: none;
    text-align: center;
    border: none;
    padding-top: 2em;
}

.view-specifications table, table.contact, table.brochures 
{
    background: none;
    border: none;
}

table.applications
{
    background: none;
    border-collapse: collapse;
    border: none;
}

table.applications td:nth-child(1)
{
    width: 200px;
}

table.applications td
{
    border: none;
    border-bottom: 1px solid #ccc;
    background: none;
    vertical-align: top;
    padding-top: 2em;
}

div.banner_wrapper
{
    max-width: 1000px;
    margin: 0 auto;
}

video
{
    width: 100%;
}

div.map
{
    width: 100%;
    overflow: auto;
}

div.map img
{
    max-width: 920px;
}