@charset "UTF-8";
/* CSS Document */

	.PropertyImageThumb {
		float: right;
		margin: 0 0 0 3em;
		width: 100%;
		max-width: 450px;
	}
	.PropName, .PropLocation {
		font-size: 24px;
		font-family: 'Zeppelin52', sans-serif;
		color: #0e5eac;
		font-weight: normal;
		text-transform: uppercase;
		margin: 0;
		width: 50%;
		line-height: 1.25em;
	}
	.PropLocation {
		font-size: 15px;
		border-bottom-width: 2px;
		border-bottom-style: dotted;
		border-bottom-color: #999;
		width: 50%;
	}

	@media only screen and (max-width: 900px) {
		.PropertyImageThumb {
			float: none;
			margin: 0 auto 2em auto;
			left: 50%;
			position: relative;
			transform: translateX(-50%);
		}
	}
