#home-prices {
    margin: 8px 0 0 0;
}

#home-prices .dataset {
    margin: 0;
    padding: 0;
}

.dataset table {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#home-prices .dataset td {
    width: 20%;
    text-align: center;
    font-size: 11pt;
}

#home-prices .dataset tbody td:first-child {
    border-right: 1px solid #ddd;
    background: #ececed;
    color: #666;
    text-align: left;
    font-weight: bold;
}

#home-prices table.home-prices-legend thead td:first-child {
    border-right: none;
    text-align: left;
}

#home-prices .dataset tbody td.instrument {
    text-align: center;
    font-weight: bold;
    background: #ececed
}

#home-prices .dataset td {
    padding: 6px 0;
}

#home-prices .dataset thead tr td a {
    text-decoration: none;
}

#home-prices .dataset thead tr td a:hover {
    text-decoration: underline;
}


#home-prices .dataset thead td:first-child {
    text-align: left;
}
