/* CSS for alocasia */

html, body, div, span, h1, h2, h3, p, a, em, img, strong {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  font: 14px/16px Helvetica, Arial, sans-serif;
  background-color: #333;
}

a, a:link, a:visited, a:active {
  color: #a00;
  text-decoration: none;
}

a:hover {
  color: #c00;
  text-decoration: underline;
}

h1 {
  background-color: #eee;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 48px;
  padding: .5em;
}

h1 img {
  vertical-align: middle;
}

p {
  margin: .5em 0;
}

p.note {
  font-size: .9em;
}

p.prompt {
  background-color: #eee;
  font-size: 1.1em;
  padding: .5em;
}

ol li {
  list-style-type: decimal;
}

#workspace {
  position: relative;
}

#workspace>* {
  position: absolute;
}

#info {
  width: 400px;
  background-color: #ccc;
}

#info #content {
  padding: 8px;
}

#info #label {
  display: none;
  font-size: 0.8em;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}

#menu, #progress {
  margin-bottom: 2em;
}

#menu-examples a img {
  padding: 3px;
  margin: 3px;
}

#menu-examples a:hover img {
  border: 1px solid #c00;
  padding: 2px;
}

#imageurl {
  color: #666;
}

#imageurl:focus {
  color: #000;
}

#histogram>* {
  position: absolute;
}

