
html{min-width: 100%;}
body{min-width: 100%;}

@media (max-width:576px){
	.mb-br{display: block}
	.mb-t-center{text-align: center !important}
	.mb-mx-auto{margin-left: auto!important;margin-right: auto!important;}
}

.window-center{
	/* position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0; */
	margin: auto;

	display: flex;
	justify-content: center;
	align-items: center;
}

.window-center a{
	color: blue;
	text-decoration: underline;
}

.lh-75{line-height: 1.75em}

.page-title{margin:.5em 0;}
table caption{
	caption-side: top;
}

table.user-list-table{
	/* width: 1200px; */
}
table.user-list-table tr{

}

table.user-list-table th{
	font-size: .8rem;
}
table.user-list-table th,
table.user-list-table td{
	text-align: center;
}
