#skjema {
    width: 26vw;
    float: left;
    margin-left: 1em;
    background: #aeaeae;
    border-radius: 0.3em;
    padding: 0.2em;
}

#form > input, select {
    display: block;
    margin: 0.2em;
}

#table_bestillinger {
    width: 64vw;
    float:right;
    margin-right:1em;
    background: #adadad;
    border-radius: 0.3em;
    padding: 0.2em;
}

#table_bestillinger tr:not(:first-child, :last-child) {
    background: #c9c9c9;
    border-radius: 0.2em;
    /*padding: 0.3em;*/
}

/*#table_bestillinger:last-child {*/
    /*border-top: #3d3d3d solid;*/
/*}*/