

/** 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:5px; margin:0px 0px 10px 0px; }

.user-section				{ background:#FFC005; border-bottom:5px solid #000000; color:#000000; }
.user-section .title		{ color:#000000; }
.user-section .text			{ color:#000000; }



/** 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				{ border-top:1px solid #CCCCCC; }
.shortlist-btn-wrapper a			{ background:#000000; color:#FFC005; }
.shortlist-btn-wrapper a:hover		{ background:#FFC005; color:#000000; }



/** 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%; }
	
}
	
	
