.xP td[ct="c"] {
   flex: 1 0;
   width: 150px;
   max-width: 150px;
   min-width: 150px;
}

.xP td[ct="p"] {
   flex: 1 0;
   max-width: none;
   justify-content: flex-start;
   text-indent: 8px;
   height: 35px;
   align-items: center;
   font-weight: 600;
}

.xP td[ct="p"]:hover {
   background-color: rgb(226, 226, 226);
}
