.noprint {
    display: none !important;
}
.print-center {
    margin: 0 auto;
    /*text-align: center;*/
}
a[href]:after {
    content: none !important;
}
.print-only-logo {
    float: none;
    text-align: left;
    display: inline-block;
}
.print-only-logo-outer {
    text-align: center;
    float: none;
    display: block;
}
/*Rental Property Hot List*/
.rental-hot-list-page table.g {border: 1px solid black;width:100%;}
/*table.g {border: 1px solid black;width:95%}*/
.rental-hot-list-page table.g th, table.g td {border: 1px solid black;padding:4px;}
.rental-hot-list-page table.g tr {page-break-inside: avoid; }
.rental-hot-list-page table.g tr.odd, table.g tr.even {background: none;}
.rental-hot-list-page table.g tr.even td {
    border-bottom: 0 none;
}
.rental-hot-list-page table.g tr.odd td {
    border-top: 0 none;
}