.snippet-highlight {
  	background-color: rgba(248, 231, 28, 0.4);	
}

.snippet-fade-out  {
	background-color: transparent;
	-webkit-transition: background-color 3s linear;
	-ms-transition: background-color 3s linear;
	transition: background-color 3s linear;
}

.not_found_notification {
	background-color: rgb(234, 180, 187);
	padding: 10px 20px;
	margin: 10px 0;
	display: none;
}
