/** LIST VIEW **/

.log {
	/** uncomplete selector because of MooFx **/
	border: 1px solid #FFF;
	margin-bottom: 2px;
}
.no-border-highlight {
	/** uncomplete selector because of MooFx **/
	border: 1px solid #FFF;
}
.border-highlight {
	/** uncomplete selector because of MooFx **/
	border: 1px solid #FF6600;
}
#dfLog .log.expanded {
	margin-bottom: 16px;
}

#dfLog .log.collapsed .itemSummary {
	display: none;
}
#dfLog .log.expanded .itemSummary {
	display: block;
}

#dfLog .log.suggestion .itemHeader .time,
#dfLog .log.suggestion .itemHeader .category {
	color: #666;
}

#dfLog .itemHeader .status {
	background-image: url(../images/com_df_weight/status-icons.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	display: block;
	width: 20px;
	height: 25px;
	float: left;
}
#dfLog .itemHeader .status.completed,
#dfLog .itemHeader .status.saved {
	background-position:  -40px 6px;
}
#dfLog .itemHeader .status.notcompleted {
	background-position:  -20px 6px;
}
#dfLog .itemHeader .status.uncompleted,
#dfLog .itemHeader .status.not-saved {
	background-position: 0px 6px;
}

#dfLog .log .itemHeader {
	background-color: #e2fdca;
	color: #000;
	background-image: url(../images/mod_df_calendar/gradient-e5e5e5-ffffff.gif);
	background-position: left -30px;	
	border: 1px solid #CCCCCC;
	padding: 2px;
	height: 25px;
	line-height: 25px;
	cursor: pointer;
}

#dfLog .log .itemHeader a.button {
	background: none;
	color: #000;
	padding-top: 3px;
	margin-right: 2px;
}
#dfLog .log .itemHeader a.button span {
	background: transparent url(../images/com_df_weight/toggle.png) no-repeat top right;
	color: #000;
	padding-right: 25px;
	line-height: 19px;
	height: 19px;
	text-align: right;
}
#dfLog .log.expanded .itemHeader a.button span {
	background-position: 100% -19px;
}
#dfLog .log .itemHeader .time {
	display: block;
	float: left;
	width: 50px;
	margin-right: 5px;
	margin-left: 8px;
	font-weight: normal;
	color:#333333;
}
#dfLog .log .itemHeader .category {
	display: block;
	float: left;
	font-weight: normal;
	color:#333333;
}

#dfLog.list .log .itemSummary {
	border: 1px dashed #C0C0C0;
	border-top: 0;
}

#dfLog .log .itemTools .formButtonRow {
	border: none;
}
#dfLog .log .itemTools .formButtonRow {
	height:16px;
	margin:10px;
	padding: 0;
}
#dfLog .log .itemTools .formButtonRow a.link {
	line-height: 16px;
	text-decoration: none;
	margin-left: 15px;
}
#dfLog .log .itemTools .formButtonRow a.link.update {
	background: url("../images/log-tools-edit.gif") no-repeat 0 0 transparent;
}
#dfLog .log .itemTools .formButtonRow a.link.delete {
	background: url("../images/log-tools-delete.gif") no-repeat 0 0 transparent;
}
#dfLog .log .itemTools .formButtonRow a.link.showWorkout {
	background: url("../images/log-tools-map.gif") no-repeat 0 0 transparent;
}
#dfLog .log .itemTools .formButtonRow a.link span {
	margin-left: 20px;
}
#dfLog .log .itemTools .formButtonRow a.link:hover span {
	text-decoration: underline;
}

#dfLog .add-item {
	padding: 10px 0 20px 0;
	text-align: right;
	clear: both;
	height: 30px;
}
/** NUTRITION SPECIFIC **/
#dfLog .log .mealDetails {
	padding: 5px 10px 0 10px;
}
/* recipie button */
#dfLog .mealDetails a.button {
	float: right;
	margin: 10px 0;
}
#dfLog .traininginfo {
	padding: 5px 10px 0 10px;
}

#dfLog ul.mealNutrients {
	float: right;
	width: 160px;
	list-style-type:none; 
	padding: 3px;
	border: 1px solid #ccc;
}
#dfLog ul.mealNutrients lh { 
	font-weight: bold; 
	border-bottom: 1px solid #333;
	margin-bottom: 3px;
	display: block;
}
#dfLog ul.mealNutrients li { 
	display: block;
	padding: 0 3px;
}
#dfLog ul.mealNutrients li span {
	float:right;
	display: block;
	width: 80px;
	text-align: right;
}

#dfLog .mealDetails .mealEnergy {
	clear: none;
	float: right;
	font-weight: bold;
	text-align: right;
	margin-bottom: 5px;
	margin-top: 5px;
}
#dfLog .itemSummary .logItems {
	padding: 0 10px;
}
#dfLog .no-meal .itemSummary .logItems {
	padding: 5px 10px 0 10px;
}
#dfLog .itemSummary .logItems p {
	display: block;
	clear:both;
	padding: 0 5px;
}
#dfLog.list .log .itemSummary .logSummary {
	padding: 0 10px;
}

#dfLog.edit div.row,
#dfLog.list .log div.itemSummary div.row, 
#dfLog.list .log div.itemSummary div.logitem {
	padding: 0 5px;
	height: 20px;
	line-height: 20px;
}
#dfLog tr.odd.first th,
#dfLog tr.odd.first td,
#dfLog div.odd.first {
	border-top: 1px solid #F8F8F8; 
}
#dfLog tr.even th,
#dfLog tr.even td,
#dfLog div.even {
	background-color: #F8F8F8; 
}
#dfLog tr.odd.last th,
#dfLog tr.odd.last td,
#dfLog div.odd.last {
	border-bottom: 1px solid #F8F8F8; 
}
#dfLog.list .log div.itemSummary div.logitem .itemTitle {
	display: block;
	float: left;
	width: 200px;
}
#dfLog.list div.itemSummary div.logitem .itemAmount {
	display: block;
	float: right;
	width: 125px;
	margin-right: 60px;
}
#dfLog.list div.itemSummary div.logitem .itemEnergy {
	display: block;
	width: 80px;
	margin-left: 160px;
	float: right;
	text-align: right;
	margin-top: -20px;
}
#dfLog.list div.itemSummary div.logitem .itemNutrients {
	display: none;
}
#dfLog .box {
	position: relative;
	color: #8C8C8C;
}
#dfLog div.nutrients {
	display: block;
	clear: both;
}
#dfLog div.nutrients table,
#infobox table {
	border-collapse: collapse;
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}
#infobox table tr.first th
#infobox table tr.first td {
	border-top: 1px solid #F8F8F8; 
}
#infobox th,
#dfLog div.nutrients th {
	font-weight: normal;
	text-align: left;
	line-height: 20px;
	padding: 0 0 0 5px;
}
#infobox td,
#dfLog div.nutrients td {
	text-align: right;
	line-height: 20px;
	padding: 0 5px 0 0;
}
#infobox div.nutrients table tr.even th,
#infobox div.nutrients table tr.even td {
	background-color: white;
}

#dfLog .logTotal .total {
	float:right;
	width: 100px;
	text-align: right;
	display: block;
	font-weight: bold;
	font-size:11px;
	text-decoration:none;
}

/** RECOMMENDED NUTRITIONS **/
#dfLog .log .recommended_nutritions {
	padding: 0;
	border: 0;
	margin: 0;
}

/*#dfLog .recommended_nutritions {
	padding: 10px 10px 5px 10px;
	background-image: none;
	background-color: #FCFCFC;
	border:1px solid #C0C0C0;
	margin: 25px 0 10px 0;
}*/
#dfLog .row {
	line-height: 20px;
	height: 20px;
}
#dfLog .row .label {
	float: left;
	width: 60%;
	display: block;
	height: 20px;
}

#dfLog .row .value.right {
	/* modified for IE7 in ie7.css */
	display: block;
	float: right;
	width: 100px;
	text-align: right;
	font-weight: bold;
}
#dfLog .logSummary div.excess div.negative {
	color: red;
}
#dfLog .recommended_nutritions.no-calculation div.extra {
	margin-top: 5px;
	font-weight: bold;
	border-top: 1px solid #C0C0C0;
}
#dfLog .recommended_nutritions.no-calculation div.recommended div {
	background: transparent url('../images/com_df_weight/anbefalet-kcal.gif') no-repeat 83px 0;
}
#dfLog .recommended_nutritions.no-calculation div.recommended div {
	background-position: 79px 1px;
}
#dfLog .recommended_nutritions.no-calculation div.recommended div span {
	display: none;
}
#dfLog .recommended_nutritions.no-calculation div.extra div span {
	display: none;
}
#dfLog .recommended_nutritions.no-calculation div.extra div {
	background: transparent url('../images/com_df_weight/yderligere-kcal.gif') no-repeat 80px 0;
}
#dfLog .recommended_nutritions.no-calculation div.extra div {
	background-position: 74px 1px;
}
#dfLog .recommended_nutritions .row div.shortage,
#dfLog .recommended_nutritions .row div.excess {
	float: left;
	display: block;
	width: 300px;
}
#dfLog .recommended_nutritions .row div.shortage,
#dfLog .recommended_nutritions .row.excess div.excess {
	display: block;
}
#dfLog .recommended_nutritions .row.excess div.shortage,
#dfLog .recommended_nutritions .row div.excess {
	display:none;
}
/** EDIT NUTRITION **/
#dfLog.edit #logHeader {
	display: none;
}
#dfLog.edit .time-info {
	line-height: 20px;
}
#dfLog.edit .time-info label {
	font-weight: bold;
	padding-right: 5px; 
}
#dfLog.edit #categorylist {
	width: 215px;
	float: left;
	line-height: 20px;
}
#dfLog.edit #categorylist span {
	font-weight: bold;
}
#dfLog.edit #categorylist input {
	position: relative;
	top: 2px;
	margin-left: 20px;
}
#dfLog.edit .time-of-day {
	width: 220px;
	line-height: 20px;
	height: 20px;
    float: left;
}
#dfLog.edit .time-of-day label {
	width: 80px;
	display: block;
	line-height: 20px;
	float: left;
}
#dfLog.edit .time-of-day div.right {
	width: 130px;
	display: block;
	float: left;
}
#dfLog.edit #mealinfo p.description {
	clear: left;
	padding-left: 5px;
}
#dfLog.edit #mealbox {
	height: 20px;
}
#dfLog.edit #meallist {
	line-height: 20px;
	float: right;
	width: 280px;
}
#dfLog.edit #meallist label {
	font-weight: bold;
	float: left;
}
#dfLog.edit #meallist select {
	width: 190px;
	float: right;
}

#dfLog.edit #foodItemSearch {
	margin-top: 25px;
	margin-bottom: 25px;
	line-height: 20px;
}	
#dfLog.edit #foodItemSearch #search_food {
	width: 432px;
	font-size: 14px; 
	display: block; 
	float: left;
	color: #9c9c9c;
}
#dfLog.edit #foodItemSearch #search_food.focus {
	color: #000;
}
#dfLog.edit #foodItemSearch label {
	font-weight: bold; 
	float: left;
	padding-right: 5px; 
	display: none;
}
#dfLog.edit #foodItemSearch #addBtn { 
	width: 50px;
}
#dfLog.edit .itemSummary .logItems {
	margin: 0px 10px 0px 10px;
	padding: 5px 0 0 0;
	border-bottom: 1px dashed #CCCCCC;
}
#dfLog.edit div.logitem { 
	padding: 5px 5px 0 5px;
	height: auto;
}
.highlight-logitem {
	background-color: #ffff88;
} 
.new-logitem-odd {
	background-color: #ffffff;
}
.new-logitem-even {
	background-color: #F8F8F8;
}
#dfLog.edit div.itemNutrients.known-item {
	display: none;
} 
#dfLog.edit #infobox div.itemNutrients.known-item {
	display: block;
}
#dfLog.edit div.logitem .itemRemove {
	float: right;
	display: block;
	margin-top: 2px;
}
#dfLog.edit div.mealHeader .itemRemove {
	width: 65px;
	float: right;
	display: block;
	margin: 14px 0;
}
#dfLog.edit div.mealHeader h2 {
	width: 350px;
	float: left;
	margin: 14px 0;
}
#dfLog.edit .itemRemove a.remove {
	display: block;
	background: url("../images/log-tools-delete.gif") no-repeat 0 0 transparent;
	width: 48px;
	height: 16px;
}
#dfLog.edit .itemRemove a.remove span {
	margin-left: 20px;
}
#dfLog.edit div.logitem .itemTitle {
	float: left; 
	width: 350px;
	font-weight: bold;
	line-height: 17px;
}
#dfLog.edit div.logitem .itemAmount { 
	line-height: 20px;
	margin-bottom:5px;
	margin-top:2px;
	width: 365px;
	float: left;
}
#dfLog.edit div.logitem .itemAmount input { 
	text-align: right; 
	margin-right: 3px;
	height: 12px;
	font-size: 11px;
	float: none;
}
#dfLog.edit div.logitem .itemAmount input:focus {
	border: 2px solid orange;
} 
#dfLog.edit div.logitem .itemAmount select { 
	margin-right: 3px;
	height: 18px;
	font-size: 11px;
	float: none;
}
#dfLog.edit div.logitem .itemAmount label { 
	margin-right: 3px;
	font-size: 11px;
	float: none;
	display: inline;
}
#dfLog.edit div.logitem .single-unit label {
	
}
#dfLog.edit div.logitem .multi-unit label {
	padding: 0;
}
#dfLog.edit div.logitem label.amount-label {
	padding: 0;
}
			
#dfLog.edit div.logitem .itemEnergy {
	float: right; 
	font-weight: bold;
	line-height: 20px;
	width: 85px;
	margin-top: 2px;
	text-align: right;
}
#dfLog.edit.has-meal h2.has-meal {
	display: block;
}
#dfLog.edit.no-meal h2.no-meal {
	display: block;
}
#dfLog.edit.no-meal h2.has-meal,
#dfLog.edit.has-meal h2.no-meal {
	display: none;
}

#dfLog.edit #foodItemList {
	min-height: 30px;
}
#dfLog.edit #foodItemList.contains_items {
}

#dfLog.edit div.logitem em {
	/* modified in ie7.css */
	display: block;
	margin-left: 15px;
	margin-top: 10px;
	color:red;
}
#dfLog.edit ul.custom_nutritions {
	list-style-type: none; 
	margin:0; 
	padding: 0; 
	display: block;
	clear: both;
	height: 40px;
	margin-left: 0px;
	margin-top: 15px;
}
#dfLog.edit ul.custom_nutritions li { 
	float: left;
	width: 31%;
	display: inline;
	margin-right: 2px;
	line-height: 20px;
}
#dfLog.edit ul.custom_nutritions li label {
	display: block;
	width: 48%;
	float: left;
} 
#dfLog.edit ul.custom_nutritions li.unit {
	width: 33%;
}
#dfLog.edit ul.custom_nutritions li.unit label {
	width: 30%;
}
#dfLog.edit ul.custom_nutritions li input {
	display: block;
	width: 25%;
	float: left;
	margin-right: 3px;
	text-align: right;
	margin-bottom:10px;
}
#dfLog.edit ul.custom_nutritions li label.smaller {
	width: 40%;
}
#dfLog.edit ul.custom_nutritions li select {
	float: left;
	width: 90px;
}

ul.autocompleter-choices span.autocompleter-queried {
	color: #FF6600;
}
ul.autocompleter-choices span.autocompleter-extra {
	color: #bbb;
}

#dfLog.edit #foodItemList span.no_entries {
	display: block;
	padding-left: 40px;
	height: 30px;
	line-height: 30px;
	background: url("../images/com_df_weight/green-arrow.png") 5px 0px no-repeat;
}
#dfLog.edit #foodItemList.contains_items span.no_entries {
	display: none;
}
div#dfLog table .legend {
	display: block;
	margin: 7px 5px 0px 2px;
	float: left;
	width: 8px;
	height: 8px;
}
div#dfLog table .legend.carbs {
	background-color: #919dd1;
}
div#dfLog table .legend.fat {
	background-color: #95c019;
}
div#dfLog table .legend.proteins {
	background-color: #dde049;
}
div#dfLog table .legend.fibres {
	background-color: #b47bb2;
}
div#dfLog table tr.focus th,
div#dfLog table tr.focus td {
	font-weight: bold;
}
div#dfLog table tr th {
	width: 52%;
}
div#dfLog table tr td {
	width: 24%;
}
div#dfLog.edit table tr.focus .legend {
	margin: 6px 4px 0px 1px;
	width: 10px;
	height: 10px;
}
div#dfLog div.nutrients {
	width: 45%;
	float: left;
}
div#dfLog .totalEnergyDistribution {
	clear: both;
}
div#dfLog .totalEnergyDistribution table tr td,
div#dfLog .totalEnergyDistribution table tr th {
	background-color: white !important;
	border: 0 !important;
}
div#dfLog div.totalEnergyDistribution div.graph-container {
	width: 55%;
	float: left;
	height: 100px;
}
div#dfLog div.totalEnergyDistribution div.graph,
div#dfLog div.totalEnergyDistribution div.graph svg {
	width: 200px;
	height: 100px;
	margin: 0 auto;
}

/** TRAINING SPECIFIC **/

#dfLog.list .log .traininginfo .total {
	float: right;
	color: #dddddd;
	font-size: 35px;
	text-align:right;
	clear: none;
	margin:-1.2em 0 0;
	padding:0;
	width:250px;
}
#dfLog .itemSummary ul {
	display: block;
	clear both;
	margin: 0px;
}
#dfLog .itemSummary ul li {
	display: block;
	clear: both;
	line-height: 16px;
	height: 16px;
	padding: 0 5px;
}
#dfLog .itemSummary ul li span.label {
	line-height: 16px;
	display: block;
	width: 50%;
	float: left;
	text-align: left;
}
#dfLog .itemSummary ul li span.unit {
	text-align: left;
	float: right;
	padding-left: 3px;
}
#dfLog .itemSummary ul li {
	text-align: right;
}

#dfLog .itemSummary ul li.section {
	height: 28px;
	text-align: left;
}
#dfLog .itemSummary ul li span.section {
	padding-top: 12px;
	color:#426491;
	font-family:Arial,Verdana,sans-serif;
	font-size:12px;
	display:block;
}

#dfLog .itemSummary .formButtonRow {
	border: none;
	border-top:1px dashed #C0C0C0;
}

#dfLog .itemNutrients .formButtonRow {
	padding: 0;
}
#dfLog .itemSummary .logTotal {
	margin: 0;
	border: none;
	clear: both;
	background: none;
}
#dfLog .itemSummary .recommended_nutritions {
	background: none;
}
#dfLog #foodItemList .formRow .microTextBox {
	width: 30px;
}
#dfLog #foodItemList .new .formRow .microTextBox {
	border: 2px solid orange;
}

#dfLog .training-list div.itemSummary .completedTotal {
	padding: 0px 10px 10px 10px;
}
#dfLog .training-list .completedTotal ul li {
	height: 20px;
	line-height:20px;
}
#dfLog .training-list .completedTotal ul li span {
	line-height: 20px;
}
#dfLog .training-list .completedTotal ul li.odd.section {
	background-color: #fff;
}
#dfLog .training-list .completedTotal p.not-trained {
	padding: 0 5px;
}
#dfLog .training-list .completedTotal p.comment {
	margin-top: 15px;
	padding: 0 5px;
}
#dfLog .training-list .completedTotal ul li span.label {
}

#dfLog .training-list .completedTotal ul li span.value,
#dfLog .itemSummary ul li span.unit {
	text-align: right;
	float: none;
}
#dfLog .training-list .completedTotal .logRow span.text {
	display: block;
	clear: both;
	float: none;
	margin-top: 16px;
}

#dfLog .log .itemSummary .description {
	padding: 0 5px;
	clear: left;
}

/** NUTRITION INFO POPUP **/

#dfLog.edit div#infobox {
	position: absolute;
	background-color: white;
	border: 2px solid #F8F8F8;
	width: 200px;
	height: auto;
	z-index: 100;
}
#dfLog.edit div#infobox .nutrients {
	width: 100%;
}
#dfLog.edit div#infobox h2 {
	margin: 5px 5px 0 5px;
}
#dfLog.edit div#infobox .graph-container,
#dfLog.edit div#infobox .graph,
#dfLog.edit div#infobox .graph svg {
	width: 200px;
	height: 75px;
}
#dfLog.edit div#infobox .arrow {
	position: absolute;
	top: 0;
	left: -17px;
	background: url(../images/com_df_weight/info-arrow.png) 0 30px no-repeat; 
	height: 200px;
	width: 37px;
}
#dfLog.edit .latest-items-wrap {
	height: 30px;
	overflow: visible;
}
#dfLog.edit #latestitems {
	margin-left: 10px;
	z-index: 10;
	position: realtive;
	width: 441px;
}
#dfLog.edit #latestitems .items-slider {
	background:url("../images/sidebarbox-bg.png") repeat-x scroll 0 0 #FFFFFF;
	border:1px solid #DBDBDB;
	border-top: 0px;
	overflow: hidden;
}
#dfLog.edit #latestitems.exposed .items-slider {
	display: block;
}
#dfLog.edit #latestitems.folded .items-slider {
	display: none;
}
#dfLog.edit #latestitems.exposed {
	height: 30px;
}
#dfLog.edit #latestitems.folded {
	height: auto;
}
#dfLog.edit #latestitems .items-container {
	padding: 10px 10px 0 10px;
}
#dfLog.edit #latestitems .items-container ul li {
	border-bottom: 1px solid #F8F8F8;
	line-height: 20px;
	display: block;
	height: 20px;
}
#dfLog.edit #latestitems .items-container ul li.first {
	
}
#dfLog.edit #latestitems .items-container ul li.last {
	
}
#dfLog.edit #latestitems .items-container ul li a {
	display: block;
	line-height: 20px;
	height: 20px;
}
#dfLog.edit #latestitems .items-container ul li a:hover {
	background: url("../images/navigation-arrow.png") no-repeat scroll 0 8px transparent
}
#dfLog.edit #latestitems .items-container ul li a span.item-name {
	display: block;
	float: left;
	width: 345px;
	padding-left: 8px;
}
#dfLog.edit #latestitems .items-container ul li a span.item-energy {
	display: block;
	float: right;
	width: 60px;
	text-align: right;
}
#dfLog.edit #latestitems .items-navigation {
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
}
#dfLog.edit #latestitems .items-navigation a {
	line-height: 30px;
}
#dfLog.edit #latestitems .items-navigation a:hover {
	text-decoration: underline;
}
#dfLog.edit #latestitems .items-navigation.no-items a {
	display: none;
}
#dfLog.edit #latestitems .items-navigation span {
	float: right;
	pading-right: 10px;
}

#dfLog.edit #latestitems .items-toggler {
	position: relative;
	width: 441px;
	top: 0px;
}
#dfLog.edit #latestitems .items-toggler a.toggle-items  { 
	cursor: pointer; 
	font-weight:normal; 
	background: url(../images/atlas-small-under-tab.png) no-repeat;
	background-position: 100% 0; 
	color: #999;
	text-decoration: none;
	line-height: 15px;
	float: right;
	margin-top: 0;
	font-size: 10px;
}
#dfLog.edit #latestitems .items-toggler a.toggle-items div { 
	background: url(../images/atlas-small-under-tab.png) no-repeat;
	background-position: 0 0; 
	position: relative;
	float: left;
	margin: 0 10px 0 -10px;
	padding: 0px 0px 5px 18px;
	display: inline;
}
#dfLog.edit #latestitems .items-toggler a.toggle-items div span {
	background: url(../images/drop-arrows-icon.png) no-repeat 100% 0;
	padding-right: 20px;
	display: block;
}
#dfLog.edit a.button.cancel {
	background: none;
	text-decoration: underline;
	clear: right;
}
#dfLog.edit a.button.cancel span {
	background: none;
    text-align: left;
	color: #426491;
	padding-right: 10px;
}


.wrap-mod_df_kcalbalance .module-box {
	padding-right: 0;
}
.wrap-mod_df_kcalbalance .serie {
	height: 16px;
	padding-bottom: 10px;
}
.wrap-mod_df_kcalbalance .frame {
	width: 192px;
	background-color: #fefefe;
	border: 1px solid #ccc;
	float: left;
	height: 14px;
}
.wrap-mod_df_kcalbalance .value {
	width: 78px;
	height: 14px;
	line-height: 14px;
	float: left;
	text-align: right;
}
.wrap-mod_df_kcalbalance .frame .indicator {
	background-color: black;
	float: left;
	height: 14px;
}
.wrap-mod_df_kcalbalance .frame .indicator.intake {
	background-color: #ba93eb;
}
.wrap-mod_df_kcalbalance .frame .indicator.basis-expendure {
	background-color: #95bd3c;
}
.wrap-mod_df_kcalbalance .frame .indicator.training-expendure {
	background-color: #a6db31;
}
.wrap-mod_df_kcalbalance .energy_intake-text {
	padding: 0 10px;
}
.wrap-mod_df_kcalbalance .energy_intake-text p {
	margin: 0;
}

#df_kcal_balance_module ul li span {
    float: right;
}
#df_kcal_balance_module ul li {
    padding: 0 25px 0 10px;
}

div.latestItemsRow {
    position: relative;
}
div.latestItems {
    float: left;
    position: relative;
    text-wrap: normal;
    width: 344px;
}
div.latestItemsCalories {
    float: left;
    position: relative;
}