html {
  background-color: black;
  background-color: #ff9d00;
  font-family: 'Roboto', sans-serif;
}

body {
  margin: 0;
  color: black;
}

main {
  background-color: black;
  background-color: #ff9d00;
}

a {
  color: black;
}

h1 {
  text-align: center;
  font-family: 'Rammetto One', cursive;
}

h2 {
  text-align: left;
  font-family: 'Roboto Slab', serif;
}


h3 {
  text-align: center;
  font-family: 'Roboto Slab', serif;

}

h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4em;
}

h5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4em;
}

p {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25em;
}



table {
  width: 90%;
}

td {
  vertical-align: top;
}

img {
  width: 50%;
  min-width: 80px;
}

.scratchLegend {
  width: 70%;
  margin: auto;
}

.pico {
  list-style-image: url(pico_sm.png);
}

.nano {
  list-style-image: url(nano_sm.png);
}

.giga {
  list-style-image: url(giga_sm.png);
}

.tera {
  list-style-image: url(tera_sm.png);
}


.normal {
  font-size: 1em;
}


.headerBar {
  width: 100%;
  background-color: black;
  color: white;
  border-radius: 0 0 10px 10px;
  margin: auto;
  padding: 20px;
  padding-top: 8em;
}


.body {
  background-color: white;
  width: 100%;
  margin: 5px auto;
  border-radius: 0 0 10px 10px;
  padding: 20px;
}

ul {
  position: relative;
  left: 1em;
  margin-right: 1em;
}

.body li {
  text-indent: -.1em;
  line-height: 200%;
  margin-top: .2em;
  padding: .3em;
}


.selected {
  background-color: #c27700;
  border-radius: 3px;
  padding: 5px;
}