
	body { 
		background: #336; 
	}

	.gl3_box {
		background: #000;
		color: #0ff;
		font-family: "Datatype", monospace;
		font-optical-sizing: auto;
  		font-weight: normal;
  		font-style: normal;
  		font-variation-settings: "wdth" 100;
	}

	#chat_scores div {
		display: block;
	}

	.gl3_header {
		display: block;
	}

	div.gl3_column {
		width: 640px;
		margin: auto;
	}

	div.gl3_box {
		width: 640px;
		height: 480px;
		border: 5px solid #0ff;
		text-transform: uppercase;
	}
		
	div.gl3_sheet {
		background: #fff;
		color: #009;
		width: 640px;
		margin: auto;
	}

	table.gl3 {
		width: 100%;
	}

	table.gl3 td { padding: 5px; }
	table.gl3 th { padding: 5px; }

	.gl3_sheet table {
		background:#fff;
	}

	.gl3_dark {
		border: 1px solid #009;
		background: #009;
		font-weight: bold;
		color: #fff;
		text-align: left;
		text-transform: uppercase;
	}

	.gl3_lite {
		background: #cff;
		color: #003;
		font-weight: bold;
	}

	.gl3_lite_h {
		background: #cff;
		color: #003;
		font-weight: bold;
		text-align: left;
		text-transform: uppercase;
	}

	.gl3_sheet td {
		height: 18px;
		border: 1px solid #009;
	}

	.gl3_data {
		font-family: "Datatype", monospace;
  		font-optical-sizing: auto;
		font-weight: normal;
		font-style: normal;
		font-variation-settings: "wdth" 100;
		padding: 5px 10px;		
		color: #333;
	}

	.gl3_data_c {
		font-family: "Datatype", monospace;
  		font-optical-sizing: auto;
		font-weight: normal;
		font-style: normal;
		font-variation-settings: "wdth" 100;		
		color: #333;
		text-align: center;
	}

	.gl3_header {
		margin: 15px auto;
		width: 95%;
		border: 10px solid #0ff;
	}

	.gl3_chat {
		margin: 10px 15px;
		height: 250px;
	}

	.gl3_chat_footer {
		margin: 10px 15px;
	}

	.centre {
		text-align: center;
	}

	.gl3_hidden  {
		display: none;
		height: 1px;
	}

	#gl3_stuff td {
		border: none;
		vertical-align: top;
	}

	.gl3_iheader {
		text-transform: uppercase;
		font-weight: bold;
	}

	#add_name {
		font-family: "Datatype", monospace;
		font-optical-sizing: auto;
		font-weight: normal;
		font-style: normal;
		font-variation-settings: "wdth" 100;
		text-transform: uppercase;
		background-color: #000 !important;
		border: 2px #0ff solid;
		color: #0ff;
	}

	#add_backstory {
		font-family: "Datatype", monospace;
		font-optical-sizing: auto;
		font-weight: normal;
		font-style: normal;
		font-variation-settings: "wdth" 100;
		text-transform: uppercase;
		display: flex;
		background-color: #000 !important;
		border: 2px #0ff solid;
		color: #0ff;
		width: 600px;
		height: 150px;
		justify-content: left;
		align-items: flex-start;
		overflow-wrap: break-word;
		padding: 5px;
	}

	a.readme { 
		color: #0ff;
		font-weight: bold;
		text-decoration: none
	}

	a.readme:hover {
		color: #fff;
		background: #088;
	}
