﻿.search-button
{
    margin: 0px 0px 8px 0px;
}

a
{
    cursor:pointer;
}

/*Column headers */
/*1100px to work with*/
.locations
{
    text-align:left;
}
.select-checkbox-column-header
{
    width:10px;
}
.id-column-header
{
    width:30px;
}
.name-column-header
{
    width:150px;
}
.address-column-header
{
    width:160px;
}
.city-state-zip-column-header
{
    width:100px;
}
.expiration-column-header {
    width: 50px;
}
.jurisdiction-column-header
{
    width:100px;
}
.maintenance-company-column-header
{
    width:95px;
}
.maintenance-company2-column-header
{
    width:95px;
}
.total-units-column-header
{
    width:10px;
}
/*End column headers */

/*Options*/

.options-row
{
    padding: 0px 0px 15px 0px;
}

.inspector-list
{
    overflow-y: scroll; 
    height:200px;
}

.options-container
{
    margin: 0px 0px 0px 0px;
}

/*End options*/
