body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: center;
}

#pagelogo {
	color: white;
	font-weight: bold;
	text-shadow: 1px 1px 1px black, 1px -1px 1px black, -1px 1px 1px black, -1px -1px 1px black, grey 5px 5px 5px;
	margin-left: auto;
	margin-right: auto;
}

#pagebanderole {
	background-color: #82cdff;
	padding: 20px 10;
	font-size: 3em;
}

#navigation {
	height: 30px;
	background-color: black;
	color: white;
}

.naviitem {
	display: inline-block;
	color: white;
	padding-top: 0.5em;
}

.naviitem a,
.naviitem a:link,
.naviitem a:visited {
	padding: 0.5em;
	text-decoration: none;
	font-weight: bold;
	color: white;
}

.naviitem a:hover {
	color: lightgray;
	border-bottom: 0.25em #82cdff solid;
}

.content {
	padding: 2em;
	width: 80%;
	margin-left: 10%;
	text-align: left;
}

.mono {
	font-family: monospace, monospace;
}

#formular {
	width: 90%;
	text-align: center;
}

#shorturl {
	width: 50%;
	height:1em;
	padding: 0.5em;
}

#sendrequest {
	width: 20em;
	padding: 0.45em;
}

.acceptterms {
	font-size: smaller;
	margin-top: 0.5em;
}

.ergebnisse {
	display: inline-block;
	width: 70%;
	text-align: left;
	margin-top: 2em;
	border-spacing: 0;
	border-collapse: collapse;
}

.ergebnisse tr td {
	padding: 0.5em;
}

.ergebnisse tr:first-child td {
	border-bottom: 1px black dashed;
}

.ergebnisse tr td:first-child {
	width: 20%;
	min-width: 15em;
	border-right: 1px black dashed;
}

.node, .morenodes {
	display: none;
}
.node.lastNode {
	display: table-row !important;
	border-top: 1px black dashed;
}

#sitepreview {
	border: none;
	width: 410px;
	height: 310px;
}
.preview td,
.hostinfo td,
.seculinks td,
.qrcode td {
	border-top: 1px black dashed;
}

a:link,
a:visited,
a:hover,
.clickable {
	cursor: pointer;
	text-decoration: underline;
	color: #428dbf;
}

#previewloading {
	display: block;
	width: 0px;
	height: 3px;
	max-height: 3px;
	border-bottom: 3px #82cdff solid;
}
@keyframes previewloading {
	from {
		width: 0%;
	}
	to {
		width: 100%; 
	}
}
#previewloading.loading {
	animation-name: previewloading;
	animation-duration: 60s;
	animation-timing-function: linear;
}s