.property-at-a-glance .view.data h1 {
    display: none;
}

.property-at-a-glance .view.data li {
    list-style: none;
    display: inline;
    border: 1px solid silver;
    padding: 0.3em 1em;
    line-height: 2.6em;
    height: 1.6em;
    vertical-align: middle;
    margin: 0;
    white-space: nowrap;
}

.property-at-a-glance .view.data li:first-child {
    border-left: thin solid silver;
}

.property-at-a-glance .view.form, .credit-card-form .view.form {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.property-at-a-glance .view .label {
    color: #633;
    font-weight: bolder;
}

.property-thumbnails {
    position: relative;
    min-height: 250px;
    width: 99%;
    margin: 1em auto;
}

.property-thumbnails .datalist-body, .property-thumbnails .operations-form {
    color: white;
    float: right;
    width: 39%;
    background: #c33;
}

.property-thumbnails .datalist-body {
    height: 100%;
}

.property-thumbnails .operations-form {
    clear: right;
}

.property-thumbnails .data-editor { /*TODO better selector*/
    width: 59%;
    background: #c99;
    height: 100%;
    line-height: 100%;
    text-align: center;
}

.property-thumbnails .datalist-body .view.data {
    min-width: 12%;
    display: -moz-inline-box;
    display: inline-block;
}

.property-thumbnails .datalist-body ol, .property-thumbnails .datalist-body li {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.property-thumbnails .datalist-body li {
    display: inline;
    margin: 15px;
    padding-left: 0;
    width: 32%;
}

.view.data.property-photo {
    text-align: center;
}

.property-description, .property-description-form {
    margin: 1em auto;
    max-width: 50%;
    text-align: center;
    font-style: italic;
}

.listing-contract-selection .drilled-down,
.listing-interval-selection .drilled-down {
    font-weight: bolder;
    font-style: italic;
    background-color: #e6acac;
}

.listing-contract-selection table, .listing-interval-selection table {
    margin: 1em auto;
}

/* chromey */

.property-listing-detail {
    position: relative;
    margin: 3pt;
    padding: 36px 4pt 4pt 4pt;
}

.property-listing-detail .listed-property-sublogo {
    position: absolute;
    top: 4pt;
    left: 12pt;
}
