
.mmw-overlay-group {
	
	align-items: center;
	
	border-radius: 25px;
	box-shadow: 5px 5px 2.5px lightgray;
	
	background: white;
	opacity: 0.7;
	
	margin: 10px;
}

.mmw-overlay-group:hover {
	opacity: 1;
}

.mmw-overlay {
	position: absolute;
	z-index: 2;
}

.top {
	top: 0
}

.bottom {
	bottom: 0
}

.left {
	left: 0
}

.middle {
	left: 40%
}

.right {
	right: 0
}


#header {
	display: flex;
	height: 50px;
	width: 220px;
	cursor: pointer;
}

#header > h3 {
	background: -webkit-linear-gradient( 180deg, hsl(205.71deg 100% 50%) 30%, hsl(79.76deg 100% 40%) 70%, hsl(1.15deg 100% 70.2%) 100% );
    -webkit-background-clip: text;
    -webkit-text-fill-color: #0000;
}

#header .logo {
	height: 50px;
	margin-top: -7px;
}

#middleheader {
	display: none;
	height: 50px;
	width: 250px;	
	right: 41%;
}

#middleheader .logo {
	height: 45px;
	margin-left: 10px;
}

#rightheader {
	display: none;
	height: 50px;
	width: 260px;
	cursor: pointer;
}

#rightheader .logo {
	height: 45px;
	margin-left: 6px;
}

#rightbar {
	display: none;
	width: 260px;
	#height: 85%;
	opacity: 0.5;
}

#rightbar:hover {
	opacity: .7
}

#rightbar > div {
	max-height: 15px;
	margin-left: 30px;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}

#rightbar > div:after {
    content: '-';
    font-weight: bold;
    float: right;
    margin-right: 15px;
}

#rightbar > div.active {
	margin-top: 10px;
	margin-bottom: 10px;
}

#rightbar > div.active:after {
    content: '+';
}

#rightbar > div.nolist {
	margin-top: 10px;
	margin-bottom: 10px;
}

#rightbar > div.nolist:after {
	content: '';
}

.rightbarlist {
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 15px;
	height: 100px;
}

.rightbarlist:hover {
	overflow: auto;
}
	
.rightbarlist > li {
	margin-bottom: 5px;
	cursor: pointer;
}

.rightbarlist > li:hover {
	text-decoration-line: underline;
}

.rightbarlist > li .logo {
	height: 20px;
	width: 30px;
	margin-right: 5px;
	margin-bottom: -5px;
}

#bottombar {	
	display: none;
	height: 50px;
	width: 360px;
}

#bottombar > div {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
	cursor: pointer;
}

#bottombar > div:hover {
	text-decoration-line: underline;
}

.inset {
	height: 33%;
	width: 25%;
	border-width: 1px;
}