/* Widget 'Account'
----------------------------------*/
.account { width: 300px !important; background-color: #fff !important; color: #333; }
.account > li:first-child { padding: 10px; }

@media only screen and (max-width: 640px) {	
/*	.account { width: 100% !important; }*/
	.account a { /*color: #fff !important;*/ }
}