body {
    background-color: #111b24;
    text-align: center;
}
h1 {
    font-family: 'Roboto', sans-serif;
    margin-top: 1vw;
    margin-bottom: 1vw;
    font-size: 2.5vw;
    user-select: none;
    color: #e6931e;
}
h1[id=txt] {
    position: absolute;
    top: 0;
    right: 2vw;
    user-select: none;
}
table {
    font-family: 'Roboto', sans-serif;
    border-collapse: collapse;
    border: 0.0390625vw solid #424242;
    /* user-select: none; */
    margin: auto;
    width: 47vw;
}

td, th {
    text-align: left;
    padding: 0.3125vw;
    /* width: 15vw; */
    height: 2.25vw;
    font-size: 1vw;
    /* user-select: none; */
}
th {
    color: white;
}
tr {
    color: #f7fc5f;
}
tr:nth-child( even ) {
    background-color: #424242;
    color: #f7fc5f;
}
.logo {
    width: 5vw;
}
select {
    background-color: #111b24;
    color: white;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0.5vw;
    margin-left: 0.5vw;
    margin-right: 0.5vw;
    font-size: 1vw;
    border: 0.0390625vw solid #424242;
    padding: 0.5vw;
}
input {
    background-color: #111b24;
    color: white;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0.5vw;
    margin-left: 0.5vw;
    margin-right: 0.5vw;
    font-size: 1vw;
    border: 0.0390625vw solid #424242;
    padding: 0.5vw;
}
.div_container {
    width: 98vw;
    margin: auto;
}
.div_left {
    float: left;
    margin-left: 1.5vw;
}
.div_right {
    float: right;
    margin-right: 1.5vw;
}