@import url(rweb.css); /* copied at build time */

/*
	This is an override of the base styles in rweb.css order to allow the hide/show contents
	button and crumbs to coexist with what's normally a non-scrolling header. Better factoring
	and markup are desirable.

	This sheet is used by emulator help in both AWS and client cases.
*/

body {
    padding-left: 0px;
    margin-left: 10px;
}

.crumbs {
	margin-bottom: 1em;
}

.headone {
    background-attachment:scroll;
    position: static;
    margin-left: 0px;
    text-indent: 0px;
}

#header {
    height: auto;
}
