#customcontrols {
	z-index: 40;
	position: fixed; 
	left: 70px;
	bottom: 0px;
	text-align: center;
	font-size: 24px;
}

/*#customcontrols button {
	background: none;
	color: var(--r-link-color);
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
	z-index: 40;
}*/

/*#customcontrols button:hover {
	color: var(--r-link-color-hover);
}*/

#customcontrols > button {
	background-color: unset;
	border-width: 0;
}

#customcontrols > ul {
	position: fixed; 
	left: 28px;
	bottom: 0;
	list-style-type: none;
	overflow: hidden;
	margin: 0;
/* 	border: 1px solid var(--r-link-color); */
	border-radius: 5px;
	padding: 10px;
/* 	background-color: var(--r-background-color) */
}

#customcontrols ul > li {
	margin: 0px 0;
	padding: 0px 5px;
	float: left;
	list-style-type: none !important;
}

#customcontrols ul > li > button {
	font-size: 18px !important;
	background-color: unset;
	border-width: 0;
	cursor: pointer !important;
}

/*#customcontrols.collapsed  #collapse-customcontrols, #customcontrols.collapsed > ul  {
	display: none;
} 

#customcontrols:not(.collapsed) #expand-customcontrols {
	display: none;
} */

#collapse-customcontrols, #expand-customcontrols {
	display: none !important
}

@media only screen and (min-width: 500px) {
	#customcontrols > button {
		display: none;
	}
	#customcontrols > ul {
		padding-top: 0px;
		padding-bottom: 0px;
		bottom: 8px;
		border: none;
		background: none;
	}
}

@media print {
	#customcontrols {
		display: none!important; 
	}
}

