/* Start custom CSS *//* Main text: darker but not pure black */
.ym-publications {
  color: #2b2b2b;
}

/* Number column */
.ym-publications td:first-child {
  color: #555 !important;
  font-weight: 500;
}

/* Authors */
.ym-publications .tp_authors,
.ym-publications .tp_author {
  color: #2b2b2b !important;
  font-weight: 400;
}

/* Journal / volume / pages / year */
.ym-publications .tp_journal,
.ym-publications .tp_source,
.ym-publications .tp_meta,
.ym-publications .tp_pub_info {
  color: #444 !important;
  font-weight: 400;
}

/* General table/list text */
.ym-publications td,
.ym-publications li,
.ym-publications p {
  color: #333;
}

/* Title: colored, but not too heavy */
.ym-publications .tp_pub_title,
.ym-publications .tp_title,
.ym-publications .tp_publication_title,
.ym-publications .tp_pub_title a,
.ym-publications .tp_title a,
.ym-publications .tp_publication_title a {
  color: #2f5f7f !important;
  font-weight: 500 !important;
}

/* Links */
.ym-publications a {
  color: #2f5f7f;
}

.ym-publications a:hover {
  color: #1f4158;
}

/* Your name */
.ym-publications .tp-self {
  color: #111 !important;
  font-weight: 600;
  background: rgba(255, 226, 120, 0.35);
  padding: 0 2px;
  border-radius: 2px;
}

.tp-me-highlight {
	display: inline-block;
	padding: 0.08em 0.38em;
	background: #eeeeee;
	color: #e25555;
	border-radius: 8px;
	font-weight: 500;
	line-height: 1.2;
}

/* Reset publication info line */
p.tp_pub_additional,
p.tp_pub_additional span {
	font-weight: 400 !important;
	background: none !important;
}

/* Only highlight journal name */
p.tp_pub_additional span.tp_pub_additional_journal {
	font-weight: 700 !important;
	font-style: italic !important;
	color: #5b4b8a !important;
	background: none !important;
}/* End custom CSS */