.RevistaBuscar-resultado {
	display: table;
}
.RevistaBuscar-resultado + .RevistaBuscar-resultado {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}
.RevistaBuscar-resultado-row {
	display: table-row;
}
.RevistaBuscar-resultado-label, .RevistaBuscar-resultado-value {
	display: table-cell;
}
.RevistaBuscar-resultado-label {
	font-weight: bold;
	text-align: right;
	padding-right: .8em;
	white-space: nowrap;
}