/* @override 
	http://localhost:8888/bwabu/html/css/diets.css
	http://localhost:8888/css/diets.css
*/

div.diet_table {
	padding-top: 10px;
	padding-bottom: 10px;
}

div.diet_table table tbody tr td {
	vertical-align: top;
}


div.diet_col {
	width: 164px;
	height: 110px;
	background-color: #e5e5e5;
	display: table-cell;
	padding-bottom: 5px;
}

div.diet_col_header {
	color: #fff;
	font-weight: bold;
	background-color: #0a317f;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.15em;
}

span.diet_col_subtitle {
	color: #a7a7a7;
	font-weight: normal;
	font-style: normal;
	font-size: 0.95em;
}

div.diet_col_dietname {
	color: #595959;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.list_content {
	border: 1px solid #b3b3b3;
}

.content_list {
	position: relative;
}

#diet_types {
	position: absolute;
	left: 635px;
	top: 18px;
}

.question_mark_explanation {
	margin-top: 3px;
	margin-left: 5px;
}