body {
  overflow-x: hidden;
}

.iris_title{
	position:fixed;
	width:110%;
	margin-top: 0px;
	height: auto;
	/* background-color:#491386; */
	background-color:#fff;
	margin-left:-30px !important;
	padding: 12px 0px 12px 30px !important;
	top:0px;
	z-index:998;
}

.navbar{
	dispaly:flex;
	width:110%;
	height: 52px;
	margin-left:-30px !important;
	position:fixed;
	top:110px;
	background-color:#491386 !important;
	z-index:999;
}

.navbar ul {
    list-style-type:	none;
	margin:				0;
	padding:			0;
    font-size: 0;
}

.navbar li {
    display: 	inline-block;
}

li a.active {
	background-color: 	white;
}

.navbar li a, .dropbtn {
    display:			inline-block;
    color:				white !important;
    text-align:			center;
    padding:			14px 16px;
    text-decoration:	none;
	width:				90% !important;
    font-size: initial;
    box-shadow: none !important;
}

.navbar li a:hover, .dropdown:hover .dropbtn {
	/* background-color:#966FC0; */
	color:#FED101 !important;
}

.dropdown {
	display:	inline-block;
	white-space: nowrap !important;
	position:	relative;
}

.dropdown_content {
	display: 			none;
	position: 			absolute;
	color: white !important;
	white-space: pre !important;
	line-height:.8em !important;
	background-color: 	#966FC0 !important;
	text-align: 		left !important;
	z-index: 			998;
}

.levels {
	width:fit-content !important;
}
.star_sheets {
	width:fit-content !important;
}

.dropdown_content a {
	padding: 			0px 0px;
	overflow: hidden !important;
	text-decoration: 	none;
	display: 			block;
	text-align: 		left !important;
	z-index: 			1;
}

.dropdown_content a:hover {
	color:#FED101 !important;
	white-space: nowrap;
	line-height:.8em !important;
}

.dropdown:hover .dropdown_content {
    display: block;
}

.cut_table_corner{
	border-top: 1px solid #fff !important;
	border-left: 1px solid #fff !important;
}



/* The sticky class is added to the navbar with JS when it reaches its scroll position */
/* 
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}
 */
 