﻿table.grid, table.grid td {
    text-align: center;
    font-size: 1.05em;
    font-family: Arial, sans-serif;
    border: 1px solid #999 !important;
}

table.grid {
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

    table.grid td {
        margin: 0;
        border-width: 1px 1px 0 0;
        vertical-align: middle;
        padding: 1px;
    }

        table.grid td.tab_header {
            color: #808080;
        }

        table.grid td.left-align {
            text-align: left;
        }

        table.grid td.center-align {
            text-align: center;
        }

        table.grid td.bold {
            font-weight: bold;
        }

        table.grid td.final a {
            font-size: 12px;
            color: #548DD4;
        }

        table.grid td.buy a {
            font-size: 13px;
            color: #548DD4;
        }

        table.grid td.img-block {
            width: 50px;
            min-width: 50px;
            border-right: none !important;
        }

        table.grid td.addr-block {
            border-left: none !important;
        }
.img-prop {
    width: 50px;
    max-width: 50px;
    display: block;
}

table.grid {
    margin-left: auto;
    margin-right: auto;
}

.final-value {
    font-weight: bold;
}

.auction-com, .auction-com a {
    color: Green;
    font-size: 12px;
}

.last-name {
    text-transform: uppercase;
    font-size: 1.1em;
}

.balance-font {
    font-size: 1.1em;
}

.bank-name {
    font-size: 0.7em;
}

.deed-font {
    font-size: 0.9em;
}

table.grid td.buy a.view-report {
    /*font-size:13px;*/
    color: green;
    font-weight: bolder;
}

table.grid td.buy a.processing-report {
    color: gray;
    font-weight: bolder;
}

table.grid td.buy a.cancel-order {
    font-size: 11px;
    color: gray;
}

.comment .link-editnote {
    visibility: hidden;
    display: inline-block;
    margin-left: 18px;
}

.comment:hover .link-editnote {
    visibility: visible;
}