#publicationfilter, #publicationtype {
    float:left;
    width: 100%;
    clear:left;
}

#publicationlist {
    position:fixed;
    top:7%;
    width: 65%;
    height:90%;
    overflow-y:auto;
    margin-top:10px;
}

publications-page ul {
   list-style-type: none;
   padding-left:3px;
   margin-top:0px;
}

publications-page ul li {
    padding: 5px;
    margin-left: 5px;

}

details {
    background: white;
    padding: 8px;
    border: solid 1px orange;
    border-radius: 5px;
    color:black;
}

details p {
    margin-top: 2px;
    margin-bottom: 2px;
}

.title {
    font-weight: 500;
    font-style: italic;
}

#publications-page .title {
     color: blue;
}

.checkfield {
    margin-top:0px;
    margin-bottom:0px;
    margin-right:0px;
    margin-left :5px;
    width:100%;
}

checkbox {
    width:20px;
}

#count, #tagfilter, #typefilter, #searchtitles {
    width:100%
    margin-left:20px;
    margin-top: 20px;
    margin-bottom:5px;
    clear:left;
    float:left;
    padding:10px;

} 

#searchtitles {
  margin-top: 0px;
}