body {
    padding: 0px;
    margin: 0px;
    color: #383838;
    background-color: #fff;
    overflow: hidden;
    border-bottom:1px solid #E5E5E5;
}

#content {
    padding: 0;
    margin: 0 22px 0 0;/*connected to 10px #heading padding*/
    position: relative;
    font-family: Georgia, serif;
}

img {
    vertical-align: inherit;
}

img.trend {
    float:left;
    margin:5px 5px 10px 0px; /*goes lower than one line, so page-title wraps as a block*/
}

a.page {
    text-decoration: none;
}

a.page:hover {
    color: #195999 !important;
}

.page {
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 7px 10px 3px 10px; /*set padding-left:60px if we show numbers*/
    margin-bottom: 0;
    font-size: 12pt;
    line-height: 15pt;
    overflow: hidden;
    height: 40px;
    cursor: pointer;
    border-left:1px solid #E5E5E5;
    border-right:1px solid #E5E5E5;
}

.visitors {
    width: 50px;
    font-size: 26pt;
    text-align: right;
    position: absolute;
    left: 0;
    padding-top: 10px;
    display: none;
}

#heading {
    display:none;/*default, unset later*/
    font: bold 10.5pt/13pt ff-meta-web-pro,arial,sans-serif;
    margin: 0;
    padding: 8px 0 6px 10px;
    border-bottom: none;
    border-top:1px solid #7f7f7f;
    border-left:1px solid #E5E5E5;
    border-right:1px solid #E5E5E5;

    text-transform: uppercase;
}
