
#intranet-header {
	background-color: var(--bs-primary);
}
	#intranet-header img {
		max-height: 75px;
	}


#intranet-title {
    color: rgba(255,255,255,0.75);
}
		
/*looks better to remove borders since when using tabs, they are generall the only thing on page*/
DIV.ck-tabContent {
	border-left:0px !important;
	border-bottom:0px !important;
	border-right:0px !important;
}
	


