body {
    background-color: #fff;
}

main {
    display: flex;
    flex-direction: row;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

td {
    border: 1px solid #000;
    text-align: center;
    padding: 8px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

#menuContainerFloat {
    position: fixed;
    height: calc(100vh - 200px);
    padding: 8px;
    overflow: scroll;
    background-color: white;
    border: 1px solid black;
    display: none;
}

#menuContainerLeft {
    margin-right: 16px;
    padding: 16px;
    background-color: white;
    border: 1px solid black;
}

#content {
    flex: 1;
}

.menuItem {
    font-size: 24px;
    font-weight: bold;
    margin-top: 24px;
}

.importantText {
    color: #ff0000;
}

.important {
    color: blue;
    font-weight: bold;
}

.imgFrame {
    border: 1px solid gray;
}

.textFrame {
    border: 1px solid gray;
    margin: 8px;
    padding: 8px;
    display: inline;
}
