  /*** LibChat button styles ***/

button.s-lch-widget-float-btn { display:none; border: 2px solid #fff; box-shadow:none; }
button.s-lch-widget-float-btn.online { display: block; }

#s-lch-widget-26775 iframe { background-color:#f9f9f9; }
body .s-lch-widget-float.open {
	width:100%;
	top: auto;
	height: 90vh;
}
@media screen and (min-width: 551px) {
	body .s-lch-widget-float.open { width: 375px; height: 60vh; }
}

#goto-top.bump-to-left { right: 5.5rem; bottom: 1.15rem; height:50px; padding:.5rem .5rem; }
#goto-top.bump-to-left span { padding: 0.5em 1em; }

/*** Library-wide anchor-link adjustment ***/
html { scroll-padding-top: 6.5rem; }