﻿.div-mod-type {
	background: teal;
	display: block;
	color: white;
	padding: 0.25rem;
	font-weight: bold;
	max-width: 11.5rem;
}

	.div-mod-type label {
		display: inline-block;
		float: right;
	}

mod-type {
	display: inline-block;
}

sub-models label {
	display: block;
}

#tr-diac button {
	font-size: 1.1rem;
	width: 2.5rem;
	padding: 0.2rem;
	margin: 0.5rem 1.9rem;
	display: inline-block;
}


#div-modmod {
	column-count: auto;
	column-width: 12rem;
	margin: 0 auto 0.25rem auto;
}

#tbl-tense {
	display: block;
	margin: 0.5rem auto;
	width: fit-content;
}

	#tbl-tense td, #tbl-tense th {
		padding: 0.25rem 0.5rem;
		border: 1px solid teal;
	}

		#tbl-tense td:nth-child(2) {
			text-align: center;
		}
