/* Styles for the presentation of the BootstrapObjectRow template.  */

.object-as-rows
{
    display: table;
    position: relative;
}

.object-as-rows .null-text
{
    color: #222;
}

.object-as-rows .row
{
    display: table-row;
}

.object-as-rows .editor-label,
.object-as-rows .display-label
{
    white-space: nowrap;
    position: relative;
}

.object-as-rows .editor-field,
.object-as-rows .display-field
{
    color: #333;
}

/* Feedback from Rubina 3/8/13 */
.editor-field input:checked + label { font-weight: bold; }