<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/** MY ACCOUNT PAGE **/
.user-section-wrapper		{ list-style:none; margin:0px; padding:0; }
.user-section-wrapper li	{ float:left; width:25%; margin:0px 0px 20px 0px; }
.user-section				{ text-align:center; margin:5px; padding:40px 20px; }
.user-section .title		{ font-size:1.3em; text-transform:uppercase; }
.user-section .text			{ margin:20px 0px 60px 0px; }
.user-section .btn			{ padding:10px 20px; margin:10px 0px 10px 0px; background:#1ca87b; }
.user-section .btn:hover	{ background:#11684c;  color:#FFFFFF; }

.user-section				{ background:#f5f5f5; border-bottom:5px solid #1ca87b; color:#333333; }
.user-section .title		{ font-family:'Roboto Slab', sans-serif; color:#1ca87b; }
.user-section .text			{ color:#333333; }

.savedsearch-page h1		{ font-family:'Roboto Slab', sans-serif; color:#1ca87b; }

/** SHORTLIST **/
.shortlist-btn-wrapper				{ margin:10px 0px 0px 0px; padding:10px 0px 0px 0px; }
.shortlist-btn-wrapper a			{ display:block; clear:both; padding:10px; margin:0px 10px 10px 10px; text-align:center; }

.shortlist-btn-wrapper				{  }
.shortlist-btn-wrapper a			{ background:#1ca87b; color:#FFFFFF; }
.shortlist-btn-wrapper a:hover		{ background:#11684c; color:#FFFFFF; }

.savedsearch-page-search-details .btn 			{ background:#1ca87b; color:#FFFFFF; }
.savedsearch-page-search-details .btn:hover 	{ background:#11684c; color:#FFFFFF; }

.user-logreg									{ line-height: 26px; font-size: 1.1em; }
.user-logreg h1,
.savedsearch-page h1,
.save-search-page h1							{ display:none; }
.savedsearch-page								{ color:#1ca87b; }
.savedsearch-page-noresults						{ color:#6f6b6a; }





/** SAVED SEARCHED **/
.savedsearch-page-search-details em { display:block; }
.savedsearch-page-search-details em,
.ref-alertfreq { color:#6f6b6a; }



/** RESPONSIVE **/
@media screen and (max-width:850px){
	
	.user-section-wrapper li	{ width:50%; }
	
}
@media screen and (max-width:430px){
	.savedsearch-page .savedsearch-page-search img { float:none; }
	.savedsearch-page .savedsearch-page-search .savedsearch-page-search-details		{ margin-left:0px; margin-top:15px; }
}

@media screen and (max-width:460px){
	
	.user-section-wrapper li	{ width:100%; }
	.form .form-row-narrow		{ width:100%; }
	
}
	
	
</pre></body></html>