/* css styles */
ul {

}

ul.publicationList {
  list-style-type: none;
  margin: 0;
  padding 0;
  text-indent: -5%;
}

ul.recentPublicationList {
  list-style-type: none;
  margin-left: 10px;
  padding-left: 1%;
  text-indent: -1%;
}


.pl {
  margin-left: 50px !important;
}