@charset "UTF-8";
/* CSS Document */

#openhouse {
    padding: 10px;
}
#thumb {
    float: none;
    height: 90px;
    width: 120px;
}
.date {
    color: #1C899D;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
#details {
    float: right;
    width: 420px;
}
#openhouse_alt {
    padding: 10px;
    background-color: #EFEFEF;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #1C899D;
    border-bottom-color: #1C899D;
}


