.mystem-metabox {
	
}
.mystem-element {
	display: flex;
	padding: 1em 0;
}
.mystem-element:not(:last-of-type) {
  border-bottom: 1px solid #e9e9e9;
}
.mystem-label {
	width:18%;
	padding-right: 2%;
	color: #383838;	
	font-weight: 600;
	line-height: 1.3;  
}
.mystem-value {
	width: 80%;
}
.mystem-value input {
	font-size: 14px;
  width: 80%;
  padding: 5px;
	border: 1px solid #ddd;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	background-color: #fff;
	color: #32373c;
	outline: 0;
	transition: 50ms border-color ease-in-out;
}
.mystem-value p {
	color: #aaa;
	font-style: italic;
	margin: 0;
	padding-top: .5em;
}