@import url('https://fonts.googleapis.com/css2?family=Play&display=swap');
@import url('https://fonts.googleapis.com/css?family=Red+Hat+Display&display=swap');
@import url('https://fonts.googleapis.com/css?family=Audiowide&display=swap');

.spinner {
   width: 42px;
   height: 42px;
   border-radius: 50%;
   background: conic-gradient(#0000 10%,#53569a);
   -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 9px),#000 0);
   animation: spinner-zp9dbg 1s infinite linear;
   margin: auto;
}

@keyframes spinner-zp9dbg {
   to {
      transform: rotate(1turn);
   }
}

#spinner-box { display: none; text-align: center; padding: 16px; font-weight: bold; transition: 0.3s;}

.logosearchbar
{
	width: 100%; position: relative; height: 1px;
}
.bottom-bar {
	background-clip: border-box;
	border-bottom-width: 1px; border-bottom-style: solid;
	border-top-width: 1px; border-top-style: solid;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	padding: 6px;
	font-size: 14px;
	overflow: hidden;
	border-radius: 0px 0px 4px 4px;
}
.bottom-bar button {  margin-bottom: 4px; }
.bottom-bar  #skin {
	height: 24px;
}

.boot {	
	padding: 0px;
	height: 140px; width: 100%; z-index: -1;
	position: absolute; margin: -140px 0px 0px 0px;
}
.boot-text {
	text-align: center; padding: 20px; font-size: 14px;
}
#mainwidth {
	text-align: left;
	margin: auto auto;
	margin-top: auto;
	margin-top: 0px;
	width: 90%;
}
.sysnavcell {display: table-cell; width: 220px !important;}
.title { margin-top: -20px; }
.title h1 { font-family: 'Zen Dots', cursive; }
#mbox {
margin-top: 45px;
 text-align: left;
 line-height: 1.4;
 
  border-style: solid;
  border-width: 1px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
}
#container {
	text-align: left;
	line-height: 1.4;
	margin: 0px;
	font-size: 14px;
	font-style: normal;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	min-height: 400px; 
}
.container-table {
	display: table; width: 100%; border-collapse: separate; border-spacing: 10px;
}
.sysnav {
	width: 200px;
	border-width: 1px;
	border-style: solid;
	margin: 10px;
}
.sysnav a { display: block; padding: 5px; border-bottom-width: 1px; border-bottom-style: dashed; transition: 0.3s;}
.sysnav a:hover {padding-left: 10px; transition: 0.3s;}
.sysicon {   
	display: inline-block;
	min-width: 27px;
	text-align: center;
	margin-right: 8px;
	vertical-align: middle;
}
.sysicon img {vertical-align: middle;}

#content-div {
	vertical-align: top;
	border-width: 1px;
	border-style: solid;
	padding: 12px;
	border-radius: 2px;
	margin: 10px 10px 10px 0px;
}
.breadcrumb {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-clip: border-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	padding: 12px 12px 0px 12px;
	border-radius: 2px 2px 0px 0px
	font-style: normal;
	font-weight: normal;
	margin: -12px -12px 10px -12px;
}
.breadcrumb .top {margin-bottom: 0px; border-bottom-width: 0px !important; margin-bottom: 2px;}
/****************************************************** Top of the page menu with large icons.*/
.display_menu {
	margin: auto;
	margin-top: auto;
	padding: 2px;
	height: 70px;
}

.display_menu ul {
 list-style: none;
 text-align: left;
 margin: 0;
 padding: 10px 0;
 font-size: 13px;
 font-weight: bold;
}

.display_menu li {
 display: inline-block;
 padding: 0;
 margin: 0;
}

.display_menu li a {
	width: 60px;
	display: table-cell;
	font-size: 10px;
	height: 60px;
	vertical-align: middle;
}

.display_menu ul a:link, .display_menu ul a:visited {
	padding: 0px;
	text-align: center;
}
.display_menu i {font-size: 20px; display: block !important; margin-right: 2px; margin-bottom: 4px;}

* {font-family: 'Play', sans-serif;}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0px; 
	background-image: url(footer.png);
}
a {text-decoration: none;}
select {
	padding: 5px;
	border-width: 1px;
	border-style: solid;
}
#skin {
	padding: 0px; height: 36px; 
}
#skinM {
	padding: 8px; margin: 10px;
}
li {margin: 10px;}

.pixel { /*Pixellated, non-blurring image scaling for images*/
		-ms-interpolation-mode: nearest-neighbor; 
		image-rendering: -webkit-optimize-contrast;
		image-rendering: -webkit-crisp-edges;
		image-rendering: -moz-crisp-edges; 
		image-rendering: -o-crisp-edges; 
		image-rendering: pixelated;
}
/******************************************************************************************
/*Hover motion effect for icons
/*****************************************************************************************/
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
/******************************************************************************************
/*Bounding element
/*****************************************************************************************/
.bound {
	width: 100%; min-width: 875px; margin: auto; 
}
/******************************************************************************************
/*Header bar, contains site navigation, logo, and search
/*****************************************************************************************/
.headerbuffer {
	display: none;
	height: 75px;
	transition: 0.0s;
}
/*Header bar itself*/
.header {
	width: 100%;
	height: 75px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
/*Site navigation links within the header*/
.headerlink, .headerlink:visited {
	display: inline-block;
	line-height: 75px;
	padding-left: 7px;
	padding-right: 7px; 
	text-decoration: none;
	font-size: 14px;
}
.headerlink:hover {
	transition: 0.2s;
}
/*"Hamburger" menu icon, visible on mobile*/
.burger {
	display: none;
	padding: 12px; 
	position: absolute;
	cursor: pointer;
	line-height: 12px;
	font-size: 24px;
}
/******************************************************************************************
/*Site logo
/*****************************************************************************************/
.logo {
	display: inline-block;
	font-size: 28px;
	font-family: 'Audiowide', sans-serif;
	padding: 0px 10px 5px 20px;
	vertical-align: middle;
	font-variant: small-caps;
}
.logoM {
	display: none;
	font-size: 36px;
	font-family: 'Audiowide', sans-serif;
	padding: 14px 10px 0px 40px;
	vertical-align: middle;
}
.logo:hover, .logoM:hover {
	text-decoration: none;
}
/******************************************************************************************
/*Search bar
/*****************************************************************************************/
#tfnewsearch {
	display: inline-block;
}
#tfnewsearch input {
		width: 130px;
		padding: 12px; 
		border: none; 
		font-size: 12px;
		margin-top: 19px;
		height: 36px;
		cursor: pointer;
	}
/*Search Bar focus - glow instead of default highlight*/
#tfnewsearch input:focus {
	outline-width: 0px;
	cursor: text;
}
/******************************************************************************************
/*System Navigation column, left-side
/*****************************************************************************************/
/*Navigation column - left side, desktop only*/
.system_nav {
	min-width: 250px;
	width: 250px;
	display: table-cell;
	vertical-align: top;
	transition: left 0.5s;
}
/*Miscellaneous nav, left-side, desktop only*/
 .misc_nav {
	 width: 160px;
	 display: table-cell;
	 vertical-align: top;
}
/*System nav, left-side, desktop only*/
.navbox {
	border-width: 1px;
	border-style: solid;
	width: 210px;
	margin: 20px;
}
.navbox a, .navbox a:visited, .misc_nav a, .misc_nav a:visited {
	display: block;
	text-decoration: none;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.navbox a:hover, .misc_nav a:hover {
	transition: 0.3s;
}
.navbox img {
	vertical-align: middle;
}
/******************************************************************************************
/*Black bar with "back to top" link
/*****************************************************************************************/
.barheader {
	padding: 10px;
	font-size: 14px;
}
.barheader a, .barheader a:visited {
	text-decoration: none;
}
.barheader a:hover {
}
/******************************************************************************************
/*Category headings within page content & collapsible content areas
/*****************************************************************************************/
.category, .subheading {
	border-bottom: none !important;
	margin-bottom: 1px;
	font-weight: bold;
	padding: 14px;
}
/*headings for collapsible sections, ie, click to collapse or expand*/
.collapsible { 
	cursor: pointer;
	background: transparent;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	padding: 10px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.active, .collapsible:hover {
	transition: 0.3s;
}

.collapsible:after {
	content: ' ';
	padding: 3px;
	display: inline-block;
	border-width: 0px 2px 2px 0px;
	border-style: solid;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition:all 150ms ease-in 0s;
	-moz-transition: all 150ms ease-in 0s;
	-o-transition: all 150ms ease-in 0s;
	transition: all 150ms ease-in 0s;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

.active:after {
  	content: " ";
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin-top: 5px;

}
.hidecontent {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
/******************************************************************************************
/*Popup Navigation for mobile / narrow screen
/*****************************************************************************************/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1501;
  top: 0;
  left: 0;

  overflow-x: hidden;
  transition: 0.5s;
}

.sidenav a {
	display: block;
	text-decoration: none;
	font-size: 13px; 
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	transition: 0.3s;
}

.sidenav a:hover {
	transition: 0.3s;
}

.sidenav .closebtn {
	display: inline-block;
	right: 25px;
	font-size: 36px;
	border-bottom: none;
	width: 40px;
	text-align: center;
}
/******************************************************************************************
/*Content Area, center
/*****************************************************************************************/
.content {
	display: table-cell;
	vertical-align: top;
	border-right-width: 0px;
	border-right-style: solid;
}

.content a, .content a:visited {
	text-decoration: none;
}

.content-cell {
	margin: 20px 0px 20px 0px; 
	border-style: solid;
	border-width: 1px;
	padding: 20px;
}
/******************************************************************************************
/*Footer Area, bottom
/*****************************************************************************************/
.footer {
	border-top-width: 1px;
	border-top-style: solid;
    padding: 0px;
    font-size: 14px;
    text-align: center;
	min-height: 100px;
}
.footer a {
	text-decoration: none; 
}
/******************************************************************************************
/*Tutorial & Download elements
/*****************************************************************************************/
.tutorial img {
	max-width: 100%;
}
.keyboard /*keyboard prompts; same color in all themes*/
{
	display: inline-block;
	color: #666;
	font: bold arial;
	text-decoration: none;
	text-align: center;
	min-width: 22px;
	height: 22px;
	padding: 4px;
	margin: 5px;
	background: #eff0f2;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-top: 1px solid #f5f5f5;
	-webkit-box-shadow: 
		inset 0 0 25px #e8e8e8,
		0 1px 0 #c3c3c3,
		0 2px 0 #c9c9c9,
		0 2px 3px #333;
	-moz-box-shadow: 
		inset 0 0 25px #e8e8e8,
		0 1px 0 #c3c3c3,
		0 2px 0 #c9c9c9,
		0 2px 3px #333;
	box-shadow: 
		inset 0 0 25px #e8e8e8,
		0 1px 0 #c3c3c3,
		0 2px 0 #c9c9c9,
		0 2px 3px #333;
	text-shadow: 0px 1px 0px #f5f5f5;
	line-height: 22px;
	font-size: 16px;
}
.DLPrev {
	width: 200px;
	height: 100px;
}
/******************************************************************************************
/*Generic readability elements
/*****************************************************************************************/
.top { /*Underlined page headings*/
	font-weight: bold; 
	font-size: 18px;
	display: block;
	margin-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 10px;
}
.trowbottom { /*Table row with bottom border, use with border-collapsed tables*/
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.viewchanger{ /*View change (text/icon/list) menu */
	cursor: pointer;
	transition: 0.0s;
	padding: 5px;
	border-style: solid;
	border-width: 1px; 
	font-size: 13px;
	display: inline-block;
	text-align: center;
	min-width: 25px;
	height: 27px;
	width: 27px;
}
.selectedview  {
	cursor: default !important;
	transition: 0.0s;
	padding: 5px;
	border-style: solid;
	border-width: 1px; 
	font-size: 13px;
	display: inline-block;
	text-align: center;
	min-width: 25px;
	height: 27px;
	width: 27px;
}

.tag { /*Tag links appearing on games pages and also the tags page*/
	font-size: 10px; 
	padding: 3px 6px 4px; 
	margin: 5px;
	display: inline-block;
}

.alpha { /*Non-links in the alphabet navigation bar on systems pages, ie letters that don't have any games*/
	padding: 6px;
	display: inline-block;
	margin-top: 1px;
	vertical-align: middle;
	margin-right: 1px;
}

.alphanav { /*Links in the alphabet nav bar on systems pages, letters that do have games*/
	padding: 6px;
	display: inline-block;
	margin-top: 1px;
	font-weight: bold;
	vertical-align: middle;
	margin-right: 1px;
}

.sysinfo { /*Area with description paragraph on systems pages*/
	width: 350px;
}

.newspost { /*Container for an entire news post*/
	border-width: 1px;
	border-style: solid;
	margin: 16px;
}

.newsheader { /*Heading area of a news post, contains avatar, headline, comment count, view change menu*/
	padding: 12px; 
	border-width: 1px;
	border-style: solid;
}
.postarea { /*Part of news post with text/icon links for a specific game*/
	padding: 10px;
}
.sysbar, .sysbar:visited { /*System link appearing in game headings within a news post.*/
	margin-right: 5px;
	min-width: 50px;
	width: 135px;
	display: inline-block; 
	font-weight: bold;
	font-size: 11px;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	padding: 8px 0px 5px 0px;
	margin: 4px;
}

.sysbarname { /*Simply the name of the system in text, appearing with in the .sysbar*/
	display: inline;
	margin-left: 5px;
}
.sysbar a, .sysbar a:visited, .sysbar a:hover { 
	font-size: 14px;
}

.paginator, .paginatorcurrent { /*Pagination links at the bottom of the index*/
	font-size: .9em;
	padding: 6px 12px 6px 12px;
	border-width: 1px;
	border-style: solid;
	outline-width: 1px;
	outline-style: solid;
	margin: 2px; 
}

.heading { /*Header row for tables*/
	word-spacing: 5px;
	vertical-align: middle;
	font-size: 15px;
	font-variant: small-caps;
	padding: 10px;
}

.contributoricon { /*Game icons appearing in table sub-headers on contributor pages*/
	vertical-align: middle;
	height: 100px;
}

#filterInput { /*Search bar for filterable table, eg. on tags page*/
	background-image: url('/layout/search-icon.png');
	background-position: 10px 12px;
	background-repeat: no-repeat;
	width: 100%;
	font-size: 16px;
	padding: 12px 20px 12px 40px;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 12px;
}

.filterTable { /*Filterable table*/
  border-collapse: collapse; /* Collapse borders */
  width: 33%;
  display: inline-block;
}
.filterTable tr {
	display: inline-block;
}
/*******************************************************************************************************
Search Page
*******************************************************************************************************/
/*Tabs for search result page */
ul#tabs { list-style-type: none; margin: 30px 0 0 0; padding: 4px; }
ul#tabs li { display: inline; margin: 0px;}
ul#tabs li a { border-width: 1px; border-style: solid; border-bottom: none; padding: 8px 10px 7px 10px; text-decoration: none; }
ul#tabs li a.selected { font-weight: bold; padding: 14px 10px 8px 10px;}
div.tabContent {border-width: 1px; border-style: solid; padding: 0.5em; }
div.tabContent.hide { display: none; }
/*******************************************************************************************************
FAQ Page
*******************************************************************************************************/
.faqbox {border-bottom-width: 1px; border-bottom-style: dashed; padding: 5px; transition: none !important;}
.faqbox a:hover {transition: none !important;}
.accordion-toggle {cursor: pointer; padding: 5px; margin: 0px; transition: none !important;}
.accordion-content {display: none; padding: 10px; margin-top: 1px; margin-bottom: 1px; border-width: 1px; border-style: solid; transition: none !important;}
.accordion-content.default {display: block; transition: none !important;}

/******************************************************************************************
/*File Page Elements
/*****************************************************************************************/
.randombox { /*"Click here to try another random file / game"*/
	padding: 10px;
	border-width: 1px;
	border-style: dashed;
	margin: 10px;
	font-size: 13px;
	max-width: 90%;
}
.zoombarMini { /*"Click to view full size" bar, for mobile mode */
	width: 90%;
	padding: none;
	display: none;
	font-size: 13px;
}	
.DL_Box { /*Download Box for non-image files */
	width: 475px;
	border-width: 1px;
	border-style: solid;
}
.DL_Box table {
	width: 400px;
}

#viewongdrive {
	display: inline-block;
}

.info_box { /*Information table for files (contributors, filesize, etc.) */
    border-width: 1px;
    border-style: solid;
    border-image: initial;
	width: 400px;
}

.nextprev { /*Next & previous file buttons, applied to td*/
	text-align: center;
}
.nextprev a {
	display: block;
	font-weight: bold;
}
.sprite {
	max-width: 90%;
	border-width: 1px;
    border-style: solid;
	background-image: url(layout/transparent.gif);
}
/******************************************************************************************
/*Icons
/*****************************************************************************************/

.iconXL, .iconMG, .gameicon { /*Generic traits for Icons, Plus Icons, and Game Icons*/
	border-width: 1px;
	border-style: solid;
	
	outline-style: solid;
	outline-width: 1px;
	outline-offset: -2px;
	
	width: 122px; 
	
	display: inline-block;
	margin: 6px;
	padding: 5px;
	vertical-align: top;
	position: relative;
	cursor: pointer;
}

.iconMG { /*Plus Icon (ie, a 240x200 icon used in Icon+ view*/
	width: 242px !important; 
	margin: 12px !important; 
}

.iconMG .icontext { /*Icon text within a Plus Icon*/
	width: 230px;
	font-size: 12px;
}

.gameicon { /*Standard-size Game Icon - 200x100*/
	width: 202px !important;
	margin: 10px;
}

.gameicon img { /*Image within a standard Game Icon*/
	width: 200px;
	height: 100px;
	border-width: 1px;
	border-style: solid;
	border-bottom: none;
}

.iconXL img, .listview img { /*Image within a standard Icon or a List Item*/
	border-width: 1px;
	border-style: solid;
}

.minicon { /*Container element for Icon images */
	width: 120px;
	height: 100px;
	padding: 0px;
	position: relative;
	border-width: 1px;
	border-style: solid;
	border-bottom: none;
}

.megacon { /*Container element for Icon+ images*/
	width: 240px;
	height: 200px;
	padding: 0px;
	position: relative;
	border-width: 1px;
	border-style: solid;
	border-bottom: none;
}

.megacon img, .minicon img { /*Images in the above containers should be centered vertically and horizontally within their containers.*/
	background: none !important;
	border: none !important;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.doubleicon { /*Images being scaled to 2x times scale to make a Plus Icon*/
	transform: scale(2);
	-ms-transform: scale(2);
	-webkit-transform: scale(2);
	position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.latesticon { /*Off the top of my head, I truly don't know what this is for!*/
	height: 65px;
    width: 120px;
    margin: 10px;
    border-width: 1px;
	border-style: solid; 
	border-image: initial;
}

.icontext, .gameicontext { /*Text area within an Icon or Game Icon*/
	
	height: 7.5ex; 
	font-size: 10px; 
	margin: 0px auto;
	margin-top: 5px;
	border-width: 1px;
	border-style: solid; 
	outline-width: 1px;
	outline-style: solid;
	outline-offset: -2px;
	text-align: center;
	display: table-cell;
	min-width: 110px;
	padding: 5px;
	vertical-align: middle;
}
.gameicontext { /*Override above width for text in a Game Icon*/
	min-width: 190px !important;
}

.textview { /*Links used in text view*/
	display: block;
	padding: 10px;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-align: left;
}

.listview { /*Container for an item in list view - a List Item*/
	padding: 4px;
	display: block;
	margin-bottom: 10px;
	display: table; 
	border-width: 1px;
	border-style: solid;
	outline-style: solid;
	outline-width: 1px;
	outline-offset: -2px;
}

.listText { /*Text container within a List Item*/
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	text-align: left;
	width: 100%;
}

/******************************************************************************************
/*Lightbox elements (used on file & custom pages)
/*****************************************************************************************/
#lightbox{ /*The actual box around the full-size image*/
	padding: 10px;
}
#lightboxDetails{ /*Details within the lightbox. Don't think we actually use this!*/
	font-size: 0.8em;
	padding-top: 0.4em;
}	
#lightboxCaption{ float: left; font-size: 14px; font-weight: bold;}
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }
#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }
#overlay{ background-image: url(overlay.png); }

/**************************************************************************************************************************************************************************************************************/
/**************************************************************************************************************************************************************************************************************/
/**************************************************************************************************************************************************************************************************************/
/**************************************************************************************************************************************************************************************************************/
/*MOBILE SITE*/
/**************************************************************************************************************************************************************************************************************/
/**************************************************************************************************************************************************************************************************************/
/**************************************************************************************************************************************************************************************************************/
/**************************************************************************************************************************************************************************************************************/

@media (max-width: 890px) {
	
	.boot {height: auto !important;}
	
	.logosearchbar {
		height: 12px;
		vertical-align: middle;
	}
	.container-table { padding: 0px; border-spacing: 0px; }
	#content-div { padding: 0px; 
		display: block;		
		border-width: 0px;		
		padding: 12px;
		margin: 0px 0px 0px 0px;
	}
	#mainwidth {
		width: 100%;
	}
	.sysnav, .sysnavcell {display: none; width: 0px;}
	.display_menu {display: none;}
	#mbox {
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
	}
	
	/*Center content (ie, icons) on mobile*/
	.hidecontent {text-align: center;}
	
	ul#tabs li { display: inline; font-size: .6em;}
	.tabContent td a, .tabContent td {font-size: 13px;}
	
	img {
		-ms-interpolation-mode: nearest-neighbor; 
		image-rendering: -webkit-optimize-contrast;
		image-rendering: -webkit-crisp-edges;
		image-rendering: -moz-crisp-edges; 
		image-rendering: -o-crisp-edges; 
		image-rendering: pixelated;
	}
	.dropbtn {
		display: inline-block !important;
		font-size: 12px;
	  }
	.bound {
		width: 100%;
		min-width: 340px !important;
	}
	.header {position: fixed; margin-bottom: 75px; z-index: 1500;}
	.headerbuffer {display: block; transition: 0.0s;}
	.headerlink { display: none;}
	.logo {
		display: none;
	}
	.logoM {
		display: inline-block !important;
	}
	.system_nav, .misc_nav {
		display: none; 
	}
	.content {
		width: 100%;
		padding: 10px;
		border-left: none; border-right: none;
		max-width: 874px;
	}
	.content-cell {
		margin: 0px; border: none; background: none; padding: 0px;
		}
	.zoombar {
	width: 290px;}
	.DL_Box, .DL_Box table {
		width: auto;
	}
	.info_box {
		width: 300px;
	}
	.nextprev {
		display: none;
	}
	
	.spriteBig, .spriteSmall {
		max-width: 90%;
	}
	.burger { 
		display: block;
		margin-top: 20px;
		margin-right: 20px;
	}
	.footer {padding: 5px;}
	.footerlink {padding: 5px;}
	
	#tfnewsearch input {
		width: 36px;
		background-image: url(layout/search-icon.png);  background-repeat: no-repeat; background-position: right;
		padding: 12px; 
		border: none; 
		font-size: .01px;
		line-height: 12px;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		transition: all .5s ease;
	}
	/*Search Bar focus - glow instead of default highlight*/
	#tfnewsearch input:focus {
		width: 140px;
		font-size: 12px; 
		outline-width: 0px;
	}
	#tfnewsearch input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	   font-size: .1px;
	}
	#tfnewsearch input::-moz-placeholder { /* Firefox 19+ */
	   font-size: .1px;
	}
	#tfnewsearch input:-ms-input-placeholder { /* IE 10+ */
	   font-size: .1px;
	}
	#tfnewsearch input:-moz-placeholder { /* Firefox 18- */
	  font-size: .1px;
	}
	#tfnewsearch input:focus::-webkit-input:focus-placeholder { /* Chrome/Opera/Safari */
	  font-size: 12px;
	}
	#tfnewsearch input:focus::-moz-placeholder { /* Firefox 19+ */
	  font-size: 12px;
	}
	#tfnewsearch input:focus:-ms-input:focus-placeholder { /* IE 10+ */
	  font-size: 12px;
	}
	#tfnewsearch input:focus:-moz-placeholder { /* Firefox 18- */
	  font-size: 12px;
	}
	.sysinfo p {font-size: 12px;}
	.sysinfo {width: 200px;}
	.listText {text-align: center;}
	.sysbarname {display: none;}
	.sysbar {min-width: 10px; max-width: 32px;
	}
	.newspost {margin: 0px; margin-bottom: 20px;}
	.postarea {text-align: center;}
	.AltRow, .NormalRow { font-size: .80em;}
	.datecell {font-size: .75em; padding: 14px;}
	.contributoricon {height: 50px;}
	.filterTable {
	  border-collapse: collapse;
	  width: 100%;
	  display: block; 
	}
	.DLPrev {max-width: 100%;}
	#skin, #skindiv {display: none !important;}
	#viewongdrive {display: none;}
}