@charset "utf-8";
/* Additions to the extranet css for library only */

/* adjust header to display consistently without search bar */
#header ul{
	margin-right: 320px !important;
}
#header h2{
	margin-top: 24px !important;
}

/* override odd div styling in style.css */
.datatable div {
	float:none !important;
	width:100% !important;
}

