.sidebar-header .logo {
	font-size: 0.8rem;
}

.modal-content {
	overflow-y: scroll;
	overflow-x: hidden;
}

meter {
	/* Reset the default appearance */
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;

	margin: 0.5em 0;
	width: 50%;
	height: 0.5em;

	/* Applicable only to Firefox */
	background: none;
	background-color: rgba(0, 0, 0, 0.1);
	display: none;
}
meter::-webkit-meter-bar {
	background: none;
	background-color: rgba(0, 0, 0, 0.1);
}

.frame-warn {
	background-color: #fce3e3 !important;
}

.summary {
	background-color: #fcf0e3 !important;
}