/*****************************************************
 * DEVELOPERS: 
 * place any post-LESS css mods, overrides, fixes, 
 * etc. in this file. the contents of this file 
 * will be merged into the LESS source by Norman Design
 ****************************************************/

.nomargin {margin: 0px}
.gmap img{max-width: inherit;}
.autoheight{height: auto; min-height: 0;}

td.details-control {
    background: url('/img/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.details td.details-control {
    background: url('/img/details_close.png') no-repeat center center;
}

