
/* Navigation */

/* Forms */

/* Elements */

/* Content */

table.dataTab1 td.date {
 text-align: right;
 white-space: nowrap }

/* Additional */

a.country_link {
    color:#000000;
    font-weight:bold;
    text-decoration:underline;
    }
a.country_link:hover {
    color:#000000;
    font-weight:bold;
    text-decoration:none;
    }
a.state_link {
    color:#484848;
    font-weight:bold;
    text-decoration:none;
}
a.state_link:hover {
    color:#484848;
    font-weight:bold;
    text-decoration:underline;
}
.cities-diff  {
    display: table;
    width: 100%;
    height: 100%;
}
@media only screen and (min-width: 769px) {
    .cell-wrap {
        display: table-cell;
        vertical-align: top;
        height: 100%;
    }

    .cell-wrap.left {
        width: 50%;
    }
}