.sitetitle {
    font-size: 26px;
    position: absolute;
    top: 6px;
    right: 10px;
}

.noborder {
    border-right: 0px !important;
}

.trheader {
    border-bottom: 2px solid black;
    background-color: #d9d9d9;
    left: 0px;
    column-span: all;
    column-count: 1;
}

.table td {
    font-size: 16px;
    padding: 7px 10px;
    border-right: 2px solid black;
    left: 0px;
}

.table th {
    font-size: 20px;
    padding: 10px 10px;
    left: 0px;
}

.table {
    /* Please fix margin wont work :( */
    /*margin-right: -10px;*/
}

html, body {
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS";
}

#ItemSelect {
    height: calc(100vh - 82px); 
    left: 0%;
    margin-top: 21px;
}

#CategorySelect {
    height: 42px;
    font-size: 21px;
    font-family: "Trebuchet MS";
}

.ItemSelection {
    width: 350px;
    line-height: 5px;
    margin-left: 0px;
    overflow-y: auto;
}

.ItemSelection option {
    padding-top: 8px;
    padding-bottom: 8px;
    margin: auto;
    font-family: "Trebuchet MS";
    font-size: 15px;
}

* {
    box-sizing: border-box;
    /*overflow: hidden;*/
}

#ItemSearch {
    margin-top: 0px;
    margin-bottom: -1px;
    margin-left: 0px;
    font-size: 30px;
    font-family: "Trebuchet MS";
    width: 350px;
    width:100%;
    position:absolute;
    right:0;
    top:0;
}

.statusbox {
    margin-right: 0%;
    float: right;
    right: 0%;
    margin-top: 21px;
}

optgroup { font-size:24px; }

#middle {
    top: 0;

    bottom: 0px;
    margin: 0 auto;
    position: absolute;
    width: 100%
}

#middle-offset {
  position: relative;
  height: 100%;
}

#left, #right {
    overflow-y: scroll
}
#left {
    width: 32%;
    height: 100%
}
#right {
    position: absolute;
    right: 0;
    top: 20px;
    width: 560px;
    bottom: 0;

}