h6 {
  margin:4px 0;
  padding:0;
  /* font-weight:normal; */
  font-size:10px;
  }  
.entry_show {
  display:block;
  margin-bottom:20px;
  padding-bottom:10px;
  border-bottom:1px solid;
  }
  
#content div.entry h4.entry_title,  #content div.entry_show h4.entry_title {
  margin:0;
  }
/*
Use this stye for debugging.
#content div.entry {
  border:1px solid blue;
  }
/*
Use this stye for debugging.
#content div.entry_show {
  border:1px solid red;
  }
*/
#content div.entry  p.entry_date, #content div.entry_show  p.entry_date {
  margin-top:0;
  }
.noshow {
  display:none;
  }
.show {
  display:block;
  }
.link_show {
  display:inline;
  }