body {
    /*background: linear-gradient(80deg, #f8f8f8, #bfbebe, rgba(137, 121, 121, 0.63), #eae8e8);*/
    /*background: linear-gradient(257deg, rgba(191, 232, 222, 0.79), rgba(36, 102, 85, 0.62), #bfe8de);*/
    background-color: #164438;
    background-size: 100% 140%;
}

div#top {
    height: 65px;
    width: 25%;
    min-width: 1000px;
    position: absolute;
    left: 0%;
    top: -70px;
}

div#bottom {
    height: 6%;
    width: 100%;
    position: absolute;
    top: 94%;
    text-align: center;
}

div.menu_text {
    position: relative;
    top: 52px;
    height: 0px;
    font-size: 12px;
    color: white;
}

div.text {
    position: relative;
    top: 30%;
    height: 40%;
    min-height: 16px;
    font-size: 12px;
    color: white;
}

div.left_frame {
    height: 80%;
    width: 50%;
    position: absolute;
    left: 0%;
    top: 10%;
}

div.mid_frame {
    height: 100%;
    width: 1px;
    position: inherit;
    right: 0%;
    top: 0%;
}

div#main {
    background: #000000;
    height: 80%;
    width: 1000px;
    min-width: 1000px;
    position: absolute;
    left: -500px;
    top: 10%;
}

div.frame {
    width: 98%;
    height: 98%;
    position: absolute;
    top: 1%;
    left: 1%;
    overflow-y: scroll;
}

div.row{
    color: white;
    font-family: "Courier New";
    text-align: left;
}


div.menu{
    width: 50px;
    height: 50px;
    color: white;
    font-family: "Courier New";
    text-align: center;
    position: inherit;
    top: 0%;
}

div#start-all{
    left: 10px;
    background-image: url("images/standard.png");
}

div#start-roll{
    left: 110px;
    background-image: url("images/standard.png");
}


div#import-xref{
    left: 170px;
    background-image: url("images/standard.png");
}

div#import-conv{
    left: 230px;
    background-image: url("images/standard.png");
}

div#update-buff{
    left: 290px;
    background-image: url("images/standard.png");
}

div#import-cross-ref{
    left: 350px;
    background-image: url("images/standard.png");
}

div#import-result{
    left: 410px;
    background-image: url("images/standard.png");
}

div#import-buff{
    left: 940px;
    background-image: url("images/standard.png");
}



