
@media only screen {.preview-mode-theme-mismatch-warning {display: none !important;}
}

h6 {
	margin-bottom: 0;
}


.text-muted {
	font-size: 85%;
}

a {
	overflow-wrap: break-word;
}

.full-height-frame {
	/* Header height = 125px */
	min-height: calc(100vh - 125px) !important;
}

/* Large monitors upwards */
@media only screen and (min-width: 1600px) {
	.full-height-frame {
		/* Header height = 125px and the footer bar = 44px */
		min-height: calc(100vh - 169px) !important;
	}	
}

@media only screen and (max-width: 48em) {
	.slide_out_panel.stacks_in_1162-panel {
		width: 90%;
	}
}

