﻿* {
    -webkit-print-color-adjust: exact !important; /* Chrome, Safari */
    color-adjust: exact !important; /*Firefox*/
}
.container-wrap
{
    margin: 0;
}
body
{
    background: #fff;
}

#header, #topbar, #mapover, .toplink, #left-top, #companies-empty
{
    display: none !important;
}
#legend {
    position: static;
    margin: 20px 0;
}

#movediv
{
    left: 0 !important;
    top: 0 !important;
    position: relative !important;
    width: 100% !important;
    height: auto !important;
}

.print-only {
    display: initial;
}

.noprint {
    display: none !important;
}

#pTitle {
    color: #000;
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 0;
}

#pSubtitle {
    color: #000;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    margin-top: 0;
    color: #777777;
    border-bottom: solid 4px #000;
}

#leftbar {
    position: static;
    height: auto !important;
    width: 100% !important;
    background: #fff;
    -moz-box-shadow: none;
    box-shadow: none;
}

#main
{
    overflow: visible;
    height: auto !important;
}

#left-scrollable
{
    height: auto !important;
    overflow: visible !important;
}

#movecontainer
{
    height: auto !important;
    width: auto !important;
}

.bo div {
    font-size: 16px !important;
    color: #000 !important;
}
.bo div.n {
    /*font-size: 0 !important;*/
    /*font-size: 6px !important;*/
}

.exview .bo div.n
{
    /*font-size: 6px !important;*/
}

.bo div.l
{
    color: #777;
}

.bo div.fav 
{
    color: #000;
    font-weight: bold !important;
}

#companies-list div
{
    clear:both;
    position: relative;
    height: 15px;
}
#companies-list div input
{
    display:none;
}

#companies-list div.fav *
{
    font-weight: bold;
}

#companies-list div *
{
    position: absolute;
    margin: 0 !important;
    font-size: 13px !important;
}

#companies-list div a
{
    left: 150px;
}
#companies-list div a.i
{
    left: 450px;
}
.border{
    border: none;
}

#print-title {
    display: none;
    color: #000;
}

#companies-list div, .print-selected #companies-list div.fav
{
    display:block !important;
}

.print-selected #companies-list div
{
    display:none !important;
}

