
#change_goals_list a:hover
{
	color:#f96a26;
	text-decoration: none;
}

.change_goals_list_item 
{
	min-height:60px;
	background-color: white;
}

.change_goals_list_item:hover
{
	background-color:#FAFAFA;
	text-decoration: none;
	color:#f96a26;
}

.goals_list_item_loading_parent
{
	min-height:60px;
}r

.goals_list_item_loading_parent span
{
	font-size:20px;
	color:#555;
	margin-top:20px;	
}

.change_goals_list_item i
{
	font-size:20px;
	margin-top:25px;
	height:100%;
	color:#555;
}

.goal_macros
{
	margin-top:-10px;
}

#add_goal
{
	padding:10px;
	background-color:#F6F6F6;
	border-bottom: 1px solid #DDD;
	font-size:14px;
	font-family: museo_sans500, sans-serif;
}

#edit_goal_body div
{
	font-size:14px;
	color:#282828;
	font-family: museo_sans500, sans-serif;
}

#edit_goal_body div input
{
	font-size:16px;
	font-family: museo_sans300, sans-serif;	
}

#edit_goal_body div
{
	padding-bottom: 5px;
}