#account-options {
	list-style-type: none;
	margin: 20px 0;
	padding-top: 5px;
	border-top: 1px solid #7f4400;
}

#account-options li {
	float: left;
	margin-right: 10px;
	color: #AB6D20;
}

#account-options li span {
	font-size: 1.1em;
}

#account-options-logged {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding-bottom: 15px;
	/*border-bottom: 1px solid #351c00;*/
}

#account-options-logged li {
	color: #AB6D20;
	margin-bottom: 5px;
}

#account-options-logged li ul {
	list-style-type: none;
	margin: 0 0 10px 10px;
}

#account-options-logged li ul li span {
	font-size: 1.1em;
}

.remove-form {
	/*
background: red;
*/
	width: 50%;
	margin-top: 10px;
	text-align: center;
	padding-left: 30%;
}

