@font-face { font-family: VT220; src: url('../fonts/VT220-mod.ttf') format('truetype'); }

body {
    background-color: #1E1E1E;
    font-size: 20px;
    font-family: VT220;
}

a{
    color: #76D29E;
}

a:hover {
    color: #76D29E;
    text-decoration: none;
    
}

.borderless > tbody > tr > td {
    border: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

table tr td{
   padding:0px !important;
   color: #76D29E;
}

form {
    color: #76D29E;
    display: inline;
}

.search{
    width: 700px;
    margin-right: -4px;
    padding: 2px;
    background: #1E1E1E;
    color: #76D29E;
    border: 0px solid #1E1E1E;
}

input.search:focus {
    outline-width: 0;
}

.search_dis{
    width: 10px;
    background: #1E1E1E;
    color: #76D29E;
    border: 0px solid #1E1E1E;
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #1E1E1E;
    border: 0px solid #1E1E1E;
}

select:focus {
    outline-width: 0;
}

#overlay {
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     z-index: 1000;
}

#overlay div {
     width:600px;
     margin: 100px auto;
     background-color: #1E1E1E;
     color: #76D29E;
     border:1px solid #000;
     padding:15px;
     text-align:left;
}

.trtitle {
    background: url(/img/stripe.png);
}

.tdtitle {
    color: #1E1E1E;
}