#datatables-reponsive tr[data-href] {
	cursor: pointer;
}

td {
	vertical-align: top !important;
}

.card-responsive:hover .card-body {
	cursor: pointer;
	background: #E2EAFA;
}

.label {
	display: block;
	color: #ccc;
	font-size: 12px;
	border-bottom: 1px #ccc solid;
}

.value {
	display: block;
	font-size: 14px;
	margin-bottom: 20px;
}