.tab-pane {
	background-color: white;

	border-left: var(--bs-border-width) solid var(--bs-border-color);
	border-right: var(--bs-border-width) solid var(--bs-border-color);
	border-bottom: var(--bs-border-width) solid var(--bs-border-color);
	border-bottom-left-radius: var(--bs-border-radius);
	border-bottom-right-radius: var(--bs-border-radius);
}

ol.opinions {
	margin-top: 1rem;
}

ol.opinions > li {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

ol.opinions > li > div {
	width: 100%;
}

ol.opinions em.question {
	font-weight: normal;
	font-style: normal;
	color: var(--text-color);
}

ol.opinions em.question > div {
	padding: 0 1rem;
	line-height: 1.3;
}

ol.opinions em.question > div::before {
	content: attr(data-title);
	font-weight: normal;
	border: 1px solid #f0f0f0;
	padding: .2rem;
	font-size: .8rem;
	margin-right: .25rem;
}

ol.opinions .answer > div {
	margin-top: 1rem;
	padding: .25rem 1rem;
	border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	color: var(--text-color);
}

ol.opinions .opinion {
	background-color: #ffd6cc66;
}

ol.opinions .answer > div.info {
	background-color: #67B4C111;
}

ol.opinions .answer > div::before {
	content: attr(data-title);
	font-weight: normal;
	border: 1px solid #f0f0f0;
	padding: .2rem;
	font-size: .8rem;
	margin-right: .25rem;
}

/*
.modal-dialog.regulations h3 {
	border: none;
}

a[data-bs-toggle="modal"] {
	cursor: pointer;
}

.modal-dialog.regulations .modal-header span {
	font-size: .95rem;
	margin: 1rem;
	line-height: 1.2;
}

.bg-debug {
	background-color: pink;
}
.modal-dialog.regulations .modal-body {
	padding-left: 2rem;
}

.modal-dialog.regulations .chapter {
	margin-top: 1rem;
	margin-bottom: 0;
}

.modal-dialog.regulations .subject {
	margin-top: .75rem;
	font-size: .9rem;
}

.modal-dialog.regulations article span.article {
	font-weight: 400;
	color: #333;
	margin-right: .5em;
}

.modal-dialog.regulations article > ol {
	margin-top: .5em;
	text-indent: -1.3em;
	margin-left: 1.5em;
	padding: 0 1em;
	list-style-type: none;
}

.modal-dialog.regulations article > ol dl {
	margin-left: 1.5em;
}

.modal-dialog.regulations article > dl {
	margin-left: 1.5em;
}

.modal-dialog.regulations .position {
	width: 5rem;
	font-weight: 700;
}

.modal-dialog.regulations .name {
	width: 6rem;
	margin-left: .5rem;
	margin-right: auto;
}

.modal-dialog.regulations .basis {
	width: 100%;
	font-size: .9rem;
	line-height: 1.2;
	color: #666;
}

.modal-dialog.regulations .list-group-numbered > .list-group-item::before {
	width: 2rem;
	text-align: end;
}

.modal-dialog.regulations .divider {
	margin: 0;
	padding: 0;
	height: 6px;
}

.modal-dialog.regulations .divider hr {
	margin: 0;
	padding: 0;
	color: transparent;
}
*/

#history .num {
	display: inline-block;
	width: 2rem;
	text-align: center;
	background-color: #f0f0f0;
	border-radius: .25rem;
	margin-right: .25rem;
}

#history .area {
	display: inline-block;
	margin-right: .25rem;
}

#history .date {
	display: block;
	margin-left: 2rem;
}

#history .participant {
	display: block;
	text-align: end;
}

@media (min-width: 768px) {
	#history span {
		display: inline-block !important;
	}

	#history .participant {
		float: inline-end;
		margin-right: 1rem;
	}

	#history .area {
		width: 7rem;
	}
}

