@tailwind base;
@tailwind components;
@tailwind utilities;

#wpcontent {
    padding-left: 0;
}

.form-table th {
    display: none;
}

.form-table td {
    @apply p-0;
}
