.bubble {
	position: relative;

	background-color: #fff;
	padding: 1.125em 1.5em;
	
	border-radius: 1rem;
  box-shadow:	0 0.125rem 0.5rem rgba(0, 0, 0, .3), 0 0.0625rem 0.125rem rgba(0, 0, 0, .2);
}

.bubble::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	bottom: 100%;
	left: 1.5em; 
	border: .75rem solid transparent;
	border-top: none;
	border-bottom-color: #fff;
	filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, .1));
}

.fullNoteItem {
	border:#aeaeae 1px solid;
	padding: 25px;
}

.followUpNoteItem {
	
	border: #aeaeae 1px solid;
	padding: 25px;
}
