/* Main */

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

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

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

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

.background-muted{
	
	background-color:#bfc7cb !important;
	
}

.dark .background-muted{
	
	background-color:#42424e !important;
	
}

.outline{ transition: outline 0.1s; outline:2px solid transparent; }

.outline:hover{ outline:2px solid #7e8595; }
.dark  .outline:hover{ outline:2px solid white; }