body, html {
    height: 100%;
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", Arial, "HelveticaNeue-Light", sans-serif;
    font-size: 13px;
    overflow: hidden;
    background: #fefefe;
}

.ui.menu.inverted {
    background: #AA278E;
}

#makecode-editor iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: calc(100% - 6rem);
    margin-top: 3.5rem;
}

.input-row {
    margin: 0 0.5rem;
}

.editor-row {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    margin: 0.5rem 0.5rem 0;
    height: 100%;
}

#container {
    height: 100%;
}

#monaco-editor {
    height: 100%;
    width: 800px;

    overflow: hidden;
}

#makecode-editor {
    height: 100%;
    flex-grow: 1;
    overflow: hidden;
}

/* Semantic UI overrides */
.action .primary.button {
    border-radius: .28571429rem;
}

.menu .primary.button {
    border-radius: 0;
    font-weight: 400;
    margin: 0;
}