/*------------------------------------*\
    Apaxy
    by @adamwhitcroft

    Theme name: Apaxy
    Theme author: @adamwhitcroft
\*------------------------------------*/
* {
	margin:0;
	padding:0;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	       box-sizing: border-box; 
}

html {
	min-height:100%;
	border-top:10px solid #ECEEF1;
	border-bottom:10px solid #ECEEF1;
	color:#61666c;
	font-weight:400;
	font-size:1em;
	font-family:sans-serif;
	line-height:2em;
}
body {
	padding:2em;
	-webkit-backface-visibility:hidden;
}
a {
	color:#61666c;
	text-decoration:none;
}
a, img {
  border:none;
  outline:none
}
a:hover {
	color:#2a2a2a;
}
/*------------------------------------*\
    Wrapper
\*------------------------------------*/
.wrapper {
	margin:0 auto;
	padding-top:20px;
	max-width:600px;
}
/*------------------------------------*\
    Demo block
\*------------------------------------*/
.block {
	font-size:.875em;
	margin:20px 0;
	padding:20px;
	color:#9099A3;
}
/*------------------------------------*\
    Table (directory listing)
\*------------------------------------*/
table {
	width:100%;
	border-collapse:collapse;
	font-size:.875em;
}
tr {
	outline:0;
	border:0;
}
tr:hover td {
	background:#f6f6f6;
}
th {
	text-align:left;
	font-size:.85em;
	padding-right:20px;
}
/* 2nd Column: Filename */
th + th {
	width:65%;
}
/* 3rd Column: Last Modified */
th + th + th {
}
/* 4th Column: Size */
th + th + th + th {
	width:5%;
}
tr td:first-of-type {
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
}
td {
	padding:5px 0;
	outline:0;
	border:0;
	border-bottom:1px solid #edf1f5;
	vertical-align:middle;
	text-align:left;
  width: auto;
	-webkit-transition:background 300ms ease;
	   -moz-transition:background 300ms ease;
	    -ms-transition:background 300ms ease;
	     -o-transition:background 300ms ease;
	        transition:background 300ms ease;
}
td a{
	display: block;
}
tr.parent a[href^="/"] {
	color:#9099A3;
}
	.parent a[href^="/"]:hover {
		color:#2281d0;
	}
/*------------------------------------*\
    Footer
\*------------------------------------*/
.footer {
	text-align:center;
	font-size:.75em;
}
td.indexcoldesc {
    min-width: fit-content;
    max-width: 50vw;
    white-space: nowrap;
    overflow: hidden;
}
/*------------------------------------*\
    eapo hacks
\*------------------------------------*/
body {
  background: #eee;
  margin: 1em;
  color: #333;
}
h1 a:hover, h1 a:active {
  text-decoration: none;
}
a:link {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}
a:visited {
  text-decoration: none;
  color: #777;
}
a:hover, a:active {
  text-decoration: underline;
  color: maroon;
}
pre, code {
  font: 1.2em/1.3em Consolas, "Courier New", Courier, monospace;
  margin: 1em 0;
  color: #222;
}
pre img {
  margin: 0 0 2px;
  vertical-align: bottom;
}
a[href$="A"]:after, a[href$="D"]:after {
  content: '';
  display: inline-block;
  width: 1em;
  padding: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1em 1em;
  height: 1em;
  vertical-align: middle;
  visibility: hidden;
}
a[href$="D"]:after {
  transform: rotate(180deg);
  visibility: visible;
}
a[href$="A"]:hover:after {
  visibility: visible;
}