/* Chat Box */
 .libhelp-container {
	 position: fixed;
	 width: 100%;
	 height: 100%;
	 top: 0;
	 left: 0;
	 pointer-events: none;
}
 .libhelp-container .libraryh3lp {
	 position: relative;
	 width: 100%;
	 height: 100%;
}
 .libhelp-container .libraryh3lp a {
	 position: absolute;
	 bottom: 0;
	 right: 0;
	 margin: 0 20px 60px 0;
	 pointer-events: auto;
}
/* Chat Box */
