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

a
{
    cursor:pointer;
}

/*Column headers */
/*1100px to work with*/
.diary
{
    text-align:left;
}
.select-checkbox-column-header
{
    width:10px;
}
.location-name-column-header
{
    width:150px;
}
.address-column-header
{
    width:165px;
}
.contract-expires-column-header
{
    width:100px;
}
.inspection-type-column-header
{
    width:100px;
}
.jurisdiction-column-header
{
    width:150px;
}
.maintenance-company-column-header
{
    width:150px;
}
/*End column headers */

/*Options*/

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

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

/*End options*/
