/* body {
	background-color: aliceblue;
} */

a {
	color: #0076ff;
}

a:visited {
	color: #0076ff;
}

ons-card li {
	line-height: 1.4;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

ons-card details {
	margin-block-start: 0.8em;
	margin-block-end: 0.7em;
	padding-inline-start: 40px;
	line-height: 1.4;
}

ons-card details summary::-webkit-details-marker,
ons-card details summary::marker {
	margin-left: -18px;
	margin-right: 9px;
	/* transform: scaleX(-1); */
}

.view-attendance th {
	padding: 0.3em 1em;
	background-color: #ddd;
	text-align: center;
	line-height: 1;
}

.view-attendance td {
	padding: 0.3em 1em;
	text-align: center;
	line-height: 1;
}

.name {
	display: inline-block;
	min-width: 6em;
	text-align: center;
}

#view-tsv .dialog {
	width: 80%;
	height: 80%;
	max-width: 380px;
}

span.valid_mail {
	display: inline-block;
	text-align: center;
	width: 1em;
	background-color: #6d6;
	color: white;
	font-weight: bold;
	border-radius: .2em;
}

span.nonuser_mail {
	display: inline-block;
	text-align: center;
	width: 1em;
	background-color: #d66;
	color: white;
	font-weight: bold;
	border-radius: .2em;
}

span.unknown_mail {
	display: inline-block;
	text-align: center;
	width: 1em;
	background-color: #888;
	color: white;
	font-weight: bold;
	border-radius: .2em;
}