.randomquotes-container {
	margin-bottom: 4px;
}
.randomquotes-container h3 {
	margin: 2px 0px;
	text-transform: none;
	font-size: 1.15em;
	color: inherit;
}
p.randomquotes-name {
	margin: 2px 0px;
	font-size: 1.3em;
}
span.randomquotes-name-b {
	font-weight: bold;
	margin-left: 2px;
}
.randomquotes-text {
	margin-bottom: 1px;
	font-size: 1.3em;
	font-style: italic;
}
/*
@media (prefers-color-scheme: dark) {
	.randomquotes-container {
		background: #161b26;
		border: 1px solid #3c485d;
		color:#f2f2f2;
	}
	h3.randomquotes-headline{
		border-color: #3c485d;
	}
	
}
*/