.recall_table {
    table-layout: fixed;
    width: 800px;
    font-size: 18px;
}

.random_image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.image_cell {
    border: 0;
}

.itemCell {
    border: 0;
}

.itemInputCell {
    border: 0px;
    text-align: center;
    padding-left: 10px;
    width: 120px;
}

.itemInputCell:hover {
    background-color: lightblue;
}
