body {width:1000px;}
div[class|=col-]{float:left;}
.container{width:100%}
.col-sm-4{float:left;width:33.3%}
.col-sm-6{float:left;width:49.8%}
.col-sm-8{float:left;width:66.6%}

header, .under-header-widgets, .slider-home, footer, .breadcrumbs, .box-sidebar-container > div, #bttop {
	display: none;
}
.map {
	display: block !important;
}
.noprint {
	display: none;
}
.property_detail {
	padding-bottom: 0 !important;
}
a[href]:after {
	content: none !important;
}
body {
	background-color: #FFF !important;
}
td.red {
	background-color: rgb(255, 96, 96) !important;
	-webkit-print-color-adjust: exact;
}
td.green {
	background-color: rgb(149, 174, 44) !important;
	-webkit-print-color-adjust: exact;
}
td.yellow {
	background-color: rgb(255, 255, 96) !important;
	-webkit-print-color-adjust: exact;
}

.table th, .table td {
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #dddddd;
}
table#table-calendar td td {
	padding:3px 3px 4px 3px !important;
}
table#table-calendar td table.wrap-monthblock td {
	padding:2px 3px 1px !important;
	line-height:17px;
	min-height:8px;
}
bordered tbody:last-child tr:last-child td:first-child {
	-webkit-border-radius:0 0 0 4px;
	-moz-border-radius:0 0 0 4px;
	border-radius:0 0 0 4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
}
.label-important,.badge-important {
	background-color:#b94a48 !important;
}
.table-bordered {
	border:1px solid #ddd;
	border-collapse:separate;
	border-left:0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
thead {
	display:table-header-group;
	vertical-align:middle;
	border-color:inherit;
}
.table-bordered th,.table-bordered td {
	border-left:1px solid #ddd;
}
.table th {
	font-weight:bold;
}
bordered td {
	border-left:1px solid #ddd;
}
.table td {
	padding:8px;
	line-height:18px;
	text-align:left;
	vertical-align:top;
	border-top:1px solid #ddd;
}
.table>tbody>tr>td,.table>tfoot>tr>td {
	padding: 4px 8px;
	line-height:1.555;
}