#past_issues {
  clear: both;
  margin-top: 2.5em;
  margin-left: 2em; }
  #past_issues ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 1em; }
  #past_issues .news_date, #past_issues .news_title {
    float: left;
    font-size: 13px; }
  #past_issues .news_date {
    width: 8em;
    font-style: italic; }
  #past_issues .news_title {
    width: 28em;
    font-weight: bold; }
    #past_issues .news_title .link {
      font-weight: normal;
      font-size: 80%; }

.wrapper {
  display: inline-block;
  padding-bottom: 5px; }
  .wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .wrapper.group {
    padding: 2px 5px;
    background-color: #ddd;
    margin: 20px 0px 10px 0px;
    color: #777; }
    .wrapper.group:first-child {
      margin-top: 0px; }

#new_subscription label {
  clear: left; }

* html .wrapper {
  height: 1%; }

.wrapper {
  display: block; }
