body {
  background-color: black;
  color: blanchedalmond;
  font-size: 20px;
}

#price {
  font-size: 50px;
}

table, td {
  border: 0px solid blue;
  border-collapse: collapse;
}

table {
    width: 450px;
}

th {
  /* border: 1px solid blue;  */
  background-color: gray;
  text-align: left;
  color: white;
  height: 40px;
  /* width: 500px; */
  padding-left: 10px;
}

td {
  margin-left: 10px;
  border-left: 10px;
  padding-left: 10px;
}

#tableDiv {
  padding: 20px;
}




.even {
    background-color: rgb(42, 42, 42);
}

.odd {
    background-color: rgb(22, 22, 22);
}

.green {
  color: #87C648;
}

.red {
  color: #F24726;
}

.lastUpdate {
  float: right;
}

#twitter {
  text-decoration: none; 
  font-size: 20px;
}