body {margin:0;}

.navbar {
  overflow: hidden;
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;
}

.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.navbar a:hover {
  background: #ddd;
  color: black;
}

.main {
  padding: 16px;
  margin-top: 30px;
  height: 1500px; /* Used in this example to enable scrolling */
}

#myInput {
  width: 100%;
  font-size: 12px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;  
  border: 1 solid #ddd;
  margin-bottom: 12px;
}

#qtyTable
{
    
  border-collapse: collapse;
  font-size: 12px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;  
  
}
#qtyTable th, #qtyTable td {
  border-style: solid;
  border-width: thin;
  border-color: #b5b5b5;
  border-collapse: collapse;
  font-size: 12px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; 
}

#myTablePromo {
  border-collapse: collapse;
  width: 100%;
  
  border-style: solid;
  border-width: thin;
  font-size: 14px;
}

#myTablePromo th, #myTablePromo td {
  text-align: left;
  padding: 14px;
}

#myTablePromo tr {
  border-bottom: 1 #ddd;
}

#myTablePromo tr.header, #myTablePromo tr:hover {
  background-color: #f1f1f1;
}