/* special CSS for postal facts page */

.phxMainContentTitle #title h1 {
    width: 450px;
}

#news-toolbar {
    float: right;
    clear: right;
    /*position: relative;
    top: -25px;*/
}

#news-toolbar ul {
    float: none !important;
    margin: 0 !important;
}

#news-toolbar li {
    display: inline-block;
    margin: 0;
    padding-right: 5px;
    padding-left: 0;
}

#content p, #content li {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 0 !important;
    margin-bottom: 6px;
}

#content ul {
    margin-left: 10px !important;
    padding-left: 10px;
}

#content h2 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 6px;
    margin-top: 12px;
}

#content .dataTable tbody td {
    border-top: 1px solid #e3e3e3;
}

#content .dataTable td,
#content .dataTable th {
    padding: 10px 5px;
}

#content .dataTable p {
    margin: 0;
}
#content .dataTable tbody .firstCol {
    background-color: #fff;
}
#content .dataTable tbody .even .firstCol {
    background-color: #f6f6f6;
}

#content #ditl {
    list-style-type: none;
    padding-left: 0;
}

#content #ditl .ditlvalue {
    font-weight: bold;
    display: inline-block;
    width: 100px;
}

#content #topten {
    margin-top: 15px;
}

#content #topten .toptenitem {
    margin-bottom: 6px;
    font-size: 12px;
    zoom: 1;
    width: 100%;
}

#content #topten .toptenitem:before {
    display: table;
    content: "";
}

#content #topten .toptenitem:after {
    display: table;
    content: "";
    clear: both;
}

#content #topten .toptennbr {
    float: left;
    width: 4.5%;
}

#content #topten .toptentext {
    float: left;
    width: 95%;
}