.table-tab {
    @apply whitespace-nowrap border-b-2 px-1 pb-2 text-sm font-medium border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700;
}

.table-tab.selected {
    @apply border-primary px-1 text-primary
}
