    body {
      padding: 0;
      margin: 0;
    }

    html, body {
      height: 100%;
    }
   
   #map { height:100%; }



 :root {
    --as--color--primary: #1825aa;
    --as--color--secondary: #85C598;
    --as--color--complementary: #EC671C;
  }
    
.marker-cluster-small { 
	background-color: --as--color--secondary;
	}

.marker-cluster-small div { 
	background-color: --as--color--secondary;
	}	
	
.as-sidebar { 
	background-color: rgb(255,255,255,0.5);
	padding: 4px;
	width:230px; }

as-switch { margin-left: 10px; margin-right: 10px; display:block; }

#closeDetail { position: sticky; left:390px; top:10px;}

#scholar_url { text-decoration: none; }

#scholar_name {
	font-family: Playfair Display, Georgia, serif;
	font-size: 24px; 
	color: #1825aa;
	}
	
#scholar_identifier, #scholar_extract, #scholar_category {
	font-size: 14px;
	}

#scholar_category {
	font-weight: bold;
}
 .as-btn {
 	font-size: 14px;
 	margin-top: 20px;
 	}
 
#resetButton {
	margin: 10px;
	padding:4px;
	font-size: 12px;

	}
	
#myInput {
outline: none; 
width:90%;
height:24px;
margin: 10px;
font-size:12px;
}