body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 0px;
}

ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

.hackTitle {
    font-family: "Segoe UI", "Arial";
    font-size: 16px;
}

.creator {
    font-family: "Segoe UI Light", "Arial";
    font-size: 12px;
    font-style: italic;
    margin-left: 0px;
}

.fetching {
    font-family: "Segoe UI Light", "Arial";
    font-size: 12px;
    font-style: italic;
    color: #FFFFFF;
}

.categoryClarifier {
    font-size: 0.8em;
}

.firstplaycategory {
    font-family: 'Segoe UI Semibold', "Arial";
    font-size: 9pt;
    color: #4080b4;
}

.speedruncategory {
    font-family: 'Segoe UI Semibold', "Arial";
    font-size: 9pt;
    color: #20791c;
}

.extensionTitle {
    font-family: "Segoe UI Semibold", "Arial";
    font-size: 17px;
    color: #73deff;
    background-color: #003968;
    display: block;
    padding: 6px;
    text-align: center;
}

.inputsArea {
    margin: 6px;
}

.optionText {
    font-family: "Segoe UI Semibold", "Arial";
    font-size: 0.875em;
    color: #003968;
}

.sortBy {
    margin-top: -1px;
}

.checkboxes {
    margin-top: 2px;
    padding-left: 2px;
}

.checkboxes label {
    display: inline-block;
    padding-right: 10px;
    padding-top: 4px;
    white-space: nowrap;
}

.checkboxes input {
    vertical-align: middle;
}

.checkboxes label span {
    vertical-align: top;
}

.checkboxes select {
    vertical-align: middle;
}

.checkboxes select span {
    vertical-align: top;
}

.playkind {
    font-family: 'Segoe UI Light', "Arial";
    font-size: 8pt;
}

.version {
    font-family: 'Segoe UI Semibold', "Arial";
    font-size: 8pt;
    color: #4080b4;
}

.playtime {
    border: none;
    margin: 0px;
    padding: 0px;
    font-family: 'Segoe UI Semibold', "Arial";
    font-size: 11pt;
    color: #7a3718;
}

.highlightedDate {
    color: #4cb726;
    font-weight: bold;
}

.playDetailsDiv {
    margin-top: 0px;
    min-height: 29px;
}

.individualPlayDetails {
    padding-bottom: 8px;
    min-height: 22px;
}

.playthroughImageContainer {
    float: left;
    width: 40px;
}

.playthroughImage {
    margin-top: 2px;
    margin-right: 6px;
}

.playdateContainer {
    float: right;
    vertical-align: top;
    padding-right: 18px;
}

.playdate {
    font-family: 'Segoe UI Light', "Arial";
    font-size: 8pt;
    font-style: italic;
}

.gameHeader {
    margin-left: 6px;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 6px;
}

hr {
    height: 2px;
    border: none;
    background-color: #CCCCCC;
    width: 97%;
    padding-bottom: 0px;
    margin-bottom: 4px;
}

.horizontalBar {
    margin-top: -6px;
    background-color: #02c23f;
    width: 40px;
    float: left;
    margin-left: 1.5%;
}

.box {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-flow: column;
    flex-direction: column;
    height: 500px;
    max-height: 500px;
    flex-wrap: nowrap;
    max-width: 320px;
}

    .box .row.header {
        background-color: #96bcdb;
        flex: 0 1 auto;
        /* The above is shorthand for:
            flex-grow: 0,
            flex-shrink: 1,
            flex-basis: auto
        */
    }

.textwrap-field {
    display: inline-block;
    padding-left: 15px;
    text-indent: -15px;
    vertical-align: top;
}

.box .row.content {
    flex: 1 1 auto;
    background-color: #919191;
    padding: 0px;
    /* overflow-y: scroll; */
}

.scrollbar {
    margin-left: 0px;
    margin-right: 0px;
    float: left;
    /* height: 300px; */
    /* width: 100%; */
    background: #8ae460;
    overflow-y: scroll;
    /* margin-bottom: 25px; */
    border: 2px solid black;
}

.gameLinkContainer {
    float: right;
    margin-top: 3px;
    margin-right: 3px
}

#completedHackList1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #d3d3d3;
}

#completedHackList1::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#completedHackList1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #003968;
}

#scrollPart {
    top: 50px;
    position: relative;
    width: 85%;
    margin: 10px auto;
    text-align: left;
}

table.gameList {
    border-spacing: 0;
    border-collapse: collapse;
    /* border: 2px solid #797979; */
    width: 100%;
    table-layout: fixed;
    overflow-wrap: break-word;
    background-color: #ffffff;
}

.gameList th,
.gameList td {
    text-align: left;
    vertical-align: top;
}

.gameList tr:nth-child(odd) {
    border-bottom: 2px solid #aaaaaa;
    background-color: #e2e2e2;
}

.gameList tr:nth-child(even) {
    border-bottom: 2px solid #aaaaaa;
}

table.runinfo {
    border-spacing: 0;
    border-collapse: collapse;
}

.runinfo td {
    text-align: initial;
    vertical-align: initial;
}

.runinfo tr:nth-child(odd) {
    vertical-align: top;
    background: inherit;
    border-bottom: none;
}

.runinfo tr:nth-child(even) {
    vertical-align: top;
    background: inherit;
    border-bottom: none;
}

.runinfo {
    vertical-align: top;
}

    .runinfo td:nth-child(odd) {
        vertical-align: top;
        border-bottom: none;
    }

    .runinfo td:nth-child(even) {
        vertical-align: top;
        border-bottom: none;
    }

.moreInfoDiv {
    line-height: 0.85em;
}

.moreInfo {
    margin-left: 16px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.runinfo table {
    border-collapse: collapse;
}

.runinfo tr:nth-child(even) {
    /* background-color: #ffffff; */
    margin-bottom: 0px;
}

.runinfo tr:nth-child(odd) {
    /* background-color: #ffffff; */
    margin-bottom: 0px;
}

#searchInput {
    background-image: url('./searchicon.png');
    background-position: 6px 5px;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    width: 90%;
    font-size: 14px;
    padding: 4px 4px 4px 30px;
    border: 1px solid #ddd;
    margin-top: 4px;
}

.inputNonEmptySomeResults {
    background-color: #c4e8f3;
}

.inputNonEmptyNoResults {
    background-color: #f3bdbb;
}

.inputEmpty {
    background-color: #ebebeb;
}

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 10px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}