@charset "utf-8";
/* CSS Document */


div.gHold
{
	display: grid;
}

div.gRow
{
	display: block;
}

div.gRow img
{
	border:none;
	margin:10px;
	border-radius: 10px;
        width: calc( 100% - 20px );
        cursor: pointer;
}

div.gLarge
{
	position: fixed;
	display: table;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.60);
	font-size: 8vw;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	padding: 0;
	overflow: hidden;
	visibility: hidden;
}


div.gLarge div
{
	display: table-cell; 
	vertical-align: middle;
}



div.gLarge div table
{
	display: block;
	width: 100%;
	border-collapse: collapse;
	position: relative;
	color:#DDD;	
	font-weight: bold;
}

div.gLarge div table td
{
	z-index: 10;
	padding: 0 10px 0px 10px;
        vertical-align: middle;
}

div.gLarge div table td img
{
	max-height: 85vh;
	max-width: 85vw;
	border-radius:2vw;
	box-shadow: 5px 5px 15px 15px rgba(0, 0, 0, 0.3); 
	border: white solid 0.5vw;
	z-index: -100;
	margin: 0 0 -20px 0;
	padding: 0;
}
 

div.gLarge div table td abbr, td.gCloseLarge a
{
	text-decoration: none;
	color: White;
	cursor: pointer;
        border:none;
}



td.gCloseLarge
{
	vertical-align:top !important;
	width:0;
	padding:0 !important;	
}


td.gCloseLarge div
{
	float:right;
	position:absolute;
	margin-left:15px;
	line-height:50%;
}

h3
{
	width:100%;
	background-color: saddlebrown;
	color:white;
	text-align: center;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 20pt;
}