body {
    font-family: "Manrope", sans-serif;
	/* Roboto,Helvetica Neue,Arial,sans-serif; */
    font-size: 14px;
    width: 960px;
    margin: auto;
    color: #000;
    background-color: #ccc;
}

@font-face	{
	font-family: "SegoeXboxMDL2Assets";
	src: 	url("/fonts/SegXbox2.ttf") format("truetype");
}

.xbox   {
	padding-left: 10px;
	font-family: "SegoeXboxMDL2Assets";
}

.hidden {
	display: none;
}

h3 {
}

p {
	line-height: 1.5;
}

ul {
	padding-left: 15px;
	line-height: 1.5;
}

.numbers {
	font-weight: bold;
}

.scrollable {
	overflow: auto;
	max-height: 200px;
	display: block;
	width: 100%;
	margin-right: auto;
	background-color: #dddddd;
	margin: 0px;
	padding: 0px;
}

#hourly {
	background-color: #dddddd;
}

.popup {
	position: absolute;
	background-color: rgba(64, 32, 64, 0.8);
	color: #eee;
	padding: 10px;
	border: 1px solid #999;
	border-radius: 5px;
}

.stdtab {
	width: 100%;
}

tr.placeholder {
	height: 200px;
}

.stdtab td {
	text-align: right;
	padding: 0px 6px;
}

.stdtab td:nth-child(1) {
	width: 370px;
}

.stdtab td:nth-child(2) {
	width: 70px;
}

.stdtab td:nth-child(3) {
	width: 450px;
}

.stdtab td:nth-child(4) {
	width: 70px;
}

.rect {
	height: 10px;
}

#gamers {
	display: table;
	width: 100%;
	font-size: 90%;
}

#gamers td {
	padding: 0px 2px;
}

#gamers td:nth-child(6)	{
	width: 40px;
	text-align: right;
}

input[type="button"] {
	float: right;
	margin-top: -40px;
}

#gamers .xbox {
	cursor: pointer;
}

#profile {
	color: #fff;
	padding: 20px;
	border: 1px solid #fff;
	border-radius: 5px;
	position: absolute;
}

#profile h1 {
	padding-left: 10px;
}

#person {
	padding-left: 40px;
}

#profile h2 .xbox {
	display: inline-block;
	position: relative;
	bottom: -3px;
	padding-left: 20px;
}

#gt {
	padding-left: 10px;
}

#suffix	{
	color: #afbdc2;
}

#gamerscore {
	padding-left: 8px;
}

#realname {
	padding-right: 20px;
	padding-left: 20px;
}

#person {
	font-size: 110px;
	color: #fff;
	padding: 40px;
	border: 4px solid #fff;
	border-radius: 50%;
	margin: 1px;
}

#pic {
	border-radius: 50%;
}

#locph {
	font-size: 120%;
}

#bioph {
	font-size: 120%;
}

#accph {
	font-size: 120%;
}

#accph {
	color: #aaa;
}

#accph img {
	width: 24px;
	height: 24px;
	background-color: #fff;
	border-radius: 50%;
	padding: 5px;
}

#accph a {
	color: #fff;
}

span.netacc {
	display: inline-block;
	position: relative;
	bottom: 10px;
	padding-left: 10px;

}

#profile td[colspan="2"] {
	font-style: italic;
	font-size: 120%;
	text-align: right;
	color: #bbb;
}

#profile h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}

footer  {
    padding-top: 40px;
	padding-bottom: 5px;
	text-align: end;
	font-size: 90%;
}

