	.blk{
		border:				solid 1px #000;
		margin:				5px 0;
	}
	table.datelist a{
		padding: 			10px;
		color: 				black;
		font:					normal 15px Arial, sans-serif;
		display:				block;
		text-transform:	uppercase;
	}
	table.datelist a:hover{
		cursor:				pointer;
	}
	table.datelist tr{
		display: flex;
    	justify-content: space-between;
	}
	table.datelist td{
		flex: 1;
		text-align:			center;
	}
	table.datelist td:hover{
		background:		#c1dad6;
	}
	p.datelist{
		background: 		#fff;
		display: 				none;
		width:				70%;
		font:					italic 12px Verdana, sans-serif;
		margin:				10px;
		padding:				10px 20px;
		color:				#000;
		box-shadow: 		2px 3px;
		border: 				solid 1px #976e16;
	}
	div.circle{
		width: 							4px;
		height: 							4px;
		background:	 				black;
		-moz-border-radius: 		2px;
		-webkit-border-radius: 		2px;
		border-radius:					2px;
	}
	#dlist tbody tr td{		
		padding-top:					10px;
		padding-left: 					90px; 
		padding-right: 				20px; 
		padding-bottom: 				10px;
	}
	#dlist a{
		color:							#976e16;
		text-decoration:				underline;
	}
	#dlist a:hover{
		color:							#8e4542;
	}
	#dlist h3{
		font:						normal 14px Arial, sans-serif;
	}
	.mname{
		font:						normal 20px Arial, sans-serif;	
		text-transform:		uppercase;
		margin:					12px;
		text-align:				center;
	}