html, body, #resurrect-container, #resurrect-middle, #resurrect-middle-content, #webapp_maindiv, #resurrect-home-content, .post-content {
	height: 100%;
}

html, body, #wrapper {
	overflow: hidden;
}

#resurrect-header-right { display: none; }

.ctfw-header-menu-link-description { display: none; }

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	top: 2em ! important;
}

#webapp_maindiv {
	height: calc(100% - 5px);
	overflow: auto;
}

.resurrect-widget {
	padding: 0;
	margin: 0;
}

h1,h2,h3,h4 {
	margin: 0;
	margin-top: 3px;
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4 {
	margin-top: 3px;
}

#resurrect-header-content {
	padding: 0;
}

#resurrect-logo img {
	height: 40px;
	padding-left: 100px;
	padding-bottom: 5px;
}

@media only screen and (max-width: 640px) {
	#resurrect-logo img {
		padding-left: 0;
		text-align: center;
	}
}

#resurrect-middle-content {
	overflow:auto;
	margin:0;
	width: 100%;
	border:0;
	height: 100%;
	min-height: 0;
	padding: 0;
}

#resurrect-home-content {
	height:calc(100% - 100px);
	overflow: hidden;
}

#footer {
	display: none;
}

.pj-tree-editor-table {
	height: calc(100% - 50px);
	margin: 0;
}

.pj-treepane, .pj-tree-docpane {
	height: 100%;
}

.pjCalendarFrameTableWrapper2 {
	height: calc(100% - 30px);
}

.pjCalendarFrameTableCellBox {
	height: 100%;
}

.pjCalendarTable {
	height: calc(100%);
}

.cb-event-booking-fields .pj-form-label {
	padding-right: 5px;
	font-weight: bold;
}

#tagline {
	display: none;
}

.search-box {
	margin-top: 10px;
}


/*
#calendarTable {
	height: calc(100% - 80px);
}

.calendarCell {
	min-height: 0;
	height: 100%;
}

.calendarCell>div {
	position: relative;
	width: 100%;
	height: 100%;
}

.calendarCell>div>div {
	position: absolute;
	width: 100%;
	overflow: auto;
}

.pj-gcCalendarHeader {
	height: 28px;
}

*/

