﻿.awpTable {
    display: table;
    width: 920px;
    white-space: nowrap;
}

.awpRow {
    display: table-row;
    width: 920px !important;
    white-space: nowrap;
}

.awpLabel {
    display: table-cell;
    width: 300px !important;
    white-space: nowrap;
}

.awpControl {
    display: table-cell;
    width: 300px !important;
    padding-right: 5px;
    white-space: nowrap;
}

input.hasDatepicker {
    width: 100px !important;
}

.loopTextbox {
    text-align: center;
    width: 70px;
}

.awpGridTableLayout {
    border: 1px solid black;
    border-collapse: collapse;
    text-align: center;
    padding: .25em 1em .25em 1em;
    clear: both;
    font-family: Verdana,Arial,sans-serif;
    font-weight: normal;
    font-size: .90em;
    color: Black;
    margin-right: auto;
}
