/* https://perfectmotherfuckingwebsite.com/fuckingstyle.css */
body {
	max-width: 700px;
	margin: 40px auto;
	padding: 0 10px;
	font: 18px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	color: #444
}


h1,
h2,
h3 {
	line-height: 1.2
}


table {
	table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}


th, td {
	border: 1px solid black;
	text-align:center;
}

.table-noborder {
	border: none;
}

.table-underline {
	text-decoration: underline;
}


@media (prefers-color-scheme: dark) {
	body {
		color: #c9d1d9;
		background: #0d1117
		}
		
		a:link {
			color: #58a6ff
		}

    a:visited {
    	color: #8e96f0
    }
}


:root {
	--loginVisibility: hidden;
}

.hidden-without-login {
	visibility: var(--loginVisibility);
}