  .item {
    /*padding-bottom: 5px;*/
  }
  
  .grouping {
    display: none;
  }
  
  .datePublished {
    display: none;
  }
  
  .headline {
    color: #00538e;
    font-weight: bold;
    padding-right: 5px;
    padding-bottom: 6px;
  }

  .headlineCritical {
    color: red;
  }

  .summary {
    padding-bottom: 6px;
  }
  
  .detail {
    display: none;
    padding-bottom: 6px;
  }
  
  .more {
    cursor: pointer;
    text-decoration: underline;
    padding-bottom: 10px;
  }
  
  .moreMouseOver {
    color: #00538e;
  }
  
  .itemSeparator {
    height: 1px;
    width: 90%;
    background-color: #00538e;
    margin-bottom: 6px;

