@charset "UTF-8";

#disclosure th
{
	padding-right: .5em;
}

.activity-report
{
	margin: 2rem 0;
}
.activity-report > p
{
	font-family: 'Zen-B', serif;
	font-weight: 700;
	margin-bottom: .5em;
	font-size: 1.1em;
}

#disclosure tr
{
	display:flex;
	align-items: flex-end;
}

#disclosure th,
#disclosure td
{
	display: block;
	font-family: R-M, GG-M, sans-serif;
	font-weight: 550;
	text-align: left;
	font-size: 1rem;
}

#disclosure tr + tr th,
#disclosure tr + tr td
{
	padding-top: .25em;
}

#disclosure a
{
	font-family: R-M, GG-M, sans-serif;
	font-weight: 550;
	font-size: .9em;
	color: rgb(50, 50, 50);
	text-decoration:none;
}

#disclosure a:before
{
	font-family: "Font Awesome 5 Free";
	content:"\f15c";
	display: inline-block;
	font-size: 1.1em;
	margin-right: .25em;
}

#disclosure a > span
{
	border-bottom: 1px solid rgba(50, 50, 50, 0);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

body:not(.touch) #disclosure a:hover > span
{
	border-bottom: 1px solid rgba(50, 50, 50, 1);
}