#container {
    display: flex;
    flex-direction: row;
}

#header {
    width: 100%;
    text-align: center;
    background-color: #365b38;
    color: white;
    font-size: 160%;
    padding: 8px 0;
}

#content {
    overflow: scroll;
}

.stepbox {
    width: 100%;
    margin: 0;
}

td.accessary {
    width: 20px;
    text-align: right;
    color: #9b9b9b;
}

td {
    height: 32px;
    font-size: 130%;
    border-bottom: solid 1px gray;
    border-right: none;
    border-left: none;
}

th {
    height: 32px;
    font-size: 130%;
    border-bottom: solid 1px gray;
    border-top: none;
    border-right: none;
    border-left: none;
    white-space: nowrap;
    background-color: #c8d9a4;
}

#IM_CREDIT {
    width: 100%;
    white-space: nowrap;
}

.IM_Button_StepBack {
    position: absolute;
    top: 8px;
    left: 4px;
    width: 40px;
    cursor: pointer;
    color: #9393ee;
}

button.entrybutton{
    border: 1px;
    font-size: 130%;
    background-color: #80b780;
    white-space: nowrap;
    border-radius: 4px;
}

button.exitbutton{
    border: 1px;
    font-size: 130%;
    background-color: #a33737;
    color: white;
    white-space: nowrap;
    border-radius: 4px;
}