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

a
{
    cursor:pointer;
}

/*Column headers */
/*1100px to work with*/

.select-checkbox-column-header
{
    width:10px;
}
.location-name-column-header
{
    width:125px;
}
.address-column-header
{
    width:190px;
}
.city-state-zip-column-header
{
    width:100px;
}
.inspection-type-column-header
{
    width:150px;
}
.due-date-column-header
{
    width:40px;
}
.last-inspection-column-header
{
    width:100px;
}
.date-sent-column-header
{
    width:40px;
}
.late-sent-column-header
{
    width:40px;
}
.jurisdiction-column-header
{
    width:105px;
}
/*End column headers */

/*Options*/

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

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

/*End options*/
