
body {
	color: green;
	text-align: center;
	background-color: black;
	font-family: monospace;
}

#sneevus-title {
    text-align: center;
	width:      417px;
	line-height: 12px;
}

#sneevus-title pre {
	text-align:  left;
	font-size:   11px;
	line-height: 12px;
	overflow-x:  hidden;
}

#sneevus-presents {
	text-align:  left;
	color: pink;
	font-size: 11px;
}

#sneevus-conway {
	text-align:  left;
	color:       yellow;
	font-size:   20px;
	width:       302px;
}

#sneevus-conway a {
	color:       yellow;
	text-decoration: none; /* no underline */
}

td, th, table {
	border: 1px solid darkolivegreen;
	border-collapse: collapse;
}
td {
	width:  18px;
	height: 18px;
}

.life-grid-cell-filled {
	background-color: forestgreen;
}

#life-controls button, #life-controls input, #life-control-speed {
    width:   104px;
    display: block;
	border-color: green;

}

#life-control-speed {
	border: 1px solid green;
	border-radius: .25rem;
}

#life-control-speed label {
	color: #198754;
	line-height: 8px;
}
#life-control-speed input {
	margin-top: -8px;
}

/* chrome range */
input[type='range']::-webkit-slider-runnable-track {
	background-color: darkslategray;
}
input[type='range']::-webkit-slider-thumb {
	background-color: #198754;
}
/* firefox range */
.form-range::-moz-range-track {
	background-color: darkslategray;
}
.form-range::-moz-range-thumb {
	background-color: #198754;
}

#life-grid {
	margin: auto;
}

#life-controls {
	width: 100px;
}

.toggle .toggle-handle {
	background-color: darkgreen;
}

.btn-success {
	background-color: green;
}

#sneevus-randomiser {
	color:       yellow;
	font-size:   20px;
}

#apex-randomiser {
	margin-top: 20px;
}

.player-legend {
	margin-top: 30px;
}

.player-weapons {
	margin-top: 30px;
}
