.lp-preview {
	background: white;
	border-radius: 8px;
	box-shadow: 0px 0px 5px grey;
	margin: 5px;
	padding: 5px;
    word-break: break-word;
    white-space: normal;
	width: 100%;
}

.lp-preview-title {
	font-size: 16px;
	font-weight: bold;
}

.lp-preview-desc {
	color: grey;
}

.lp-preview-img {
	width : 100px;
    height : 100px
}