#li_pub { 
	margin-top: 0px; 
	margin-bottom: 5px;
	/* margin-left: 4.0em;  */
}



/* books */
ol#bb {
  counter-reset: item;
  list-style-type: none;
  margin-left: 0;
  padding-right: 0;
}
ol#bb li {
  display: block;
  counter-increment: item;
}
ol#bb li::before {
  display: inline-block;
  content: "[B-" counter(item) "]";
  width: 4em; 
  margin-left: -4.4em;
  /* font-weight:bold; */
}


/* book chapters */
ol#bc {
  counter-reset: item;
  list-style-type: none;
  margin-left: 0;
  padding-right: 0;
}
ol#bc li {
  display: block;
  counter-increment: item;
}
ol#bc li::before {
  display: inline-block;
  content: "[BC-" counter(item) "]";
  width: 4em; 
  margin-left: -4.4em;
  /* font-weight:bold; */
}


/* international journals */
ol#ij {
  counter-reset: item;
  list-style-type: none;
  margin-left: 0;
  padding-right: 0;
}
ol#ij li {
  display: block;
  counter-increment: item;
}
ol#ij li::before {
  display: inline-block;
  content: "[IJ-" counter(item) "]";
  width: 4em; 
  margin-left: -4.4em;
  /* font-weight:bold; */
}


/* conferences */
ol#ic {
  counter-reset: item;
  list-style-type: none;
  margin-left: 0; 
  padding-right: 0;
}
ol#ic li {
  display: block;
  counter-increment: item;
} 
ol#ic li::before {
  display: inline-block; 
  content: "[IC-" counter(item) "]";
  width: 4em; 
  margin-left: -4.4em;
  /* font-weight:bold; */
}


/* dissertation */
ol#dd {
  counter-reset: item;
  list-style-type: none;
  margin-left: 0;
  padding-right: 0;
}
ol#dd li {
  display: block;
  counter-increment: item;
}
ol#dd li::before {
  display: inline-block;
  content: "[D-" counter(item) "]";
  width: 4em; 
  margin-left: -4.4em;
  /* font-weight:bold; */
}


/* theses */
ol#th {
  counter-reset: item;
  list-style-type: none;
  margin-left: 0;
  padding-right: 0;
}
ol#th li {
  display: block;
  counter-increment: item;
}
ol#th li::before {
  display: inline-block;
  content: "[Th-" counter(item) "]";
  width: 4em; 
  margin-left: -4.4em;
  /* font-weight:bold; */
}


/* other */
ol#oth {
  counter-reset: item;
  list-style-type: none;
  margin-left: 0;
  padding-right: 0;
}
ol#oth li {
  display: block;
  counter-increment: item;
}
ol#oth li::before {
  display: inline-block;
  content: "[Ot-" counter(item) "]";
  width: 4em; 
  margin-left: -4.4em;
  /* font-weight:bold; */
}

