/******************************************************************************
 **********                         Tools                            **********
 ******************************************************************************/

.tools {
	/* do nothing. */
}

.tools .foodFinder {
	/* do nothing */
}

.tools .foodFinder .searchForm {
	margin-top: 10px;
	text-align: left;
}

.tools .foodFinder .searchForm input.text {
	width: 200px;
}

.tools .foodFinder .searchForm input.image {
	position: relative;
	top: 3px;
}

.tools .dietPlanner {
	margin-top: 15px;
}

/******************************************************************************
 **********                      Food Finder                         **********
 ******************************************************************************/

.foodFinder {
	/* do nothing. */
}



.foodFinder .searchForm {
	text-align: center;
}

.foodFinder .searchForm input.text {
	width: 200px;
}

.foodFinder .searchForm input.image {
	position: relative;
	top: 3px;
}

.category .categories {
	margin-top: 10px;
}

.category .categoryFoods {
	margin-top: 10px;
}

/******************************************************************************
 **********                      Food Details                        **********
 ******************************************************************************/

.foodDetails {
	/* do nothing. */
}

.foodDetails .detailsForm {
	/* do nothing. */
}

.foodDetails .nutrientValues {
	margin-top: 10px;
}

/******************************************************************************
 **********                      Diet Planner                        **********
 ******************************************************************************/

.dietPlanner {
	/* do nothing. */
}

.dietPlanner .searchForm {
	/* do nothing. */
}

.dietPlanner .searchResults {
	margin-top: 15px;
}


/******************************************************************************
 **********                      Diet History                        **********
 ******************************************************************************/

.dietHistory {
	/* do nothing. */
}

.dietHistory .filterForm {
	text-align: center;
}

.dietHistory .searchResults {
	margin-top: 10px;
}


/******************************************************************************
 **********                    Activity History                      **********
 ******************************************************************************/

.activityHistory {
	/* do nothing. */
}

.activityHistory .filterForm {
	text-align: center;
}

.activityHistory .searchResults {
	margin-top: 10px;
}

/******************************************************************************
 **********                     Weight  History                      **********
 ******************************************************************************/

.weightHistory {
	/* do nothing. */
}

.weightHistory .filterForm {
	text-align: center;
}

.weightHistory .searchResults {
	margin-top: 10px;
}

