body {
    background: black;
    color: white;
}

.table-view {
    font-family: 'Fugaz One', sans-serif;
    color: springgreen;
}

.table-view-font {
    font-family: 'Fugaz One', sans-serif;
    color: springgreen;
    font-size: 400%;
}

.lost-time-wrapper {
    display: flex;
}

.lost-time-wrapper input {
    font-family: 'Fugaz One', sans-serif;
    background: #101010;
    color: springgreen;
    font-size: 100% !important;
    width: 23vw;
    text-align: center;
}

.table-view input {
    font-family: 'Fugaz One', sans-serif;
    background: #101010;
    color: springgreen;
    font-size: 400%;
    width: 23vw;
}

.table-view .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px;
}

.table-view .wrapper .rssi {
    font-size: 400%;
    line-height: 80%;
}

input {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.z-p {
    font-size: 400%;
    text-align: center;
}

.lost {
    color: red !important;
}

@media screen and (max-width: 960px) {
    .table-view input, #lost-time {
        font-size: 150%;
    }

    .table-view .wrapper .rssi {
        font-size: 150%;
    }

    .table-view .wrapper .last-contact {
        font-size: 50%
    }

    .table-view-font {
        font-size: 150%;
    }

    .z-p {
        font-size: 150%;
    }

    .table-view .wrapper {
        padding: 4px;
    }
}

.a-button {
    border: 1px solid #808080;
    padding: 4px;
    font-family: 'Fugaz One', sans-serif;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    margin: 16px;
    display: inline-block
}

.credit {
    padding: 4px;
    font-family: 'Fugaz One', sans-serif;
}
