.human-image {
    /* width: 40px; */
    /* width: 120px; */
    width: 240px;
    /* height: 30px; */
    /* height: 90px; */
    height: 180px;
    margin: auto;
}

img.human {
    width: 100%;
    height: 100%;
}



table.grating {
    background-color: white;
}

table.grating tr:nth-child(even) {
    background-color: white;
}

table.grating tr:hover {
    background-color: white;
}

table.grating td, th {
    border-color: white;
    width: 33%;
}



.world-driver {
    background-color: #c3e408;
    /* float: left; */
    /* clear: none; */
    height: 100%;
    width: 100%;
    display: flex;
}

.cell-label {
    font-family:'Times New Roman', Times, serif;
}

.cell-content {
    background-color: #c3e408;
    /* margin-top: 5px; */
    /* margin-bottom: 5px; */
    padding-top: 5px;
    padding-bottom: 5px;
}

div.cell {
    background-color: #6e6363;
}


.go-left {
    width: 50%;
}

.go-right {
    width: 50%;
}

.table32 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

/*
.align-right {
    // text-align: right;
    float: right;
    margin-right: 10px;
}
*/

.align-center {
    /* margin: auto; */
    /* text-align: center; */
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.label-div {
    text-align: right;
    margin-right: 10px;
    /* margin-top: 5px; */
    /* margin-bottom: 5px; */
    padding-top: 5px;
    padding-bottom: 5px;
}

.control-div {
    /* margin-top: 5px; */
    /* margin-bottom: 5px; */
    padding-top: 5px;
    padding-bottom: 5px;
}

