﻿aside .all {
	float: right;
	font-weight: bold;
	padding-right: 0.5rem;
	padding-top: 0;
}

.bull-less:before {
	content: "\25BC";
	font-style: normal;
	font-weight: normal;
	padding-right: 0.2em;
	padding-left: 0.1em;
}

.bull-more:before {
	content: "\25BA";
	font-style: normal;
	font-weight: normal;
	padding-right: 0.2em;
	padding-left: 0.1em;
}

#tbl-chart {
	border-collapse: collapse;
	border-left: 1px solid teal;
	border-bottom: 1px solid teal;
	max-width: 42rem !important;
	min-width: 15rem;
	margin: 0 auto;
}

	#tbl-chart td {
		border-left: 1px solid teal;
		border-top: 1px solid teal;
		line-break: loose;
	}

#tb-col-hdrs {
	position: sticky;
	top: -1rem;
	color: white;
	background-color: white;
}

	#tb-col-hdrs tr td {
		text-align: center;
		vertical-align: middle;
		background-color: teal;
		border: 1px solid white;
		background-clip: padding-box;
	}

.td-other {
	background-color: antiquewhite !important;
}

r {
	color: red;
}

#div-conj {
	display: block;
	width: fit-content;
	margin: 0 auto;
}

#capt-region {
	cursor: default;
}

#tbdy-headings {
	hyphens: auto;
	text-align: center;
}

mod-type {
	font-size: 1rem;
	font-weight: bold;
	display: block;
	margin-top: 0.5rem;
	margin-bottom: 0.25rem;
}

label {
	display: block;
}

sub-models label {
	margin-left: 1rem;
}

#div-tense {
	-webkit-columns: auto;
	-moz-columns: auto;
	columns: auto;
	column-width: 12rem;
	min-width: 12rem;
}
#div-tense input {
	margin-right: 4px;
}

	#div-tense label {
		white-space: nowrap;
	}

/* Student can enter their onw verbs here */

#div-mymod {
	margin: 0;
	padding: 0.25rem 0;
	background-color: antiquewhite;
}

#tr-diac button {
	font-size: 1.1rem;
	width: 2.5rem;
	padding: 0.2rem;
	margin: 0.25rem 1.9rem;
	display: inline-block;
}

#tbl-chart {
	max-width: 55rem;
	cursor: default;
	border: 1px solid teal;
}

	#tbl-chart td {
		padding: 3px 4px;
		background: white;
		vertical-align: top;
		border: 1px solid teal;
	}

#tbdy-headings td {
	vertical-align: bottom;
}

#tbl-chart .tr-tense td {
	background: #aaffff;
	text-align: center;
	font-weight: bold;
}

#span-region:before {
	font-family: "Font Awesome 5 Free";
	content: "\f074";
	padding-right: 6px;
	padding-left: 4px;
	vertical-align: middle;
	font-weight: 900;
}

#tbdy-headings {
	hyphens: auto;
}

	#tbdy-headings td {
		border: 1px solid teal;
		line-height: 1.1rem;
	}

label.title, .bull-less, .bull-more, .bull-none { /* Used in the Model Verbs list for the labels of type of irregularity */
	cursor: default;
}


.others {
	border-top: 1px solid teal;
	border-right: 1px solid teal;
}

.tr-other-child {
	border-top: 1px solid green;
	border-right: 1px solid teal;
}
