nav {
    margin-bottom: 1em;
}

body {
    min-height: 100vh;
    height: 100%;
}

table caption {
    caption-side: top;
    padding: 0;
    margin: 0;
}

hr {
    margin-top: 0;
    margin-bottom: .75em;
}

h2 {
    margin-top: 4px;
}

.pull-down {
    position: relative;
    top: 2em;
}

.gscWrapper.pulled {
    position: relative;
    bottom: 2.5em;
}

.card {
    margin-bottom: 1em;
    box-shadow: #00000044 0 0 5px 2px;
}

.card:not(.no-extra-bottom-padding) {
    padding-bottom: 1em;
}

.dataTables_filter {
    position: relative;
    right: 17px;
    bottom: 2px;
    z-index: 9670;
}

th.sorting::before, th.sorting::after, th.sorting_asc::before, th.sorting_asc::after, th.sorting_desc::before, th.sorting_desc::after {
    content: none !important;
}

.table-shrink {
    width: auto !important;
    display: inline-block;
}

tr.self td, tr.self th {
    background-color: #860d82 !important;
}

.breakdownContainer .breakdown:not(:first-of-type) {
    margin-top: 3em;
}

.breakdown .dataTable {
    width: 100% !important;
}

.pixelColor {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #000;
}

table.dataTable {
    box-sizing: border-box;
}

table.table-bordered, table.table-bordered td, table.table-bordered th {
    border-color: #000;
}

table.table-bordered {
    border: 1px solid #000;
}

table.table-bordered.dataTable {
    border-top-width: 0;
    border-bottom-width: 0;
}

table.table-bordered.dataTable tr:last-of-type td,table.table-bordered.dataTable tr:last-of-type th {
    border-bottom: 1px solid #000;
}


.table-bordered:not(.dataTable) thead td, .table-bordered:not(.dataTable) thead th {
    border-bottom-width: 0 !important;
}

.table-striped tbody tr, table.table-striped.dataTable tbody tr[role='row'] {
    background-color: rgba(0, 0, 0, 0.01);
}

.table-striped tbody tr:nth-of-type(odd), table.table-striped.dataTable tbody tr[role='row'].odd {
    background-color: rgba(0, 0, 0, 0.1);
}

.dataTables_wrapper label, .dataTables_wrapper .dataTables_info {
    color: #d3d3d3;
}

.dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    margin: 0;
    padding: 0;
    border: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    box-shadow: none;
    border: initial;
}

table:not(.table) tr:hover th, table:not(.table) tr:hover td { /* tables opting out of bootstrap styling. used for general stats to save screen space */
    background-color: rgba(0, 0, 0, 0.1);
}

.dataTables_scrollBody {
    border-bottom: 0 !important;
}

.btn-standing-jump {
    margin: 0;
    padding: 0;
}

.breakdown h6, .breakdown .h6 {
    text-align: center;
}

@media screen and (max-width: 769px) {
    .pull-down {
        top: 1em;
    }

    .gscWrapper.pulled {
        bottom: 1em;
    }
}
