/* Stylesheet for revealing sections */

div.showMore{
  display:block;      
  border-top:5px dotted #fff;
  margin:5px 0px 5px 20px;
  padding:5px 0px 10px 40px;
  width:300px;
  line-height:150%;
  text-align:center;
  position:relative;
}
div.revealable{
  display:none;       
  border-top:5px dotted #fff;
  padding-top:5px;
  margin:10px;
}
span.revealButton{    
  background-color:#bbb;
  border:3px outset black;
  padding:0px 10px 0px 10px;
  cursor : pointer;
}

  