

img
{
	border: 1px black solid;
	height :80px; 
	width : 120px;
}

.imgVert
{
	height :80px; 
	width : 60px;
}


#d1
{
	display : flex;
	flex-direction: row;
}

#d2a
{
	display: block;
	flex: 2;
	border: 1px gray solid;
	min-height: 200px;
	max-height: 640px;
	overflow: auto;
}

#d2b
{
	flex: 1;
	border: 1px gray solid;
	min-height: 200px;
	max-height: 600px;
	padding: 20px;
	overflow: auto;	
}

@media screen and (max-width:1024px) 
{
	#d2a
{
	display: block;
	flex: 2;
	border: 1px gray solid;
	min-height: 200px;
	width : 100%;
	/*max-height: 640px;
	overflow: auto;*/
}

#d2b
{
	display: none;
}
}

.fimg
{
	display : flex;
	flex-direction: row;
	flex-wrap: wrap;	
}


figure
{
	height :80px; 
	width : 120px;
	margin: 3px;
}



figcaption
{
	margin-top: -30px; 
	margin-left: 5px;
	max-width: 80px;
	font-size: 0.9em;
	font-weight: bold;
	color: white;
}

figcaption a{
	color: aqua;
}

.darkCpt
{
	color: black;
}


.figVert
{
	height :80px; 
	width : 60px;
}


table
{ 
	display: block;
	border-collapse: collapse;
	/*position: fixed;
	margin-left: 20px;*/
	
	z-index: 10;
	background-color: white;
	overflow: auto;
	max-height: 520px;
	max-width: 350px;/**/
}


td, th
{
	border: 1px solid black;
	padding: 5px;
	font-size: 0.8em;
	min-width: 50px;
}


.imgUp
{
	height :8px; 
	width : 8px;
	border:none;
	margin-left: 3px;
	cursor: pointer;
}

.imgDown
{
	height :8px; 
	width : 8px;
	border:none;
	margin-left: -1px;
	cursor: pointer;
}
