html {
    font-size: 14px;
    font-family: Verdana,Arial,sans-serif;
    position: relative;
    min-height: 100%;
}
header {
    margin-bottom: 15px
}
body {
    margin: 10px;
}
a {
    color: #012169;
}
#divListings {
    margin-top: 10px;
}
#divCounter{
    float:right;
    font-size:11px;
    color:grey;
}
.listing {
    display: inline-block;
    text-align: left;
    width: 90%;
    margin: 10px;
    padding: 10px;
    box-shadow: #012169 5px 5px 10px;
} 
    .listing .details{}
        .listing .details .number {
            font-weight: bold;
            margin-bottom: 5px;
            display: none;
        }
        .listing .details .price {
            color: grey;
            margin-bottom: 5px;
        }
        .listing .details .type{
            float: right;
            color: grey;
            position: relative;

        }
        .listing .details .address{
            line-height: 15px;
            margin-bottom: 5px;
        }
        .listing .details .agent{
            color:green;
            display: inline;
            margin-top:100px;
        }
        .listing .details .bbcomp {
            display: inline;
            float: right;
            text-align: center;
            background-color: #012169;
            padding: 0px 10px;
            border-radius: 5px;
            color: white;
            font-weight: bold;
        }
        .listing .details .missing a{
            color: white;
            text-decoration: none;
        }
.popup {
    background-color: #FFFFFF;
    border: solid 3px #012169;
    display: none;
    left: 7.5%;
    margin: 0px;
    position: absolute;
    width: 85%;
}
    .popup .puHeader {
        background: #012169;
        color: #FFFFFF;
    }
        .popup .puHeader .puTitle {
            font-size: 20px;
            font-weight: bold;
            padding: 5px 10px;
        }
    .popup .puContent{
        padding:10px;
    }
    .popup .puAcknowledge {
        background-color: #012169;
        color: #FFFFFF;
        cursor: pointer;
        font-weight: bold;
        margin: 0 auto;
        margin-bottom: 10px;
        padding: 5px;
        text-align: center;
        width: 25%;
    }
        .popup .puAcknowledge:hover{
            background-color:green;
        }
.msgBox {
    display: inline-block;
    text-align: left;
    width: 90%;
    margin: 10px;
    padding: 10px;
    box-shadow: #012169 5px 5px 10px;
}
    .msgBox #msgTitle {
        color: #012169;
        font-weight: bold;
        font-size: 16px;
        border-bottom: solid 1px #012169;
    }
    .msgBox #msgContent{
        padding-top:10px;
    }
.footer {}
    .footer div {
        margin: 5px 0px;
    }
    .footer .disclosure {
        border: solid 1px #012169;
        padding: 5px;
    }
    .footer .copycredit {
        color: grey;
    }
#divLegal {}
    #divLegal .disclosure {}
    #divLegal .copycredit {
        display: none;
    }
    #divLegal .disclaimer {
        margin-top:18px;
    }