h1 {
	color: #98F703;
	font-size: 105%;
	font-weight: normal;
	text-align: center;
	margin: 0px auto 6px auto;
	padding: 0px;
	width: 98%;
	position: relative;
	overflow: hidden;
	height: 20px;
}
h2 {
	color: #98F703;
	font-size: 105%;
	font-weight: normal;
	text-align: center;
	margin: 0px auto 6px auto;
	padding: 0px;
	width: 98%;
	position: relative;
	overflow: hidden;
	height: 20px;
}
h3 {
	color: #98F703;
	font-size: 105%;
	font-weight: normal;
	text-align: center;
	margin: 0px auto 6px auto;
	padding: 0px;
	width: 98%;
	position: relative;
	overflow: hidden;
	height: 20px;
}


.console, #main-content {
  background-color: transparent !important;
}


.td-col0 {
	padding: 0px;
	margin: 0px;
	width: 120px;
	height: 20px;
	position: relative;
	overflow: hidden;
}
.td-col1 {
	font-size: 90%;
	color: #98F703;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
	width: 120px;
	height: 20px;
	position: relative;
	overflow: hidden;
	list-style-type: none;
	vertical-align: middle;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #98F703;
}
.td-col2 {
	font-size: 90%;
	color: #98F703;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
	width: 120px;
	height: 20px;
	position: relative;
	overflow: hidden;
	list-style-type: none;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #98F703;
}
.td-col3 {
	font-size: 90%;
	color: #98F703;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
	width: 120px;
	height: 20px;
	position: relative;
	overflow: hidden;
	list-style-type: none;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #98F703;
}
.td-col4 {
	font-size: 90%;
	color: #98F703;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
	width: 120px;
	height: 20px;
	position: relative;
	overflow: hidden;
	list-style-type: none;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #98F703;
}
.td-col5 {
	font-size: 90%;
	color: #98F703;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
	width: 120px;
	height: 20px;
	position: relative;
	overflow: hidden;
	list-style-type: none;
}


.td-col10 {
	padding: 0px;
	margin: 0px;
	width: 120px;
	height: 20px;
	position: relative;
	overflow: hidden;
}
.td-col11 {
	font-size: 90%;
	color: #C0C0C0;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	padding: 2px 0px 0px 0px;
	margin: 0px;
	width: 120px;
	height: 20px;
	position: relative;
	overflow: hidden;
	list-style-type: none;
}
.td-col12 {
	font-size: 90%;
	color: #C0C0C0;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	padding: 2px 0px 0px 0px;
	margin: 0px;
	width: 120px;
	height: 20px;
	position: relative;
	overflow: hidden;
	list-style-type: none;
}
.td-col13 {
	font-size: 90%;
	color: #C0C0C0;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	padding: 2px 0px 0px 0px;
	margin: 0px;
	width: 120px;
	height: 20px;
	position: relative;
	overflow: hidden;
	list-style-type: none;
}
.td-col14 {
	font-size: 90%;
	color: #C0C0C0;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	padding: 2px 0px 0px 0px;
	margin: 0px;
	width: 120px;
	height: 20px;
	position: relative;
	overflow: hidden;
	list-style-type: none;
}
.td-col15 {
	font-size: 90%;
	color: #C0C0C0;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	padding: 2px 0px 0px 0px;
	margin: 0px;
	width: 120px;
	height: 20px;
	position: relative;
	overflow: hidden;
	
}
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
}

.gallery img {
  width: 100%;
  height: auto;
  display: block;
  
}
  .gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
  
}
.blinkie {
  width: auto;         /* keeps aspect ratio */
  max-width: 100%;     /* never bigger than container */
  height: auto;        /* scales proportionally */
  display: inline-block; /* optional, keeps it inline */
}

.gallery img {
  width: 100%;       /* fills the grid cell */
  max-width: 100%;   /* never exceeds cell */
  height: auto;      /* maintain aspect ratio */
  display: block;
  object-fit: cover;  /* crops if needed, keeps grid tidy */
  border-radius: 6px;
  cursor: pointer;
}

html, body {
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background-image: url('/greengrid.jpg'); /* your tile image */
  background-repeat: repeat !important;       /* repeats horizontally and vertically */
  background-position: top left !important;   /* start tiling from the top-left corner */
  background-size: auto !important;           /* keeps original tile size */
  background-attachment: fixed !important;
}
  border-radius: 6px;
}