body {
    font-family: Helvetica, Arial, sans-serif;
    color: #dddddd;
    background-color: #222222;
    margin-top: 0px;
}

.footer {
    text-align: center;
    font-size: 8px;
    margin: 0;
    padding-top: 10px;
}

.hp-toggle.hidden {
    display: none !important;
}

.iconcolumn {
    width: 40px;
}

.hugekill {
    text-shadow: 1px 1px 10px #fff, 1px 1px 10px violet;
}

.bigkill {
    text-shadow: 1px 1px 10px #fff;
}

.hisec {
    color: #24e576;
}

.lowsec {
    color: #cd7d3c;
}

.nullsec {
    color: #b50000;
}

.invalid {
    color: #a000b5;
}

.mobilesizewarning {
    border-top: 40px;
    padding-bottom: 40px;
    font-size: 32px;
    font-weight: bold;
    color: darkred;
    display: inline;
}

#timeplot {
    text-align: center;
    /* width: auto; */
}

.timelinetitle {
    text-align: center;
    margin-bottom: 0px;
}

.timelinecontrol {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

.timelinelink {
    color: inherit;
    font-size: 12px;
}

.subnavlink {
    color: inherit;
    font-size: 16px;
}


.yaxistext {
    font-size: 0.8em;
}

.corptooltip {
    display: none;
    position: absolute;
    top: -10px;
    right: -60px;
    z-index: 1;
    background: #222222;
    padding: 4px;
    font-size: 12px;
    color: #fff;
    border-radius: 2px;
    border: 1px solid #fff;
    white-space: pre;
}

.pilottooltip {
    display: none;
    position: absolute;
    top: -10px;
    right: -60px;
    z-index: 1;
    background: #222222;
    padding: 4px;
    font-size: 12px;
    color: #fff;
    border-radius: 2px;
    border: 1px solid #fff;
    white-space: pre;
}

.csvlink {
    font-size: 12px;
    color: #dddddd;
}

@media (min-width: 600px) {
    .mobilesizewarning {
        display: none;
    }
}

.km_img_small {
    width: 100%;
}

@media (min-width: 1200px) {
    .km_img_small {
        width: 100px;
        height: 56px;
    }
}

.smallicon {
    width: 16px;
}

.sortable {
    border-bottom: 1px solid black;
    align-items: center;
    width: 100%;
}

.nowrapname {
    white-space: nowrap;
}

.hideonmobile {
    display: none;
}

@media (min-width: 1200px) {
    .hideonmobile {
        display: table-cell;
    }
}

table {
    border-collapse: collapse;
    margin-bottom: 0px;
    table-layout: fixed;
}

.paddingtable {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.paddingtable td {
    padding: 8px 16px 8px 16px;
}

th {
    font-weight: normal;
    font-size: 12px;
    padding: 5px;
    border: none;
    text-align: center;
    cursor: pointer;
    background: gray;
}

th:hover {
    color: white;
}

tr {
    background: rgba(5, 5, 10, 0.75);
}

tr:nth-child(even) {
    background: rgba(1, 1, 1, 0.90);
}

td {
    position: relative;
    border-bottom: none;
    padding: 0px;
    text-align: center;
    font-size: 12px;
    min-height: 16px;
}

th[role=columnheader]:not(.no-sort) {
    cursor: pointer;
}

th[role=columnheader]:not(.no-sort):after {
    content: '';
    float: right;
    margin-top: 7px;
    border-width: 4px 4px 0;
    border-style: solid;
    border-color: black transparent;
    visibility: hidden;
    opacity: 0;
    user-select: none;
}

th[aria-sort=ascending]:not(.no-sort):after {
    border-width: 0 4px 4px;
}

th[aria-sort]:not(.no-sort):after {
    visibility: visible;
    opacity: 0.4;
}

th[role=columnheader]:not(.no-sort):hover:after {
    visibility: visible;
    opacity: 1;
}

form.filters {
    margin-bottom: 0;
}

@media (min-width: 600px) {
    form.filters {
        display: flex;
    }
}

.filterrow {
    display: block;
    flex-direction: row;
}

.filter {
    align-items: center;
    padding: 2px;
    font-size: 10px;
    color: gray;
}

.datelabel {
    display: inline-block;
    clear: left;
    width: 15%;
    text-align: right;
    padding-right: 2px;
}

.datebuttons {
    margin-top: 5px;
}

.dateinput {
    display: inline-block;
}

@media (min-width: 600px) {
    .filter {
        /* justify-items: center;
        justify-content: center;
        align-items:center; */
        flex-direction: row;
        display: flex;
        flex: 1;
        padding: 2px;
        text-align: center;
    }
}

.searchbutton {
    padding: 2px;
}

.extrabuttons {
    position: absolute;
}

.tablelink {
    text-decoration: none;
    color: #dddddd;
}

nav {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    font-size: 24px;
    z-index: 1;
    text-decoration: none;
    background: rgba(1, 1, 1, 0.90);
}

.navlink {
    color: inherit;
    /* text-decoration: none; */
}

.cards {
    display: flex;
    justify-content: center;
}

@media (max-width: 800px) {
    .cards {
        flex-direction: column;
    }
}

.metacard {
    margin: 10px 50px 10px 50px;
    padding: 10px;
    border: 1px #dddddd solid;
    font-size: 11px;
}

.card {
    margin: 10px 50px 10px 50px;
    padding: 20px;
    border: 1px #dddddd solid;
}

.statsection {
    padding-bottom: 1em;
}

.teamname {
    text-align: center;
    size: 4em;
    padding-bottom: 2em;
}

.total {
    display: block;
}
.statheader {
    text-align: center;
    font-weight: bold;
    display: block;
    padding-bottom: 0.25em;
}

.stat {
    display: block;
}

.metadata {
    width: 25%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 800px) {
    .metadata {
        width: 75%;
    }
}

.infosection {
    text-align: center;
}

.howtosection {
    text-align: center;
}

.howtotop {
    font-size: 24px;
    text-align: center;
    padding-bottom: 1em;
}

.howtoheader {
    text-align: center;
    font-weight: bold;
    display: block;
    padding-top: 0.25em;
}

.corplist {
    font-size: 12px;
    display: block;
}

.formswapbutt {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.disguisedchar {
    color: gray;
}