#graph {
    height: 700px;
    /* width: 500px; */
    border: 1px solid lightgray;
    margin-bottom: 2em;
}

#graph-example {
    height: 700px;
    /* width: 500px; */
    border: 1px solid lightgray;
    margin-bottom: 2em;
}


#graphgame-messagearea {
    display: flex;
    flex-direction: row;
    width: 100%;
    overflow: hidden;
}

#graphgame-messagearea > div {
    box-sizing: border-box;
    min-width: 100%;
    max-width: 100%;
    order: 3;
    padding: 1em;
}

#graphgame-messagearea > div#graphgame-empty {
    order: 2;
}


#graphgame-messagearea > div.active {
    order: 1;
}

#graphgame-hint-switcher {
    margin: 0;
    padding: 0;
    margin-top: -.1em;
}

#graphgame-hint-switcher>*{
    padding: .5em;
    margin: .5em;
    margin-top: 0;
    border: solid .2em blue;
    position: relative;
}

#graphgame-hint-switcher>* {
    display: inline-block;
    margin-top: 0;
}

#graphgame-hint-switcher>*.active {
    border: solid .2em red;
    border-top: none;
    padding-top: .7em;
}


#graphgame-hint-switcher>*.current {
    background: pink;
    color: black;
}

#graphgame-messagearea {
    border-bottom: solid .1em red;
}
