.underFirstNavbar{
    margin-top: 100px;
}

body {
  background-color: #dff0d8;

}

.width00{
    width: 0%;
}

.width01{
    width: 1%;
}

.width02{
    width: 2%;
}

.width03{
    width: 3%;
}

.width04{
    width: 4%;
}

.width05{
    width: 5%;
}

.width07{
    width: 7%;
}

.width10{
    width: 10%;
}

.width15{
    width: 15%;
}

.width20{
    width: 20%;
}

.table{
    table-layout: fixed;
    text-align: center;
}

.table th, .table td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}


/*css ptr header fix*/
.fixed-header thead{
  background: #fff;
  color: #333;
}

.fixed{
  top:51px;
  z-index: 1000;
  position:fixed;
  width:auto;
  display:none;
  border:none;
}


.fara-margin{
  margin: 0px;  
}

.fara-padding{
  padding-bottom: 3px;
  padding-top: 3px;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 3px;
  vertical-align: middle;
}

#table1 div{
  margin-bottom: 0px;
  padding: 0px; 
  overflow: hidden;
  text-overflow: ellipsis;
};

#table1 thead tr th{
    border-left: 1px solid black;
};