/* @override http://localhost:3000/stylesheets/terms.css */


h1.banner.terms {
  text-align: left;
  font-size: 240%;
  margin-top: 1.4em;
}

#tlist {
  margin-top: 0.5em;
}

#tlist .bullet h3 {
  float: left;
  font-weight: bold;
  color: #888;
  text-align: right;
  width: 7em;
}

#tlist .bullet li {
  margin-top: 1em;
  list-style-type: disc;
  margin-left: 2em;
}

#tlist .bullet li.sub {
  margin-top: 1em;
  list-style-type: square;
  margin-left: 4em;
}


#tlist .bullet p {
  margin-left: 8em;
  margin-top: 0;
  margin-bottom: 0.5em;
}

#end {
  margin-top: 1em;
}
