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: #DDDDDD;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    border: 2px inset gray;
    border-radius: 8px 8px 0 0;
    padding: 2px;
}

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: #FFFFFF;
    background-color: #111;
    width: 100%;
    max-width: 404px;
    box-sizing: border-box;
}

input.map_active {
    color: #000000;
    background-color: #DDDDDD;
    width: 100%;
    max-width: 404px;
    box-sizing: border-box;
}

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;
}
