/* USER SPECIFIC STYLES GO HERE */

#boxlist li:last-child{
	margin-top: 15px;
}
#boxlist li:last-child a:before {
	content: 'Login';
	position: absolute;
	color: rgba(255, 255, 255, 0.75);
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	font-style: italic;
	font-weight: 300;
}
#boxlist.ui-sortable li:last-child {
	margin-top: 0;
	max-height: none;
}
