#page-wrapper {
    padding-bottom: 2em;
}

.model-description {
    margin-left: 1em;
}

.model-description td {
    vertical-align: top;
    padding-bottom: 1em;
}

.tab-pane {
    padding-top: 1em;
}

a.image {
    margin: .5em !important;
    display: inline-block;
}

.images .image-wrapper {
    display: inline-block;
}

.images .image-wrapper .delete {
    display: block;
    text-align: right;
    margin-right: 1em;
}

.model-description td {
    padding-right: 1em;
}

.status-message {
    position: fixed;
    bottom: 1em;
    right: 1em;
    background-color: #333;
    color: #fff;
    padding: 1em;
}

.reports input[type="number"] {
    width: 3em;
}

.reports tfoot {
    position: fixed;
    bottom: 0;
}

.reports tfoot input {
    width: 6em;
}

.navbar-brand img {
    max-height: 100%;
}

.mailing.properties .selected-properties {
    margin-bottom: 2em;
}

.mailing.properties .selected-properties .property {
    display: inline-block;
    padding: .5em;
    border: 1px #4f4 solid;
    border-radius: 10px;
    background-color: #afa;
    margin-right: 1em;
    margin-bottom: 1em;
}

.mailing.properties .selected-properties .property:hover {
    display: inline-block;
    padding: .5em;
    border: 1px #f44 solid;
    border-radius: 10px;
    background-color: #faa;
    cursor: pointer;
}

.loading {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url('../img/ajax-loader.gif');
}

.customers .metro {
    max-width: 12em;
}

.faq_block {
    width:100%;
}

.faq_block .q{
    font-weight:bold;
}

.faq_block .a{
    font-weight:normal; 
    margin:15px 30px 30px 30px; 
    padding:10px; 
    background:#fefefe;
    border:1px solid #c3c3c3;
}

.panel-body [type="search"] {
    width: 19em;
}