 		#calendar_block{
			width:100%; 
			height:100%; 
			display:flex; 
			align-items:center; 
			justify-content: center; 
			background-color:#696969; 
			background-color: rgba(105, 105, 105, 0.85);  
			position:fixed; 
			top:0; 
			left:0;  
			z-index:1000;
		}

		#calendar_div{
			width:250px; 
			height:250px; 
			background-color:LemonChiffon ; 
			border:1px solid yellow;
		}	
	
		#topline{
			width:100%; 
			height:10%; 
			border-collapse:collapse;
		}
		
		#calendartable{
			width:100%; 
			height:80%; 
			border-collapse:collapse; 
			background-color:white; 
			background-color:transparent;
		}
		
		.calendarCell{
			cursor:pointer;	
		}	

		.passedDateCell{
			color:gray;		
		}
		
		.currentDateCell{
			color:darkblue;	
			font-weight:bold;			
		}
		
		.calendarCell:hover { 
			background-color: lightblue;
		}
/*
     FILE ARCHIVED ON 01:31:36 Apr 23, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 04:04:42 May 28, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.526
  exclusion.robots: 0.061
  exclusion.robots.policy: 0.05
  esindex: 0.011
  cdx.remote: 10.459
  LoadShardBlock: 86.117 (3)
  PetaboxLoader3.datanode: 185.39 (5)
  PetaboxLoader3.resolve: 118.085 (2)
  load_resource: 246.221
  loaddict: 19.285
*/