/* 2013-09-01 MM: Mulert.m.css */
/* 2023-08-25 MM: Added mmCollapse  */

body	{
	background-color: #010101; 
	font-size: 20pt; 
	color:		LightGray;
	border: "thick dashed blue";
	}
a	{
	color		:LightGray;
	font-size		:24pt;
	}
a.mmIndex	{
	color			:LightGray;
	border-color	:LightGray;
	font-size		:24pt;
	}
	
table.mmIndex td {
		padding: 18px 3px;
}

table.mmTable1 td {
		padding: 18px 3px;
}

table.mmNote td {
		padding: 18px 3px;
}

table.mmPhotos td {
	font-size: 	22pt; 
}
	
.mmIndex 	{
	font-family	:"gill sans", "new baskerville", "sans-serif";
	font-size	:18pt;
	}


.mmH1	{
	color:		#AAAAAA;
	font-size: 	22pt; 
	}
.mmH2	{
	color:		#BBBBBB;
	font-size: 	24pt; 
	}
.mmDescr1	{
	color:		#998888;
	font-size:	18pt;
	}

.mmNote	{
		color			:#LightGray;
		font-size		:18pt;
	}
	
	details {
  user-select: none;
}

details>summary span.icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s;
  margin-left: auto;
}

details[open] summary span.icon {
  transform: rotate(180deg);
}

summary {
  display: flex;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}