.menu{
    left: -110%;
    position: fixed;
    z-index: 1000;
	transition: left .35s;
	width: 100%;
    overflow: auto;
    height: 100vh;	
	padding-bottom:70px;
}
.menu[show]{
	left:0;
}


.mobile_menu{
	position:fixed; 
	display:grid;
	grid-template-columns: repeat(4,1fr);	
	justify-content:space-evenly; 
	bottom:0; 
	background:pink; 
	width:100%; 
	min-height:56px; 
	z-index:10000;
	background: var(--primary_blue);
	color:white;
	padding:5px;
}

.mobile_menu a{
	text-decoration:none;
	color:white;
}


.mobile_menu img{
	height:28px;
}
.mobile_menu text{
	font-size:10pt;
}


.mobile_menu menu_item_holder{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}


.logged_in_button{
	display:none;
}

.search_logged_in_holder{
	margin-bottom:5px;
}

.container{
	display: flex;
	flex-direction:column;
	min-height: 100vh;
}


.header {
	flex-direction:column;
}


.content {
    box-shadow: none;
}

.tag_holder .tag_list{
    grid-template-columns: repeat(auto-fit, minmax(10px,170px) );
	width:100%;
}

.footer{
	padding-bottom: 65px;
}



.worksheet_box_holder worksheet_item popup_options {
    right: 0;
}
popup_options > a .text_holder .text {
    transition: right .3s;
    right: 0%;
}


.footer .branch2{
	flex-wrap:wrap;
}

.worksheet_box_holder worksheet_item {
    width: auto;
}

.worksheet_box_holder worksheet_item .sheet_thumbnail {
    width: 100%;
}



.ad_display_Holder fieldset {
    background: initial;
    padding: 0px;
    margin: 0px;
    width: fit-content;
    box-shadow: -1px 1px white;
    border: none;
}

.menu .close_menu_button{
	margin-left:auto; 
	width:fit-content; 
	padding:5pt 10pt;
	font-size:30px;
	display:revert;
	padding: 5pt 10pt;
}