﻿div.refSelectTable {
    display: table;
    width: 100%;
}

div.refSelectRow {
    display:table-row;
}

div.refSelectCell {
    display: table-cell;
    width: 33%;
}

div.refSelectTitleCell {
    font-weight: bold;
    display:inline-block;
    margin: 0 8px;
}

@media(max-width:767px) {
    div.refSelectTitleCell {
        display: table-row;
    }
}

div.refSelectResults {
    display: table-cell;
    width: 98%;
}

div.refSelectValidationResponse {
    display: table-cell;
    width: 98%;
    color: red;
}

input[type=text].refSelectTextBox {
    width: 180px;
}