@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.modal-footer {
		justify-content: flex-start !important;
	}

	.card .card-body {
		min-height: 250px !important;
	}

	.card--encounter.fullscreen, #dermascope-video.fullscreen { height: 100%; }

	.card .pdf { left: 0; }
	.card .card-body .card-header { left: 0; }
}