
body {
	color: #aaaaaa;
	background-color: #000000;
}
table {
  border-collapse: collapse;
  width: 100%;
}
td, th {
  border: 1px solid #aaaaaa;
  text-align: left;
  padding: 1px;
}
td:last-child, th:last-child {
    border: none;
}
tr:nth-child(even) {
  background-color: #111111;
}
.modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto; 
  background-color: rgb(218, 255, 208); 
  background-color: rgba(218, 255, 208, 0.4);
}
.modal-content {
  background-color: #fefefe;
  margin: 20px auto; 
  padding: 20px;
  border: 1px solid #caa482;
  border-radius: 10px;
  max-width: 920px;
  width: 80%; 
}
.close {
	color: #caa482;
	float: right;
	font-size: 28px;
 	font-weight: bold;
 	margin-top: -15px;
  	margin-right: -10px;
}
.close:hover,
.close:focus {
  color: #aa6c35;
  text-decoration: none;
  cursor: pointer;
}
