/* Extra CSS to make pico better for our use case */

/* Remove bottom margin when placing input inside a table */
table th > input:not([type=checkbox], [type=radio]),
table td > input:not([type=checkbox], [type=radio]),
table th > select,
table td > select,
table th > textarea,
table td > textarea,
table td > details,
table th > details {
	margin-bottom: 0;
}
