/*
TODO: clean up global styles.
*/
.Item-Summary .Item,
.odysen_app_views_shared_LabelValueInfo {
  margin: 0;
  padding: 3px 5px;
	position: relative;
}

.Item-Summary .Item-Label,
.odysen_app_views_shared_LabelValueInfo-label {
  display: inline;
}

/* Value should be normal, has body and description's are rich text 
	 display directly inline, overflow to next line as if it's a one long paragraph
*/
.Item-Summary .Item-Value,
.odysen_app_views_shared_LabelValueInfo-value {
  display: inline;
  padding-left: 5px;
}

/* for note, actions content start on a new line*//
.Item-Summary .Item-description .Item-Label {
  vertical-align: top;
}

.Item-Summary .Item-body .Item-Label {
	display:block;
}

.Item-Summary .Item-body .Item-Value {
	display:block;
	padding: 6px 8px;
}