/*
	Make dynamic interactions with elements more apparent.
 */


/* Make summaries visibly clickable. */

summary {
	cursor: pointer;
}

/* Prevent resizing textareas horizontally. */

textarea {
	resize: vertical;
}
