html {
  text-align: center;  
 font-family: TELUS-Web,Helvetica Neue,Helvetica,Arial,sans-serif;
}


#amountSelectionWrapper {
  margin: auto;
  width: 800px;
}

select {
  display: block;
    width: 200px;
    height: 30px;
    margin: auto;
    font-size: 18px;
    border-radius: 5px;
    border: 1px grey solid;
}
#amountSelection {
  text-align: center;
}
#waybillTextWrapper {
    width: 800px;
    margin: auto;
    margin-top: 20px;
}
.textWaybill {
    display: block;
    text-align: center;
    width: 200px;
    height: 30px;
    margin: auto;
    font-size: 18px;
    border-radius: 5px;
    border: 1px grey solid;
    margin-bottom: 3px;
}

#waybill2, #waybill3, #waybill4, #waybill5, #waybill6, #waybill7, #waybill8, #waybill9, #waybill10 {
  display: none;
}

.searchBtns {
    width: 206px;
    font-size: 20px;
    height: 35px;
    border-radius: 5px;
    border: 1px grey solid;
    background: #2b8000;
    padding: 1px 0px 0px 0px;
    color: white;
    margin-top: 20px;
}