.listview table {width: 100%;}
.listview .header {font-weight: bold;}

/*
.listview tr.item:nth-child(even) {background: #D0D4D8;}
.listview tr.item:nth-child(odd) {background: #F0F4F8;}
*/

.listview tr.even td {background: #D0D4D8;}
.listview tr.odd td {background: #F0F4F8;}

.listview td {padding: 1px;}

.listview .cell1 {width: 100px;}
.listview .cell2 {width: 460px;}
.listview .cell3 {width: 60px;}
.listview .cell4 {width: 80px;}



/*------------------------------------------------------------*/
.singleview h1 {margin-bottom: 0px !important;}
.singleview .address h4 {color: #A0A4A8;}

.singleview .image img {margin-bottom: 6px;}

.singleview .overview tr.even td {background: #D0D4D8;}
.singleview .overview tr.odd td {background: #F0F4F8;}

.singleview .overview td {padding: 1px;}

.singleview .overview .cell1 {width: 135px;}
.singleview .overview .cell2 {width: 135px;}
