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

    Theme name: Apaxy
    Theme author: @adamwhitcroft
\*------------------------------------*/
#@import url('//fonts.googleapis.com/css?family=Open+Sans');
/* Have to use @import for the font, as you can only specify a single stylesheet */
* {
	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:#51565c;
	font-weight:400;
	font-size:1.2em;
	font-family: ubuntu;
	line-height:1.75em;
}
body {
	padding:20px;
	-webkit-backface-visibility:hidden;
}
code {
	font-family:consolas,monospace;	
}
a {
	color:#61666c;
	text-decoration:none;
}
a:hover {
	color:#2a2a2a;
}
/*------------------------------------*\
    Wrapper
\*------------------------------------*/
.wrapper {
	margin:0 auto;
	padding-top:20px;
	#max-width:700px;
}
/*------------------------------------*\
    Demo block
\*------------------------------------*/
.block {
	font-size:.875em;
	margin:20px 0;
	padding:20px;
	color:#9099A3;
}
/*------------------------------------*\
    Table (directory listing)
\*------------------------------------*/
table {
	#width:70%;
	border-collapse:collapse;
	font-size:0.7em;
}
.indexcollastmod {
	width:25%;
	text-align:right;
	zheight:1px;
	zfont-size:.007em;
	zdisplay:block;

}

.indexcolsize {
	text-align:right;
	width:300px;


}



tr {
	outline:0;
	border:0;
}
tr:hover td {
	background:#e6e6e6;
}
th {
	text-align:left;
	font-size:1em;
	width:5%;
	padding-right:0px;
}
/* 2nd Column: Filename */
th + th {
	width:65%;
}
/* 3rd Column: Last Modified */
th + th + th {
	width:1px;
	zvisibility:hidden;

}
/* 4th Column: Size */
th + th + th + th {
	width:5%;
}
tr td:first-of-type {
	padding-left:10px;
	padding-right:10px;
}

td {
	line-height:1.75em;
	padding:1px 3 1 3;
	outline:0;
	border:0;
	border-bottom:1px solid #edf1f5;
	vertical-align:middle;
	text-align:left;
	-webkit-transition:background 300ms ease;
	   -moz-transition:background 300ms ease;
	    -ms-transition:background 300ms ease;
	     -o-transition:background 300ms ease;
	        transition:background 300ms ease;
}

@media only screen and (max-device-width: 480px) {
   /* define mobile specific styles come here */
	td {
		line-height:3.00em;
		font-size:1.7em;
	
	}
	th + th {
		width:95%;

	}
	table {
		width:100%;
		border-collapse:collapse;
		font-size:0.7em;
	}

 }

td a{
	display: inline;
}
tr.parent a[href^="/"] {
	zcolor:#9099A3;
}
	.parent a[href^="/"]:hover {
		zcolor:#1271c0;
	}
/*------------------------------------*\
    Footer
\*------------------------------------*/
.footer {
	text-align:center;
	font-size:.75em;
}
