.hashRow1 {
    display: flex;
}

.sysAnswer {
    height: 2em;
    width: 20em;
    min-width: 20em;
    color: white;
    margin-top: 5px;
    padding: 0px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
}

.checkFlagButton {
    margin-left: 1em;
    display: flex;
    justify-content: center;
    cursor: pointer;
    color: white;
    align-items: center;
    height: 2em;
    width: 10em;
    min-width: 10em;
    background-color: #2081ce;
}

.checkFlagButtonWrapper {
    float: left;
    height: 2em;
    width: 20em;
    background-color: blue;
    margin: 0px 3px 0px 0px;
    padding: 0px;
}

.flagInput {
    font-size: 1em !important;
    border: 0px solid black !important;
    margin: 0px !important;
    padding: 0px 5px !important;
    background-color: #bcbbbe !important;
    color: black !important;
    height: 100% !important;
    width: 20em !important;
    min-width: 20em !important;
    min-height: 0px !important;
}