
	.latest-block-wrapper .snippet-title {
		font-size: .9em;
		font-weight: 600;
		text-overflow: ellipsis;
		max-height: 4.5em;
		line-height: 1.5em;
		overflow: hidden;
		margin: 0;
	}
	
	.latest-block-wrapper .snippet-thumbnail {
		max-height: 60px;
		float: left;
		position: relative;
		left: -5px;
		margin: 5px;
	}
	
	.latest-block-wrapper .chamo-thumbnail {
		max-height: 64px;
		max-width: 48px;
	}
	
	.latest-block-wrapper .solr-snippet-container {
		font-size: .9em;
		margin: 5px 0;
		display: inline-block;
		max-width: 150px;		
	}
	
	.latest-block-wrapper .solr-snippet-wrapper {
		padding: 0;
		margin: 0;
	}
	
	.latest-block-wrapper .snippet {
		padding: 0;
		margin: 0;
	}
	
	.latest-block-wrapper {
		margin-right: -5px;
		max-height: 400px; 
		overflow: auto;
	}
	
	/* Let's get this party started */
	.latest-block-wrapper::-webkit-scrollbar {
    width: 10px;
	}
 
/* Track */
	.latest-block-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.15); 
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
 
/* Handle */
	.latest-block-wrapper::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: rgba(140,140,150,0.8); 
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.25);     
	}
	
	.latest-block-wrapper::-webkit-scrollbar-thumb:hover {
    background: rgba(200,200,200,0.8); 
	}
	
	.latest-block-wrapper::-webkit-scrollbar-thumb:window-inactive {
		background: rgba(20,20,20,0.8);  
	}
