
.vt-item {
	margin: 0px 0px 7px;
}
.vt-item__name {
	display: inline-block;
    width: 38%;
    margin: 0 0 7px;
    vertical-align: top;
    background: inherit;
}
.vt-item__name-inner {
	position: relative;
    padding: 0 10px 0 0;
    background: inherit;
    z-index: 2;
    background: #fff;
    color: #444;
    font-weight: 600;
}
.vt-item__value {
	display: inline-block;
    width: 59%;
    margin: 0 0 7px;
    vertical-align: bottom;
    background: inherit;
    background: #fff;
    position: relative;
    z-index: 10;
    padding-left: 2%;
	color: #444;
}
.vt-item__name:after {
    position: absolute;
    right: 5px;
    left: 0;
    height: 1px;
    margin: .85em 0 0;
    content: '';
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAAAAAA+i0toAAAAAnRSTlMA/1uRIrUAAAAMSURBVHheY7j1/z8ABY8C2UtBe8oAAAAASUVORK5CYII=) 0 0 repeat-x;
}