p {
	margin: 0 0 26px;
}

.post p {
	line-height: 24px;
}

p.page-header {
	border: 0px;
    color: #022a3b;
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
    margin: 20px 0px;
    padding: 0px
}

.properties-grid .property h1, .properties-grid .property h2, .properties-grid .property h3 {
	padding: 0;
	line-height: 30px;
	margin: 10px 0px 10px 0px;
}

@media (max-width: 767px) {
	.post img {
	  width: 100% !important;
	  height: auto;
	}

	.post div {
		width: 100% !important;
	  	height: auto;
	}

	.post td {
	    border-top: 1px solid #ededed;
	    padding: 6px 0px 6px 0px;
	}
}

.post table {
    -webkit-hyphens: auto;
    word-wrap: break-word;
    word-break: break-all
}

.post th {
    font-size: 13px;
    text-transform: uppercase;
}

.post td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 10px;
}

.post th, .post td {
    text-align: center !important;
	vertical-align: middle !important;
}

.post .space-assist {
	height: 26px;
}

.spanMenu {
	width: 300px;
}

.spanMenu li {
	font-size: 15px;
	line-height: 30px;
	padding: 5px 0 0 10px;
	text-align: left;
}

.spanPost {
    width: 620px;
    float: right;
}

@media (min-width: 1200px) {
	.spanMenu {
    	width: 300px;
	}

	.spanPost {
	    width: 840px;
	}
}

@media (max-width: 979px) {
	.spanMenu {
    	display: block;
	    float: none;
	    width: 100%;
	    margin-left: 0;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}

	.spanPost {
	    display: block;
	    float: none;
	    width: 100%;
	    margin-left: 0;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}

	#main .row {
		margin-left: 0;
	}
}