

/** ACCOUNT PAGE **/
.user-page 								{ padding:60px 0px; }
.user-page .my-account-links			{ list-style:none; margin:0px; padding:0px; }
.user-page .my-account-links li			{ display:inline-block; width:49%; vertical-align:top; }
.user-page .my-account-links a			{ display:block; padding:20px; margin:0px 5px 20px 5px; text-transform:uppercase; }
.user-page .my-account-links .title		{ display:block; font-size:1.6em; }
.user-page .my-account-links .text		{ display:block; margin:10px 0px; }
.user-page .my-account-links .btn		{ display:block; max-width:140px; }

.user-page .my-account-links a			{ border:10px solid #EFEFEF; }
.user-page .my-account-links a:hover	{ border:10px solid #BE1522; }
.user-page .my-account-links .title		{ color:#BE1522; }
.user-page .my-account-links .text		{ color:#777777; }



/** BACK BUTTON **/
.user-back-btn			{ margin:20px 0px 0px 0px; }



/** GENERAL **/
.static-content h1		{ text-transform:uppercase; }

.static-content h1		{ color:#BE1522; }



/** EMAIL ALERTS **/
.savedsearch-page .savedsearch-page-search		{ border-top:none; }



/** SHORTLIST **/
.search-results-grid .property-list-item a.listing .details		{ padding:20px 20px 60px 20px; }
.user-shortlist-btn												{ position:absolute; bottom:10px; left:10px; right:10px; display:block; z-index:5; }



/** RESPONSIVE **/
@media screen and (max-width:720px){
	
	.user-page .my-account-links li			{ display:block; width:100%; text-align:center; }
	.user-page .my-account-links .btn		{ width:auto; max-width:200px; margin:0px auto; }

}

@media screen and (max-width:560px){
	
	.form .form-row-narrow	{ width:100%; }
	
}







