.detail-view-div-table {
	display: table;
	width: 100%;
	border-left: 1px solid #DDD;
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
}
.div-tr {
	display: table-row;
}
.div-th {
	font-weight:bold;
	border-right:1px solid #DDD;
	vertical-align: middle;
}
.div-th, .div-td {
border-bottom:1px solid #DDD;
	display: table-cell;
	padding: 3px 10px;
	width:50%;
}
.div-body {
	display: table-row-group;
}

.div-body > .div-tr:nth-of-type(even) {
	background-color:#FFF;
}
.div-form-input, .div-form-input > div.help-block {
    margin:0px !important;
}
