body {
	background-color: #222;
	color: #ddd;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	margin:0px;
	overflow: hidden
	/*font-family: "Lucida Console", Monaco, monospace;*/
}

a {
	color: red;
}
a:visited {
	color: red;
}
table {
	width: calc(100% - 8px);
	table-layout: fixed;
	border: 1px solid black;
	border-collapse: collapse;
	margin-right: 4px;
	margin-left: 4px;
}

table td {
	text-align: center;
	border: 1px solid black;
}

table tr:nth-child(even) {
  background-color: #151515;
}

#player-stats {
	position: absolute;
	top: 25px;
	height: 600px;
	width: 240px;
	right: 0px;
}

#log {
	box-sizing: border-box;
	position: absolute;
	padding-left: 5px;
	bottom: 5px;
	height: 194px;
	right: 0px;
	width: 600px;
	padding: 5px;
	background-color: rgba(48,48,48,0.40);
}

#status {
	position: absolute;
	top: 0px;
	padding-top: 4px;
	height: 25px;
	left: 0px;
	right:  0px;
	text-align: center;
	font-weight: 900;
	box-sizing: border-box;
	z-index: 10;
}

#screen, #display {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
}

.log-message {
	text-align: left;
	padding-left: 5px;
}

#hover-div {
	display: none;
	position: absolute;
	width: 300px;
	max-height: 600px;
	min-height: 300px;
	border: 1px solid #779;
	background-color: #222;
}

.container-holder {
	position: relative;
	bottom: 0;
}

.flex-container {
	display: flex;
	align-items: stretch;
	align-content: flex-start;
	flex-wrap: wrap;
	height: 100%;
}

.flex-row {
	flex-direction: column;
}

.flex-container .flex-child {
	box-sizing: border-box;
	width: 240px;
	height: 90px;
	flex-basis: auto;
	padding: 5px;
	overflow: hidden;
	border:  1px solid #333;
}


.flex-child.centered-content {
	line-height: 90px;
	margin-left: 84px;
}

.flex-container .single-row-child {
	height: 33px;
}

.flex-container .double-row-child {
	height: 66px;
}

.flex-container .clip-empty {
	border: 1px solid red;
}

.flex-child, #status {
	background-color: rgba(48,48,48,0.85);
}

.flex-container .flex-child.selected, .selected .menu-image {
	background-color: rgba(48,96,48,0.85);
}

.flex-child .stat-title, .flex-child .stat-subtext, .flex-child .stat-count {
	line-height: 25px;
	vertical-align: super;
}

.flex-child .stat-image {
	left: 0px;
	position:  absolute;
	padding:  5px;
	padding-top: 0px;
}

#modal .flex-child {
	padding: 0px;
}

.flex-container .flex-child.full-width {
	width: 100%;
}

.flex-container .full-width .flex-child {
	flex: 1;
}

.flex-child .menu-image {
	left: 0px;
	position: absolute;
	padding: 7px;
	padding-bottom: 8px;
}

#modal {
	z-index: 100;
	top: 130px;
	width: 800px;
	height: 600px;
	left: 50%;
	margin-left: -400px;
	background-color: #222;
	box-sizing: border-box;
	border: 3px solid #999;
	position: absolute;
	display: none;
}

table#commands {
	position: absolute;
	left:  calc(50% - 605px);
	top:  636px;
	width: 601px;
	table-layout: fixed;
	border: none;
	border-collapse: collapse;
	margin-right: 4px;
	margin-left: 4px;
}

table#commands td {
	text-align: center;
	border: 1px solid black;
}

table#commands tr:nth-child(even) {
  background-color: #151515;
}

table#commands tr:nth-child(odd) {
  background-color: #252525;
}

table#commands tr:nth-child(1) {
	background-color:  transparent;
}

td {
	height: 10px;
}

.progress-bar {
	position: relative;
	text-align: left;
	padding-left: 5px;
	min-height: 4px;
	opacity: .7;
	background-color: #666;
}

.progress-bar > .inner-bar {
	height: 100%;
	background-color: #888;
	position: absolute;
    bottom: 0px;
    left: 0px;
    z-index:19;
}

.progress-bar > .text-bar {
	z-index: 20;
	position: relative;
}

#display-tooltip {
	left: 0px;
	bottom: 205px;
	position: absolute;
}

.modal-header {
	font-size: 200%;
	padding: 10px;
	font-weight: 900;
}

.score-modal table {
	background-color:  #333;
}

.score-modal table td {
	background-color: #222;
	border: 1px solid #222;
	height: 30px;
}
