<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
/* These base properties are auto-generated and will be overwritten by CondoConduit */

.MenuItems {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration : none;
	}

p {
	padding-bottom: 3px;
	padding-top: 3px;
	margin: 0px;
	padding-left: 0px;å
}

a.MenuItems:link, a.MenuItems:visited {
	font : bold 12px Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #8B4513;
	background-color : transparent;
}

a.MenuItems:active, a.MenuItems:focus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration : none;
	color : #CD853F;
	background-color : transparent;
}

a.MenuItems:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration : none;
	color : #DC143C;
	font-weight : bold;
	background-color : transparent;
	}
#leftMenu
{
	z-index: 1000;
	min-height:100vh;
	-pie-box-shadow: 6px 6px 8px #7F7F7F;
	box-shadow: 6px 6px 8px rgba(0,0,0,0.5);
	background-color: #381748;
	position: fixed;
	margin-left: 0px;
	width: 150px;
	float: left ;
	clear: both ;
	z-index: 1000 ;
}
#fullBody
{
	clear: both ;
	float: right ;
	margin-left: 150px;
}
#footer {
	margin-left: 160px; 
	 }
body {
	border: 0px;
	margin: 0;
}
#condoTitle {
	color: #F5F1EE;
	width: 100%;
	text-align: left;
	font-family: advent-pro;
	font-weight: 700;
	font-style: normal;
	clear: both;
}
.pmm3-title-bar {
	font-family: miss-fajardose;
	font-style: normal;
	font-size: 30px ;
	font-weight: 400;
}

 @media only screen and (min-width: 0px) and (max-width: 700px) {
	#leftMenu {width: 100%;
	 height:auto
	 }
	 #fullBody {
		 margin-left: 0px; 
	 }
	 #footer {
		 margin-left: 0px; 
	 }
}

/* End of base property definition */
/* Add or override classes and properties below this line - do not change this line */
</pre></body></html>