.PlentyArticleCharacterList {
	display: block;

}
.PlentyArticleCharacter {
	clear: both;
}
.PlentyArticleCharacter {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #E5E5E5;
}


.PlentyArticleCharacterName {
	width: 50%;
	float: left;
}
.PlentyArticleCharacterValue {
	float: left;
	width: 40%;
}
.PlentyArticleCharacterUnit {
	width: 10%;
	clear: both;
}

.flex, .flex > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 0 auto;
}

.flex-panel {
   display: flex;
   flex-direction:column;
   align-content:stretch; 
}

.flex-panel-body {
   display: flex;
   flex-grow:1;
}

