/* Main */

.panel, blockquote{
	
	background-color: white;
	border-bottom: 2px solid #00000020;
	
}

.dark .panel, .dark blockquote{
	
	background-color: #00000040;
	
}

.text-muted{
	
	color:#7e8595;
	
}

.dark .text-muted{
	
	color:#6c6c81;
	
}