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