<!--
body,td,th {
	color: #d0d0d0;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #544E44;
	font-family:'Barlow',sans-serif;
	font-size: 17px;
}
form {
    display: inline;
}
a:link {
	color: #ae9268;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ae9268;
}
a:hover {
	text-decoration: none;
	color: #ae9268;
}
a:active,a:focus {
	outline: none;
	text-decoration: none;
	color: #ae9268;
}

.outerdiv {
	display: flex;
	width: 100%;
	justify-content: center;
}
.fulldiv {
	width: 100%;
	background-color: #000;
	border: none;
}
.topmenubutton {
	background-color: #544E44;
	border: solid 2px #ae9268;
	padding: 10px;
	color: #ddd;
	font-size: 18px;
	font-weight: 800;
	cursor: pointer;
	transition-duration: 0.5s;
}
.topmenubutton:hover {
	background-color: #1f1f1f;
	transition-duration: 0.5s;
}
#textfield {
	color: #fff;
	background-color: #544E44;
	border: solid 2px #ae9268;
	border-radius: 10px;
	padding: 10px;
}
#textfield2 {
	color: #fff;
	background-color: #333333;
	border: solid 2px #ae9268;
	border-radius: 5px;
	padding: 5px;
}
#sbutton {
	background-color: #544E44;
	border: solid 2px #ae9268;
	border-radius: 10px;
	padding: 10px;
	color: #ddd;
	font-size: 18px;
	font-weight: 800;
	cursor: pointer;
	transition-duration: 0.5s;
}
#sbutton:hover {
	background-color: #f05941;
	transition-duration: 0.5s;
}
.contentbox {
	border: solid 2px #ae9268;
	border-radius: 10px;
	padding: 10px;
	background-color: #111111;
}
hr {
    border: 0;
    height: 2px;
    background: #ae9268;
	margin: 10px 0px;
}
.userdiv {
	display: inline-flex; 
	margin-right: 5px; 
	margin-bottom: 5px;
	width: 184px;
	height: 184px;
	border: solid 2px #ae9268;
	border-radius: 10px;
	vertical-align: top;
	background-size: 184px 184px;
	font-size: 18px;
	font-weight: 800;
	text-align: center;
	padding: 5px;
	align-items: flex-end;
	justify-content: center;
}


.spinner {
	display: inline-block;
   	width: 40px;
   	height: 40px;
   	border: 8px #ae9268 double;
   	border-left-style: solid;
   	border-radius: 50%;
   	animation: spinner-aib1d7 0.75s infinite linear;
}

@keyframes spinner-aib1d7 {
   to {
      transform: rotate(360deg);
   }
}



@media (min-width: 1200px) {
	.fulldiv {
		width: 1200px;
		background-color: #1f1f1f;
		border-left: solid 2px #222222;
		border-right: solid 2px #222222;
	}
}


-->