
body.madyote { background: wheat; }
body.madyote h1 { 
	background: blue; 
	margin: 3px; 
}
body.madyote .left { text-align: left; }
body.madyote .right { text-align: right; }
body.madyote .inline-block { display: inline-block; }
body.madyote .col { 
	display: flex; 
	flex-direction: column; 
}
body.madyote .row { 
	display: flex; 
	flex-direction: row; 
	align-items: center; 
}
body.madyote .shrink { flex-shrink: 1; }
body.madyote .grow { flex-grow: 1; }
body.madyote .spaced { justify-content: space-between; }
body.madyote header { 
	background-color: mintcream; 
	padding: 2px; 
	margin: 5px; 
}
body.madyote details summary { cursor: pointer; }
body.madyote details div { padding: 5px; }
body.madyote #login-or-create.create-mode .create { display: initial; }
body.madyote #login-or-create.create-mode .login { display: none; }
#login-or-create .create { display: none; }
.err { 
	background: #FFEEEE; 
	border: solid red 2px; 
	text-align: center; 
}
.debug { 
	margin-top: 10px; 
	border: solid 1px white; 
	color: gray; 
	padding: 5px; 
}

body.madyote { background: wheat; }
body.madyote h1 { 
	background: blue; 
	margin: 3px; 
}
body.madyote .left { text-align: left; }
body.madyote .right { text-align: right; }
body.madyote .inline-block { display: inline-block; }
body.madyote .col { 
	display: flex; 
	flex-direction: column; 
}
body.madyote .row { 
	display: flex; 
	flex-direction: row; 
	align-items: center; 
}
body.madyote .shrink { flex-shrink: 1; }
body.madyote .grow { flex-grow: 1; }
body.madyote .spaced { justify-content: space-between; }
body.madyote header { 
	background-color: mintcream; 
	padding: 2px; 
	margin: 5px; 
}
body.madyote details summary { cursor: pointer; }
body.madyote details div { padding: 5px; }
body.madyote #login-or-create.create-mode .create { display: initial; }
body.madyote #login-or-create.create-mode .login { display: none; }
#login-or-create .create { display: none; }
.err { 
	background: #FFEEEE; 
	border: solid red 2px; 
	text-align: center; 
}
.debug { 
	margin-top: 10px; 
	border: solid 1px white; 
	color: gray; 
	padding: 5px; 
}
