.components {
    background: #c8fffc;
    padding: 1px;
    vertical-align: top;
}

.componentButton {
    font-size: 10pt;
    background: #68eddf;
    color: #68eddf;
    border-radius: 5px 5px 5px 5px;
    margin: 3px;
    border: solid;
    cursor: crosshair;
    border-width: 2px;
}

.componentButton:hover {
    background: #f824ff;
}

#topBar {
    font-size: 18pt;
    background-color: black;
    color: #eeeeee;
    padding: 5px;
}

.button {
    background-color: hsl(261, 90%, 84%);
    padding: 5px;
    margin: 3px;
    border-radius: 5px;
}
.button:hover {
    background-color: #b638ff;
    cursor: pointer;
}

.editor {
    color: white;
    margin: 5px;
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: gray;
    border-radius: 5px;
    border-style: solid;
    border-color: black;
    border-width: 2px;
    display: none;
}


html, body {
    font-family: Helvetica;
    height: 100%;
    margin: 0px;
    overflow: hidden;
}

table {
    padding: 0px;
    margin: 3px;
    width: 100%;
    height: 100%;
    table-layout: auto;
}

canvas {
    position: absolute;
    width: 80%;
}
button {
    font-size: 30pt;
    font-family: "Helvetica";
    background: #68eddf;
    color: #ffffff;
    border-radius: 5px 5px 5px 5px;  
    margin: 200px;
    border: solid;
    cursor: crosshair;
    border-width: 2px;
    float: right;
    margin-top: 400px;
}
#rep{
    font-size: 14pt;
    margin-top: 70px;
    position:absolute;
    height:400px;width:600px;
    overflow-y:auto;
    text-align: left;
}
#graph{
    margin-top: 10px;
    position:absolute;
    height:400px;width:600px;
    overflow-y:auto;
    text-align: left;
}
