/* //from graph.css */
body {
    font: 20px "cambria math";
    margin: 50px 0 0 30px;
    border-top: 1px outset #0000001c;
    padding-top: 5px;
}

* {
    outline-color: #efefef
}

button,
[type=button] {
    font: 20px Math;
    border-color: #efefef;
    cursor: pointer
}

button:enabled:active,
[type=button]:active {
    border-style: inset;
    outline: none
}

button:focus,
[type=button]:focus {
    outline: none;
    box-shadow: inset 0 0 3px 0px;
}

/*Navi*/
nav ul {
    display: flex;
    list-style-type: none;
    width: fit-content;
    margin: 5px 0 0px 35px;
    padding: 0;
    background: #efefef;
    border: 1px solid #0000001c
}

li[selected=true] {
    background: white;
    position: relative;
    top: 5px;
    right: 5px;
    cursor: default
}

hr {
    border-top: 1px solid #0000001c;
    margin-left: 5px;
    width: 99%;
}

nav ul li {
    padding: 5px 10px;
    height: fit-content;
    border: 1px groove #0000001c;
    border-bottom: none;
    cursor: pointer;
    background: #efefef;
}

/*end navi*/
#container {
    border-top: inherit;
    margin-left: -10px;
    border-left: 2px solid #0000001c;
    padding: 10px 10px;
    border-bottom: none;
    border-right: none;
}

h2 {
    font-size: 1.2em;
    letter-spacing: 0.1em;
    word-spacing: .2em;
    border-right: inherit;
    color: gray;
    margin: 5px;
}

form {
    /* float: right; */
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
    gap: 10px;
    padding: 5px;
    border-top: 5px groove #0000001c;
}

[type=number] {
    width: 50px;
    border: 2px solid #0000001c;
    color: dimgray;
}