@font-face {
    font-family: ps2;
    src: url("/assets/fonts/Px437_IBM_PS2thin4.ttf")
}

@font-face {
    font-family: sans;
    src: url("/assets/fonts/Roboto-Regular.ttf")
}


body {
	background: #000000;
	color: #ffffff;
}

#indextitle {
	background: #007a00;
	color: #ffffff;
	padding: 10px;
	font-family: ps2;
	font-size: 3vw;
}


#indexlist {
	width: 90vw;
	margin-left: auto;
	margin-right: auto;
}

th {
        font-family: ps2;
        padding-bottom: 20px;
        padding-left: 15px;
        font-size: 2vw;
}


td {
	padding: 15px;
	border: 1px solid white;
	font-family: ps2;
	font-size: 1vw;
}

a:link {
	color: #70ff96;
}

a:visited {
	color: #00c434;
}

a:hover {
	color: #ffffff;
}

a:active {
	color: #fffb00;
}

tr.indexhead {
	font-size: 1vw;
}

th.indexcolname {
	text-align: left;
}	

th.indexcolname a {
	color: #00ff00;
}

td.indexcolname a {
	font-weight: bold;
}

th.indexcollastmod {
        text-align: left;
	
}

th.indexcollastmod a {
        color: #00ff00;
}

th.indexcolsize {
        text-align: left;
}

th.indexcolsize a {
        color: #00ff00;
}

tr.odd {
	background: #094f00;
}

tr.even {
	background: #000000;
}
