

/** LANDING PAGE **/
.user-section				{ display:block; padding:20px; margin:0px 0px 20px 0px; }
.user-section .title		{ display:block; font-size:1.5em; }
.user-section .text			{ display:block; margin:10px 0px; }

.user-section				{ border:10px solid #EFEFEF; }
.user-section:hover			{ background:#EFEFEF; border:10px solid #DDDDDD; }
.user-section:hover .title	{ color:#2A2867; }
.user-section:hover .btn	{ background:#2A2867; color:#FFFFFF; }
.user-section .text			{ color:#333333; }



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



/** SAVED SEARCHES AND EMAIL ALERTS **/
.savedsearch-page h1	{ display:none; }



/** SHORTLIST **/
.remove-shortlist		{ width:94%; margin:10px 0px 0px 0px; padding:10px 3%; }



/** RESPONSIVE **/
@media screen and (max-width:430px){

	.savedsearch-page .savedsearch-page-search img { float:none; display:block; clear:both; margin:0px auto; }
	.savedsearch-page .savedsearch-page-search .savedsearch-page-search-details { margin-left:0px; padding:0 0 1em 0; overflow:hidden; width:100%; margin-top:10px; text-align:center; }

}

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

