.PINbutton {
    width: 200px;
    height: 200px;
}

.tableFixHead thead th {
    position: sticky;
    top: 0;
    z-index: 1;
}