/* This is a really nasty way to get a table element. I'm sorry :( */
#mi_publications_user_promote th:nth-child(2) {
	width: 60px;
}

/* override these if appropriate */
.field-name-mi-publications-books .field-items, .field-name-mi-publications-publications .field-items {
  border: 0px solid #aaa;
  padding: 1em;
  padding-left: 0em;
  padding-bottom: 0em;
  margin-bottom: 1em;
}

/* override these if appropriate */
.field-name-mi-publications-promote .field-items, .field-name-mi-publications-promote-book .field-items {
  border: 0px solid #aaa;
  padding: 1em;
  padding-left: 0em;
  padding-bottom: 0em;
  margin-bottom: 1em;
}

.mi_publications_title {
	font-weight: bold;
}
.mi_publications_author {
	font-style: italic;
}
.mi_publications_download_url{
	font-size: 0.8em;	
}
/* Currently unused, but these wrap what you'd expect them to. */
.mi_publications_issue {}
.mi_publications_volume{}
.mi_publications_page{}
.mi_publications_publication_date{}
