	.embeddedServiceHelpButton .helpButton .uiButton {
                             background-color: #00693C;
                             font-family: "Arial", sans-serif;
                             font-size: 14px;
							 max-width: 17em !important;
							 position: fixed;
          					 top: 45%;
                             right: 0px;
	}
	.embeddedServiceHelpButton .helpButton .uiButton:focus {
		outline: 1px solid #005290;
	}
	@media screen and (max-width: 576px) {
		.embeddedServiceHelpButton .helpButton .uiButton {
		  top: 57%;
		  transform: translateX(100%) rotate(-90deg);
		  transform-origin: bottom left;
		}
	  }
	  @media screen and (max-height: 667px) {
		.embeddedServiceHelpButton .helpButton .uiButton {
		  top: 55%;
		}
	  }
	.embeddedServiceHelpButton .helpButton .uiButton.helpButtonDisabled { display: none; }
	.dockableContainer .sidebarHeader h2 {
		color: #ffffff;
	}
	p.text.announcement {
		color: #ffffff;
	    background-color: #ffffff;
	}
	.minimizeButton {
		padding-left: 6px;
		padding-right: 6px;
	}
	.closeButton {
		padding-left: 6px;
		padding-right: 6px;
	}