/*html body .container *{
 display:none;
}*/

.navbar, .top_nav, .nav-tabs, .hideable, .meallock{
	display: none;
}

.workspace{
	float: none;
	width: 90%;
}

.primary_row{
	display: block;
}

.grocery_title{
	display: block;
}

#grocery_meal{
	width: 500px;
}

.grocery_header.span4{
	width: 500px;
}

.diet_draggable{
	page-break-before: auto;
	page-break-after: auto;

}

.print_desc{
	display: block;
	font-weight: normal;
}

.food_name{
	width: 300px;
}

.draggable_table{
	width: 500px;
}
.workspace_left{
	width: 90%;
}

.food_units{
	width: 150px;
}



.static_div {
	width: 150px;
	overflow: visible;
	text-overflow: ellipsis;
	white-space: normal;
	margin-top: 1px;
	position: relative;
}


.workspace_right{
	width: 340px;
	min-height: 200px;
	border: none;
	float: left;
	
	background-color: white;
	-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

#day_stats{
	padding-top: 40px;
	float: right;
}
#cumulativegraph{
	float: left;
}


.meal_box{
	width: 100%;
}

.remove_item{
	display: none;
}

.food_lock{
	display: none;
}

.meal_left{
	width: 300px;
	/*outline:1px solid #dcdfe1;*/
	float: left;
}

.meallist{
	width: auto;
}

/*.tab-content, #diets, .grocery_bar, .grocery_header, #grocery_list_title, #grocery_meal{
	display: block;
}*/