
  /** hide unnecessary elements **/
  .clearfix:after { display:none; } 

  div.beschr_stunden,
  div.formate,
  ul.zeiten_liste li img,
  .today .now,
  p.legende { display: none; }

  div.sperrgebiete_container {
    text-align: center;
  }	  
 
  ul.zeiten_liste {
    margin: 1.3em 0;
    background: none;
    display: inline-block;
    text-align: left;
  }
  ul.zeiten_liste li {
    margin-bottom: 1.2em;
  }	  
  ul.zeiten_liste li .date {
    font-weight: bold;  
  }
  ul.zeiten_liste li span.print-only {
    margin-left: 1.2em;
  }
  li.today {
    background-color: #f0f0f0; 
    padding: 5px;
    margin-bottom: 15px;
    border: 1px dashed grey;
    height: auto !important;
    width: auto !important;
    margin: 0;
  }

  span.open { color: #00700A; }
  span.closed {
    color: #D4031C;
    padding: .1em;
    background: #FFE6F1;
  }
