@import url("bootstrap/css/bootstrap.css");

/* yushaedit */
#myTable .btn-group{
  max-width:62.056px;
}
.btn-group .dropdown-menu{
  position:relative;
}
#myTable th:nth-child(2),
#myTable td:nth-child(2){
  position:sticky;
  left:0px;
}
#myTable td:nth-child(2){
  background-color: white;
}

.table-responsive{
  overflow-x:scroll; 
  overflow-y:auto; 
  box-sizing:border-box;
}