.list-infos {
  list-style: none;
  padding-left: 0;
}

.list-infos .list-item {
  display: flex;
  flex-wrap: wrap;
}

.list-infos .list-item label {
  font-weight: bold;
  padding-right: .5rem;
}

.list-infos .list-item a {
  text-decoration: none;
}

.list-infos .list-item a:hover {
  text-decoration: underline;
}

.publish-list{
  padding-top: 10px;
}

.publish-list p{
  display: inline;
}

.publish-list label{
  display: inline;
  font-weight: bold;
  padding-right: 5px;
}

.publish-list li{
  padding-bottom: 10px;
}

.new{
  color:  #009933;
  font-style: italic;
}

.update{
  color:  #009933;
  margin-bottom: 0;
  font-style: italic;
}

.publish a{
  display: block;
}

.publish p{
  display: inline;
}
