body {
  background-color: black;
  color: grey;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.4;
}

a {
	color: #666666;
}

a:hover {
	color: #999999;
}

table {
	border-collapse: collapse;
}


th {
	background-color: #114411;
}

th, td {
	padding: 6px;
}

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

table {
    border-spacing: 0;
    border-collapse: collapse;
    overflow: hidden;
    z-index: 1;
}

td, th {
    cursor: pointer;
    padding: 10px;
    position: relative;
}

input, select, textarea, button {
  font: inherit;
}

.sep {
	width: 8px;
	min-width: 8px;
	padding: 0;
	border-left: 1px solid #666;
}

/* Global mobile usability improvements */
@media (max-width: 900px) {
  body {
    font-size: 15px;
    padding: 0 6px;
  }

  table {
    width: 100%;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  th, td {
    padding: 8px 9px;
    white-space: nowrap;
  }

  input[type="text"],
  input[type="number"],
  input[type="date"],
  input[type="password"],
  select,
  textarea {
    min-height: 38px;
    max-width: 100%;
  }

  h1, h2, h3 {
    line-height: 1.25;
    margin-top: 10px;
    margin-bottom: 8px;
  }
}
/*
td:hover::after { 
    background-color: #131313;
    content: '\00a0';  
    height: 10000px;    
    left: 0;
    position: absolute;  
    top: -5000px;
    width: 100%;
    z-index: -1;        
}
*/
