
body.is_embedded {
	background: #fff;
}
body.is_embedded .main {
	top: 0;
}
	@media (max-width: 720px) {
		body.is_embedded .main {
			padding-top: 0;
		}
	}
body.is_embedded .wound_detail header h4.patient_record {
    float: left;
    margin: 0;
    padding: 0;
}
body.is_embedded .wound_detail header .sections section.page_options {
    top: -5px;
}
body.is_embedded .wound_detail .formulary_edit_wrapper {
    top: 0;
}
body.is_embedded .wound_detail .tracy.hide_inactive::after {
    position: fixed
}