﻿#customersInnerDiv {
    overflow: hidden;
}

#customersHeaderDiv {
    display: inline-block;
    float: left;
    width: 100%;
    background-color: lightgray;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#customersHdrSpan {
    margin-right: 50px;
    font-size: 16px;
    font-weight: bold;
}

#customersContentDiv {
    margin-left: 5px;
    padding-top: 70px;
    padding-bottom: 50px;
    width: 100%;
}

.customersHdrBtn {
    text-align: right;
    float: right;
    margin-right: 10px;
}

#customersFiltersDiv {
    display: inline-block;
    float: left;
    width: 100%;
    margin: 5px;
    margin-top: 50px;
}

#customersDiv {
    display: inline-block;
    float: left;
    margin: 5px;
    overflow-x: scroll;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    width: 1400px;
    height: 800px;
}

#customersFiltersT td {
    padding: 5px;
}

.customersFilterGuidanceP {
    margin-top: 5px;
    font-size: 14px;
    font-weight: bold;
}

#customersT {
    padding: 5px;
}

#customersT th {
    padding: 5px;
    text-wrap: avoid;
    white-space: nowrap;
}

#customersT td {
    padding: 5px;
    text-wrap: avoid;
    white-space: nowrap;
}


