@font-face {
    font-family: 'VictorMono-Light';
    src: url('VictorMono-Light.ttf') format('opentype');
}

body {
    line-height: 1.6;
    color: #ddd;
    max-width: 1280px;
    margin: 0 auto;
}

a {
    color: lime;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


h1 {
    font-variant-caps: small-caps;
    font-size: 1.4em;
}

ip {
    font-size: 0.95em;
}

input:focus {
    color: lime;
}

descr {
    font-family: Arial;
    font-size: 0.95em;
    color: #555;
    font-style: italic;
}


h3 {
    color: grey;
    filter: drop-shadow(0px 0px 2px black);
}

table {
    border: 0;
}

.c:nth-child(even) {
    background-color: #242424;
}

.c:nth-child(odd) {
    background-color: #191919;
}

td {
    padding: 4px 10px 4px;
}

body {
    background-color: #1d1e1e;
}

a:hover {
    color: lime;
    filter: drop-shadow(1px 1px 4px black);
    text-decoration: none;
}

a {
    text-decoration: none;
}

* {
    color: #aeaeae;
    font-family: VictorMono-Light;
}

.none {
    text-decoration: none;
    color: lightgreen;
}

.hr_green {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 32, 0, 1), rgba(0, 128, 0, 1), rgba(0, 255, 0, 1), rgba(0, 128, 0, 1), rgba(0, 32, 0, 1));
}

#main {
    color: white;
}

#main:hover {
    color: lime;
}

#main div {
    max-width: 1280px;
    position: relative;
    left: 10%;
}

#search {
    line-height: 25.6px;
    background-color: black;
    color: lime;
    border: 1px solid black;
    font-size: 14px;
    margin: 2px 2px 2px 2px;
    padding: 4px 8px 4px 8px;
    border-radius: 5px;
    filter: drop-shadow(0px 0px 1px grey);
    min-width: 320px;
}

#search:hover {
    filter: drop-shadow(0px 0px 1px lime);
}

#search_button {
    line-height: 25.6px;
    margin: 2px 2px 2px 2px;
    padding: 4px 8px 4px 8px;
    background-color: black;
    border: 1px solid black;
    border-radius: 5px;
    filter: drop-shadow(0px 0px 1px grey);
}

#dump {
  background-color: black;
  color: lightgrey;
  max-width: 1280px;
  width: 99%;
/*  max-height: 1280px;*/
  height: 512px;
  border: 1px solid #141;
}

.nolink {
    color: lightyellow;
}

.tile {
    filter: drop-shadow(0px 0px 2px black);
}

.tile:hover {
    filter: drop-shadow(0px 0px 1px lime);
    background-color: black;
}

.button {
    background: #2a2a2a;
    color: #ccc;
    border: 0px solid black;
    padding: 0.5rem 1rem;
    margin-left: 0.5rem;
    border-radius: 5px;
    cursor: pointer;
    /*    font-family: monospace;*/
    filter: drop-shadow(0px 0px 2px black);
}

.button:hover {
    /*    background: #333;*/
    background: #1c1c1c;
    filter: drop-shadow(0px 0px 1px lime);
    color: #fff;
}

.dir {
  color: black;
}

.rail {
    height: 30px;
    width:  30px;
    position: relative;
    top: 6px;
}

.toolbox {
    height: 18px;
    width:  18px;
    position: relative;
    top: 2px;
}

.toolbox-big {
    position: relative;
    top: 2px;
    height: 22px;
    width:  22px;
}

.toolbox-big:hover {
    position: relative;
    top: 2px;
    height: 22px;
    width:  22px;
    filter: drop-shadow(1px 1px 1px black);
    background-color: green;
}

.security-mark {
	font-size: 1px;
  visibility: hidden;
}
