#topbar{
    width:100%;
    height:50px;
    background-color: #0b8700;
    position: fixed;
    top: 0;
    left: 0;
}
#bottombar{
    width:100%;
    height:50px;
    background-color: #0b8700;
    position: fixed;
    bottom:0;
    left: 0;
}

.table-header-1{
    width:75px;
    height:10px;
}
.table-header-2{
    width:100px;
    height:10px;
}
.table-header-3{
    width:300px;
    height:10px;
}
.table-header-4{
    width:150px;
    height:10px;
}

th{
    background-color:#027500;
}


table ,th, td{
  border: 1px solid;
  border-collapse: collapse;
  padding:5px;
}



a {
  color: white; 
  text-decoration: none;
}
.topbar-button{
    color: white;
    border-color: #028800;
    background-color: #0b8700;
    width:15%;
    height:100%;
    border-radius:0px;
    border-width:5px;
    border-style:solid;
    font-size:large;
}


body{
    margin: 0px;
    padding: 0px;
    background-color: #3a3335;
    color: white;
    text-decoration: none;
}

#build-content{
    background-color:#5f5457;
    padding:10px;
}
.ph1{
    font-size:20pt;
}
.build-package{
    padding:10px;
}
#insertion {
    padding-top:150px;
    padding:50px;
    height:2000px;
}