html[data-preview="1"]{
	--color-main:var(--theme--color-main)!important;
	--color-primary-accent:var(--theme--color-primary-accent)!important;
	--color-secondary-accent:var(--theme--color-secondary-accent)!important;
	--color-primary-dark:var(--theme--color-primary-dark)!important;
	--color-primary-light:var(--theme--color-primary-light)!important;
	--color-secondary-dark:var(--theme--color-secondary-dark)!important;
	--header-bar-bg-color:var(--theme--header-bar-bg-color)!important;
	--header-bg-color:var(--theme--header-bg-color)!important;
	--header-hover-text-color:var(--theme--header-hover-text-color)!important;
	--header-hover-bg-color:var(--theme--header-hover-bg-color)!important;
	--header-dropdown-text-color:var(--theme--header-dropdown-text-color)!important;
	--header-nav-text-color:var(--theme--header-nav-text-color)!important;
	--header-nav-hover-text-color:var(--theme--header-nav-hover-text-color)!important;
	--header-nav-bar-color:var(--theme--header-nav-bar-color)!important;
	--h1text-color:var(--theme--h1text-color)!important;
	--hyperlink-hover-color:var(--theme--hyperlink-hover-color)!important;
	--footer-hyperlink-hover-color:var(--theme--footer-hyperlink-hover-color)!important;
	--main-content-bg-color:var(--theme--main-content-bg-color)!important;
	--html-root-bg-color:var(--theme--html-root-bg-color)!important;
	--textcolor:var(--theme--textcolor)!important;
	--html-bg-size:var(--theme--html-bg-size)!important;		
	--bg-img:var(--theme--bg-img)!important;
	--bg-size:var(--theme--bg-size)!important;
	--html-bg:var(--theme--html-bg)!important;
	--main-body-bgimage:var(--theme--main-body-bgimage)!important;
	--header-bg-image:var(--theme--header-bg-image)!important;
	--header-bg-size:var(--theme--header-bg-size)!important;
	--header-bg-repeat:var(--theme--header-bg-repeat)!important;
	--account-bar-gradient:var(--theme--account-bar-gradient)!important;
	--html-bg:var(--theme--html-bg)!important;
	--account-bar-text:var(--theme--account-bar-text)!important;
	--table-text:var(--theme--table-text)!important;
	--header-banner-img:var(--theme--header-banner-img)!important;
	--bg-img-lin-gradient:var(--bg-img-lin-gradient)!important;
}

.header-button,.cancel-preview-button{
	display:none;
	font-size:12pt;
	margin-left:12px;
}.header-button{
	display:inline-block;
}
html[data-preview="1"] .cancel-preview-button{
	display:unset;
}