
body {
	font-family: sans-serif;
	background-color: #151515;
}

details {
	margin-top: 2em;
	text-align: left;
}

summary {
	cursor: pointer;
	user-select: none;
	text-align: center;
}

h3 {
	margin-top: 1.5em;
	margin-bottom: 0.33em;
}

h3 + p {
	margin-top: 0em;
}

#mainwrap {
        text-shadow:  1px -1px #700;
        color: #FFFFFF;
	max-width: 40em;
	margin: 1em auto 4em auto;
	padding: 1em;
	text-align: center;
	background-color: white;
        background-image: url("flag.png");
	box-shadow: 0px 0px 1em #888;
}

#maintitle {
	margin-top: 0;
}

#pickfolder {
	width: 10em;
	height: 3em;
	font-size: 1.5em;
}

#uselastfolder {
	margin-top: 1em;
}

#inputfolder {
	font-size: 1.5em;
}

#hostinfo {
	display: none;
}

#hostlink {
	font-size: 1.5em;
	display: block;
}

.alignleft {
	text-align: left;
}

a:link {
  color: red;
}

a:visited {
  color: red;
}

a:hover {
  color: red;
}

a:active {
  color: red;
}