﻿#list_featuredBuildings img
{
    border: 1px solid black;
}

.features
{
    list-style-type: square;
}

.features li
{
    margin: 0 0 0 20px;
}

.special
{
    color: #3366FF;
    font-weight: bold;
}

.importantFeature
{
    border: 1px dashed #B88C4B;
    padding: 5px 10px;
    background-color: #D7FFFF;
    width: 95% !important;
    margin-top: 20px;
}

#content
{
    padding-right: 0 !important;
}