body {
  border: none;
  padding: none;
  margin: none;
  background-color: black;
}

div#title {
  margin: none;
  border: none;
  padding: none;
  height: 20%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

p {
  margin: none;
  border: none;
  padding: none;
}

p#headline {
  color: white;
  font-size: 2em;
  text-align: center;
  vertical-align: middle;
}

p#subtext {
  color: white;
  font-size: 1.6em;
  text-align: center;
  vertical-align: middle;
}

table, tr, td {
  border: none;
  margin: none;
  padding: none;
}

table#selection {
  height: 80%;
  width: 100%;
  position: absolute;
  top: 20%;
  left: 0;
}

tr {
  height: 20%;
  width: 100%;
}

td {
  height: 20%;
  width: 50%;
}

td#FireBrick {
  background-color: FireBrick;
}

td#HotPink {
  background-color: HotPink;
}

td#DarkOrange {
  background-color: DarkOrange;
}

td#Gold {
  background-color: Gold;
}

td#MediumPurple {
  background-color: MediumPurple;
}

td#SeaGreen {
  background-color: SeaGreen;
}

td#DodgerBlue {
  background-color: DodgerBlue;
}

td#SaddleBrown {
  background-color: SaddleBrown;
}

div#quote {
  padding: none;
  margin: none;
  border: none;
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: 80%;
  display: none;
}

div#quote>p {
  padding: none;
  margin: none;
  border: none;
  color: white;
  text-align: center;
}

div#quote>p#quotetext {
  height: 50%;
  font-size: 2em;
}

div#quote>p#attribution {
  height: 10%;
}

div#footer {
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 20%;
  width: 100%;
  padding-left: none;
  padding-right: none;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
  margin: none;
}

div#footer>div.pad {
  display: inline-block;
  position: absolute;
  width: 20%;
}

div#footer>div#button {
  display: inline-block;
  position: absolute;
  width: 60%;
  left: 20%;
  text-align: center;
}

button#refreshbtn {
  background-color: SeaGreen;
  font-size: 1.4em;
  text-align: center;
  color: white;
  padding: 20px;
}
