div#system {
    background-color: #000000;
    border: 2px inset gray;
    border-radius: 0 0 8px 8px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 400px;
    width: 400px;
}
a.system {
    background-color: transparent;
    width: 16px;
    height: 16px;
    font-size: 10px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
}

td#systeminfo {
    background-color: rgba(10, 20, 20, 0.8);
    color: #9aa;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #344;
    border-radius: 8px 8px 0 0;
    padding: 2px;
    font-family: 'Electrolize', Arial, sans-serif;
}

td.cell {
    background-color: transparent;
    width: 21px;
    height: 21px;
    color: #00ff00;
    font-size: 8px;
    font-family: Arial Black;
    font-weight: normal;
    vertical-align: top;
    text-align: center;
}

th.coord {
    background-color: transparent;
    width: 21px;
    height: 21px;
    font-weight: bold;
    text-align: center;
}

td.blanknotext {
    background-color: transparent;
    width: 21px;
    height: 21px;
    color: white;
    font-size: 0;
    vertical-align: top;
    text-align: center;
}

div.wormhole {
    height: 21px;
    width: 21px;
    background-image: url("/app/extensions/vomap/images/nav_wormhole.png");
}

div.station {
    height: 21px;
    width: 21px;
    background-image: url("/app/extensions/vomap/images/nav_station.png");
}

div.station_wormhole {
    height: 21px;
    width: 21px;
    background-image: url("/app/extensions/vomap/images/nav_station_wormhole.png");
}

div.none {
    width: 21px;
    height: 21px;
}

input.map {
    display: none;
    color: #788;
    background-color: rgba(10, 20, 20, 0.6);
    border: 1px solid #344;
    width: 100%;
    max-width: 404px;
    box-sizing: border-box;
    font-family: 'Electrolize', Arial, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

input.map_active {
    color: #6cc;
    background-color: rgba(102, 204, 204, 0.06);
    border: 1px solid rgba(102, 204, 204, 0.5);
    width: 100%;
    max-width: 404px;
    box-sizing: border-box;
    font-family: 'Electrolize', Arial, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

input.station {
    display: none;
}

table.map {
    background-color: transparent;
    background-size: 100% auto;
    width: 256px;
    height: 256px;
    font-size: 12px;
}
td.coord {
    background-color: transparent;
    width: 16px;
    height: 16px;
    font-size: 10px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
}
