html {
	font-size: 10px;
	height: 100%;
	width: 100%;
	position: relative;
	box-sizing: border-box;
}

body {
	background: #303030;
	color: #fff;
	margin: 0;
	padding: 0;
	cursor: url(https://cdn.custom-cursor.com/db/cursor/32/Young_Rose_GradientCursor.png),default!important;
	font-family: helvetica,sans-serif;
	font-size: 1.2rem;
	position: relative;
	height: 100%;
	width: 100%;
	position: relative;
	box-sizing: border-box;
}

header,
footer {
	background-color: #111;
	font-family: helvetica,sans-serif;
	padding: 1rem;
	margin: 0;
	left: 0;
	right: 0;
	position: fixed;
	box-sizing: border-box;
	z-index: 10;
}

header {
	border-bottom: 1px solid rgba(255,255,255,.04);
	top: 0;
	height: 13rem;
}

footer {
	border-top: 1px solid rgba(255,255,255,.04);
	bottom: 0;
	height: 4rem;
}

body {
	padding-top:14rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

main {
	margin-bottom:5rem;
}


/***********************/
/*                     */
/*        HEADER       */
/*                     */
/***********************/

header hgroup {
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto;
}

header h1 {
	display: inline-block;
	height: 5rem;
}

header h2 {
	height: 50px;
	display: inline-block;
	line-height: 1.1;
	letter-spacing: -.06em;
	color: #ff6ec7;
	font-weight: 400;
	opacity: 1;
	vertical-align: middle;
	padding-left: 3rem;
	font-size: 2.4rem;
}

header nav {
	display: block;
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto;
}

header nav ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
}

header nav ul li{
	display: block;
	flex: 1;
	transition-property: flex;
	transition-duration: 1s;
}

header nav ul li:hover{
	/*flex: 3;*/
}

header nav ul li a {
	display: block;
	text-align: center;
	color: #fff;
	background-color: #111;
	text-decoration: none;
	transition-property: color, background-color;
	transition-duration: 1s;
}

header nav ul li a:hover {
	color: #111;
	background-color: #fff;
}


/***********************/
/*                     */
/*        FOOTER       */
/*                     */
/***********************/

footer {
	text-align: center;
}

footer,
footer a {
	font-family: Helvetica,sans-serif;
	color: rgba(255,255,255,.5);
	text-decoration: none;
}

footer ul,
footer ul li {
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style: none;
}

footer ul {
	margin-left: 2rem;
}

footer ul li {
	padding-left: 1rem;
	padding-right: 1rem;
	border: 1px solid rgba(255,255,255, 0);
	border-left-color: rgba(255,255,255,.5);
	margin-right: -4px;
}

footer ul li:first-of-type {
	border-left-color: rgba(255,255,255, 0);
}

footer ul li:hover {
	border-color: rgba(255,255,255,1);
	color: rgba(255,255,255,1);
}

footer ul li:hover a {
	color: rgba(255,255,255,1);
}

footer ul,
footer ul li,
footer ul li a {
	transition-property: color, border-color;
	transition-duration: 1s;
}


/***********************/
/*                     */
/*         MAIN        */
/*                     */
/***********************/

main a,
main a:link,
main a:visited,
main a:hover,
main a:active {
	color: rgba(255,255,255,1);
	text-decoration: none;
}

a:hover {
    cursor: url(https://cdn.custom-cursor.com/db/pointer/32/Young_Rose_GradientPointer.png),pointer!important;
}

main {
	display: flex;
}

div#content {
	flex: 5;
	padding: 1rem;
}

/** LOGIN **/

aside.login {
	flex: 1;
	max-width: 30rem;
	min-width: 15rem;
	box-sizing: border-box;
	margin: 0;
	padding: 1rem;
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid rgba(255,255,255,.04);
}

form.login {
	display: block;
	box-sizing: border-box;
}

form.login label {
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	overflow: hidden;
}

form.login label input{
	width: 50%;
	float: right;
	box-sizing: border-box;
}

/** STREAMS **/
/**  GAMES  **/

form.streams,
form.games {
	display: block;
	box-sizing: border-box;
}

form.streams label,
form.games label{
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	overflow: hidden;
	overflow: hidden;
	position: relative;
	padding-bottom: 0.5rem;
}

form.games label input[type="url"],
form.games label input[type="text"],
form.streams label input[type="url"] {
	display: block;
	width: 100%;
	box-sizing: border-box;
}

form.games label textarea {
	display: block;
	width: 100%;
	height: 20em;
	box-sizing: border-box;
}

form.games fieldset {
	display: inline-block;
	width:  25rem;
	margin-bottom: 2rem;
	margin-right: 1rem;
}

form.games fieldset.artwork {
	display: inline-block;
	width:  60rem;
	margin-bottom: 2rem;
	margin-right: 1rem;
}

form.games fieldset.submit {
	position: sticky;
	display: block;
	width: 100%;
	top: 14rem;
	z-index: 8;
	background-color: #303030;
}

/**  USERS  **/

table.users,
table.votes {
	box-sizing: border-box;
	margin-bottom: 2rem;
	position: relative;
	border-spacing: 0.5rem;
	border-collapse: collapse;
	overflow-x: scroll;
	box-shadow: 0px 0px 20px rgba(255,255,255,.02),
	 0px 10px 20px rgba(255,255,255,.01),
	 0px 20px 20px rgba(255,255,255,.01),
	 0px 30px 20px rgba(255,255,255,.01);
	margin-bottom: 2rem;
	/*font-size: 80%;
	background-color: #f2f2f2;*/
}

table.users {
	width: 100%;
	table-layout: fixed;
}


table.users thead th,
table.votes thead th{
	position: sticky;
	top: 1rem;
	background: rgba(255,255,255,.9);
	color: rgba(0,0,0,.9);
}

table.users td,
table.users th,
table.votes td,
table.votes th{
	border-right: 1px solid rgba(255,255,255,.4);
	padding: 0.4rem;
}

table.users tbody tr,
table.votes tbody tr{
	border-bottom: 1px solid rgba(255,255,255,.4);
	position: relative;
}

table.users tbody tr:last-of-type,
table.votes tbody tr:last-of-type {
	border-bottom: 0;
}

table.users td:last-of-type,
table.users th:last-of-type,
table.votes td:last-of-type,
table.votes th:last-of-type  {
	border-right: 0;
}

table.users tbody tr:nth-child(odd),
table.votes tbody tr:nth-child(odd) {
  background: rgba(255,255,255,.1);
}

table.users tbody tr:hover,
table.votes tbody tr:hover {
  background: rgba(255,255,255,.2);
}


table.users form,
table.users input {
  display: inline-block;
  width: 7rem;
  text-align: center;
}

table.users .checkbox {
	width: 4rem;
	text-align: center;
}

table.users .actions {
	width: 23rem;
	text-align: center;
}

table.users .checkbox.checked {
	color: rgba(255,110,199,.9);
}

/**  VOTES  **/

table.votes .progress {
	display: inline-block;
	background-color: rgba(255,255,255,.9);
	margin-left: 1em;
	margin-right: 1em;
}

table.votes tbody tr:first-of-type {
	background: rgba(0,255,0,.2);
}

table.votes tbody tr:first-of-type .gamename {
	font-size: 110%;
	font-weight: bold;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

/**   STRINGS    **/

.strings label {
	display: block;
	vertical-align: top;
}

.strings {
	overflow: hidden;
	margin-bottom: 10em;
	list-style: none;
	
}

.managePlayers {
	overflow: hidden;
	position: relative;
}

.managePlayers .chat {
	float: left;
	display: block;
	width: 80%;
}

.managePlayers .chat,
.managePlayers .users{
	height: 700px;
	overflow-y: scroll;
}

.managePlayers .username {
	margin-right: 1em;
}

.managePlayers .username.col1 {
	color: yellow;
}
.managePlayers .username.col2 {
	color: red;
}
.managePlayers .username.col3 {
	color: blue;
}
.managePlayers .username.col4 {
	color: green;
}
.managePlayers .username.col5 {
	color: pink;
}
.managePlayers .username.col6 {
	color: cyan;
}
.managePlayers .username.col7 {
	color: orange;
}

.managePlayers .actions a{
	color: red;
	margin-right: 1em;
}

figure img {
	max-width: 100rem;
	margin-bottom: 2rem;
}

.collectibles table {
	border-collapse: collapse;
}

.collectibles td,
.collectibles th {
	border: 1px solid #aaa;
	padding: 5px;
}