html {
	background:#221a1a !important;
}
body {
	display: block;
	background-color:#f8f8f8 !important;
	background:#f8f8f8 !important;
	color:#ffffff;
	font-family: Verdana, Tahoma, Arial, "Trebuchet MS", Sans-Serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

a {text-decoration: none;}
a:visited {text-decoration: none;}
.border_left {
	border-left: : 1px black solid;
	border-right: 1px black solid;
}
.border_right {
	border-left: : 1px black solid;
	border-right: 1px black solid;
}
.bottom {
    grid-area: bottom;
}
.container > div {
  /* border: 1px dashed #888; */
	text-align: center;
	align-items: center;
	background-color: #696969;
	background: #303010;
}
.content {
	padding:10px;
	margin-top:10px;
	border:1px solid gray;
	background-color: black;
}
div {
	text-align: center;
}
.dod {
  grid-area: dod;
}
.dod_maps {
  grid-area: dod_maps;
}
.dod_maps.border {
	border-left: : 2px black solid;
	border-right: 1px black solid;
}
.dod_play {
  grid-area: dod_play;
}
.dod_play.border {
	border-left: : 2px black solid;
	border-right: 1px black solid;
}
.dod.section_head {
	background-color: black;
	color: white;
	font-style: italic;
}
.dod_gg {
  grid-area: dod_gg;
}
.dod_gg_maps {
  grid-area: dod_gg_maps;
}
.dod_gg_maps.border {
	border-left: : 2px black solid;
	border-right: 1px black solid;
}
.dod_gg_play {
  grid-area: dod_gg_play;
}
.dod_gg_play.border {
	border-left: : 2px black solid;
	border-right: 1px black solid;
}
.dod_gg.section_head {
	background-color: black;
	color: white;
	font-style: italic;
}
.first_row {
  text-align: center;
}
.footer_left {
  grid-area: footer_left;
}
.footer {
  grid-area: footer;
}
.footer_right {
  grid-area: footer_right;
}
.gameme {
  grid-area: gameme;
	margin-bottom: 4px;
}
hr {
	width:80%;
	color: almond;
}
img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}
.l4d2 {
  grid-area: l4d2;
}
.l4d2_maps {
  grid-area: l4d2_maps;
}
.l4d2_maps.border {
	border-left: : 1px black solid;
}
.l4d2_play {
  grid-area: l4d2_play;
}
.l4d2_play.border {
	border-left: : 1px black solid;
}
.l4d2.section_head {
	background-color: black;
	color: white;
	font-style: italic;
}
li:after {
    position:absolute;
    top:2.1em;
    left:0.9em;
    width:2px;
    height:calc(100% - 2em);
    content:'';
    background-color:rgb(203, 203, 203);
    z-index:0;
}
li:before {
    content:counter(myCounter);
    counter-increment:myCounter;
    position:absolute;
    top:0;
    left:0;
    width:1.8em;
    height:1.8em;
    line-height:1.8em;
    padding:0px;
    color:#fff;
    background:#2980b9;
    font-weight:bold;
    text-align:center;
    border-radius:.9em;
    box-shadow:0px 1px 4px 0px rgba(0,0,0,0.3);
    z-index:1;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
li:hover {
    color:rgb(255,255,0);
}
li:hover:after {
    background-color:#2ecc71;
}
li:hover:before {
    background-color:#2ecc71;
}
li li {
    font-size:0.8em;
}
li li:before{
    background-color:#3498db;
}
li:nth-child(even) {
	background-color:#261c1c;
	margin-bottom:8px;
    position:relative;
    padding-left:3em;
    margin:0.45em 0;
    list-style:none;
    line-height:1.8em;
    cursor:pointer;
    -webkit-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}
li:nth-child(odd) {
	background-color:#221a1a;
	margin-bottom:8px;
    position:relative;
    padding-left:3em;
    margin:0.45em 0;
    list-style:none;
    line-height:1.8em;
    cursor:pointer;
    -webkit-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}
.logo {
  grid-area: logo;
	background-color: black;
	border: 1px black solid;
    width: 100%;
    border:1px black solid;
}
.Main {
	grid-area: Main;
	background-color: black;
}
.map_index_active {
	background-color: white;
}
.map_index_inactive {
	background-color: gray;
}
.myButton3 {
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	background-color:#3d94f6;
	border-radius:15px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
	margin:6px;
}
.myButton3:active {
	position:relative;
	top:1px;
}
.myButton3:a.visited {
	color:white !important;
}
.myButton3:hover {
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	background-color:#1e62d0;
}
.nav-toolbar {
  background:#f0f0f0;
	border:1px solid gray;
	padding:10px;
	text-align:right;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}
.o_f {
  grid-area: o_f;
}
.o_f_maps {
  grid-area: o_f_maps;
}
.o_f_maps.border {
	border-left: : 1px black solid;
}
.o_f_play {
  grid-area: o_f_play;
}
.o_f_play.border {
	border-left: : 1px black solid;
}
.o_f.section_head {
	background-color: black;
	color: white;
	font-style: italic;
}
ol {
    counter-reset:myCounter;
    margin-left:0;
    padding-left:5px;
    color:rgb(100,100,100);
}
.panel_left {
  grid-area: panel_left;
	border-right: 1px black solid;
}
.panel_right {
  grid-area: panel_right;
	border-left: 1px black solid;
	margin-left: 0;
	padding-left: 0;
}
.rules {
  grid-area: rules;
	padding-top: 8px;
}
.section {
	margin:1px;
}
.section_head {
	font-style:italic;
	font-weight:bold;
	color:white;
	background-color:black;
	background: black;
	padding:4px;
	margin-bottom:0;
}
table, th, thead, td {
    border: 1px black solid;
    font-family: monospace;
    font: courier;
    padding: 1.5px;
    margin-left: auto;
    margin-right: auto;
    background-color: black;
    color: black;
}
table {
    width: 100%;
}
.tbl_head {
    background-color: darkolivegreen;
    color: burlywood;
}
td {
    margin: 0px;
    padding: 8px;
    background-color: floralwhite;
    color: black;
    text-align: center;
    vertical-align: middle;
}
.td_map_20 {
    min-height: 20vh;
}
thead {
    font-weight: 900;
    font-size: 2em;
    text-align: center;
}
.title_text {
	background-color: black;
	font-size: 56px;
	-webkit-text-stroke: 1px #282828;
	text-shadow: 0px 4px 4px #282828;
}
.tooltip {
  text-decoration:none;
  position:relative;
}
.tooltip span {
  display:none;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  color:black;
  background:white;
}
.tooltip span img {
  float:left;
  margin:0px 8px 8px 0;
}
.tooltip:hover span {
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index:1000;
  width:auto;
  max-width:.75vw;
  min-height:.5vw;
  border:1px solid black;
  margin-top:12px;
  margin-left:32px;
  overflow:hidden;
  padding:8px;
}
.whoisingame {
	border-style:solid;
	border-color:black;
	border-width:1px;
}
