
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	background: #2153a2 url('bg.webp') no-repeat fixed center -65px;
}

#wrapper {
	min-width: 440px;
	max-width: 780px;
	margin: 0 auto;
	padding-top: 8px;
}
#wrapper2 {
	height: 100px;
	width: 250px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -125px;
	text-align: center;
}
#header {
	text-align: center;
}
#header img {
	max-width: 100%;
}
#menu {
	text-align: center;
	height: 84px;
}
#menu a > img {
	padding-left: 56px;
	background: url('menu-2x.webp') no-repeat 8px center;
	background-size: 48px 48px;
}
#menu a > img:hover {
	background-image: url('menu-hover-2x.webp');
}
#content {
	padding: 6px;
	margin-top: -4px;
	position: relative;
}
#content::after {
	content: "";
	position: absolute;
	background: rgb(90, 145, 203);
	inset: 0;
	border-radius: 12px;
	mix-blend-mode: screen;
	opacity: 0.6;
}
#contentinner {
	padding: 8px;
	background: rgba(155, 191, 226, 0.6);
	color: #000;
	backdrop-filter: blur(4px);
	border-radius: 8px;
	min-height: 120px;
	position: relative;
	z-index: 1;
}
#copyright {
	padding: 4px 4px 0;
	font-size: 0.8rem;
	min-height: 1px;
	opacity: 0.9;
	text-align: center;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
#copyright, #copyright a {
	color: #fff;
}
img {
	border: 0;
}
a {
	color: #151e7d; /*#FFE600;*/
}
li {
	margin-left: 1em;
}
a:hover {
	color: #ffbf00;
}
input + span {
	display: none;
}
input:focus + span,
input:hover + span {
	display: inline;
	max-width: 10em;
	min-height: 1em;
	position: absolute;
	display: inline;
	background: url('tab.png') no-repeat;
	padding-left: 13px;
	margin-left: 2px;
}
input:focus + span > span,
input:hover + span > span {
	border: 1px solid #ccc57a;
	border-left: 0;
	background-color: #fff699;
	display: block;
	padding: 6px;
	font-size: 12px;
}
input:focus + span {
	z-index: 1;
}
input:hover + span {
	z-index: 2;
}
input[type='submit'] {
	font-weight: bold;
	padding: 6px 12px;
}
p {
	text-indent: 1em;
	margin-bottom: 1em;
}

table,
td,
th {
	border: 1px solid #5a91ca;
	border-collapse: collapse;
}
table.noborder,
table.noborder td,
table.noborder th {
	border: 0 none;
	padding: 1px;
}

.give,
.nogive {
	color: #fff;
	font-weight: bold;
	width: 25%;
	margin: 0 auto;
	cursor: pointer;
	height: 2.5em;
	font-size: 1.2em;
}
.give {
	background: #5aca5a;
	border: 4px solid #21a221;
}
.nogive {
	background: #ca5a5a;
	border: 4px solid #a22121;
}
.give:hover {
	background: #9be39b;
	border-color: #5aca5a;
}
.nogive:hover {
	background: #e39b9b;
	border-color: #ca5a5a;
}

@media screen and (min-resolution: 1.5dppx) {
	body {
		background-image: url('bg-1.5x.webp');
		background-size: 800px 800px;
	}
}

@media (max-width:600px) {
	#menu {
		white-space: nowrap;
		transform: scale(80%);
		width: 125%;
		margin-left: -12.5%;
	}
}
@media (max-width:780px) {
	#content {
		padding-left: 0;
		padding-right: 0;
	}
	#content::after, #contentinner {
		border-radius: 0;
	}
}
