.alert.alert-danger.notice.notice-error.lab-notice-fixed {
    z-index: 1;
}
/* Used for fade-in effect on certain shortcodes and formulas - default 0 is "hidden" */
.hideme {
  opacity: 0;
}
#labpages {
	overflow: hidden;
}
.lab-notice-fixed {
    position:fixed;
    width:100%;
}
h1.entry-title.post-title {
    padding:0!important;
}
h1.entry-title.post-title .lab_no_title {
	display:none;
}
.post-title span.lab_title {
	padding: 20px 0;
    display: block;
}
.menu li li a {
    height:auto!important;
}

/* on the labpages template with labpages then content */
body.labpages #labpages + .container.labpages-after {
	width: 100%;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
}

/* on the labpages template with labpages, then another labpages */
body.labpages .container.labpages-after > #labpages + .container.labpages-after {
	max-width: 100%!important;
	margin: 0 auto!important;
	padding-left: 0!important;
	padding-right: 0!important;
}