
/** 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:#A81E23; }
.user-section .btn:hover	{ background:#333333;  color:#FFFFFF; }

.user-section				{ background:#f5f5f5; border-bottom:5px solid #A81E23; color:#333333; }
.user-section .title		{ color:#A81E23; }
.user-section .text			{ color:#333333; }

/** 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 a		{ background:#A81E23; color:#FFFFFF; }
.shortlist-btn-wrapper a:hover	{ background:#333333; color:#FFFFFF; }

.savedsearch-page-search-details .btn 			{ background:#A81E23; color:#FFFFFF; }
.savedsearch-page-search-details .btn:hover 	{ background:#333333; color:#FFFFFF; }

.page-login					{ padding:60px 30px; }

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

	.user-section-wrapper li	{ width:50%; }

}

@media screen and (max-width:460px){

	.user-section-wrapper li	{ width:100%; }
	.form .form-row-narrow		{ width:100%; }

}                                                                                                                                 