#planet a, h1, h2, h3, h4, h5, h6 {
  color: #70D0049;
  font-weight: bold;
  text-decoration: none;
  margin: 0.5em 0;
}  

#planet {
  background-color: white;
  margin-left: -10px;
  margin-right: -10px;
}  

#planet-main {
  background-color: white;
}

#planet-content {
  float: left;
  width: 600px;
  padding-left: 1em;
  paddig-right: 1em;
  background-color: white;
}

.dategroup {
  padding-right: 1em;
}

.dategroup h1 {
  margin: 1em 0 1em 0;
}

.planet-entry ul, .planet-entry ol {
  margin: 0.5em 0 1em 2em;
}

#planet-sidebar {
  float: right;
  width: 200px;
  background-color: white;
  padding: 1em;
}

#planet-sidebar li {
  list-style-image: none;
  list-style-type: none;
}

#planet-sidebar ul {
  margin-left: 0;
  padding-left: 0;
}

.planet-face {
  float: left;
  margin-right: 10px;
  float: left;
}

.planet-entry {
  margin-bottom: 5ex;
  text-align: justify;
}

.planet-entry img {
  height: auto;
  max-width: 40em;
}

.node-title {
  background-color: #F4F4F4;
  border: 1px solid #EBEBEB;
  padding: 10px;
  padding-top: 0;
}

pre {
  font-size: 100%;
}

