.clear        { clear: both; }
.hidden       { display: none; }
.opaque       { opacity: 0; }
 
div#libraryinfo {
/*  height: 30%; */
  width: 90%;
  font-size: 14px;
}
 
div#zeiten {
  width:80px;
 /* height: 25%;
  background-color: gray;*/
  float: left; 
order: 1px solid 		#044062;
}

div#adresse {
  width:100%;
  /* height: 25%;
 background-color: gray;
  float: left; */
}


li {
/*    height: 30px; 
    vertical-align: middle; */
    list-style-type: none;
    margin: 5px;
    padding: 5px 10px 5px 10px;
/*    background-color:#cecece; */
/*
    border-style: dotted;
    border-width: 1px;
    border-color:gray;
*/
}

li.results {
  margin: 0 0 20px 0;
}

a {
    text-decoration: none;
    color: black;
}