.body{
  margin-top: 2%;
}
*{
  color:black;
}
.table{
  font-size: 18px;
  font-family: sans-serif;
}
.table td{
  text-align: right;
}
.table input{
  width:250px;
  padding: 7px 7px 7px 7px;
  font-size: 18px;
   margin-top:5px;
}
.table textarea{
  margin-top: 5px;
  width: 250px;
  height: 100px;
}
.table select{
  margin-top: 5px;
  width:250px;
  padding: 10px 10px 10px 10px;
  font-size: 18px;
}
.button button{
  font-size: 18px;
  font-family: sans-serif;
  font-weight: lighter;
  width: 100px;
  height: 35px;
  border:px black;
}
.button>button:not(:first-child){
  margin-left:20px;

}
.extra-link>a:hover> .link{
   width:42px;
   height:42px;
}




/*for heading only cascading stylesheet is here  */
.postbusribleft  {
    position: relative;
    height: 0px;
    padding: 5px 10px 2px 50px;
    background-color: #f1f1f1;
    margin:1px auto 0px auto;
}
.postbusribRight {
  margin-top: 20px;
    position: relative;
    width: calc(~"100% - 200px");
    padding: 5px 10px 2px 50px;
    background-color: #f1f1f1;
    margin:0px auto 2px auto;
}
.feedbacktable{
  width: 400px;
  width: 35px;
}
.feedbackbutton{
  width: 250px;
  height: 35px;
}
.feedbackcenter{
  font-size: 18px;
}
.feedbackcenter td{
  font-size: 18px;
}
.feedbackcenter table{
  margin-left: 60px;
}
.feedbackcenter span{
  margin-left: 70px;
  font-size: 25px;
  font-family: serif;
  font-weight: 600;
}
.displaypostbus{
  background: #f1f1f1;
  min-height: 100%;
}
