@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Lora', serif;
}

h1 {
  text-align: center;
  margin: 5rem 0rem 2rem 0rem;
  font-size: 40px;
  text-shadow: 2px 2px 3px grey;
}

h2 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 5rem;
}

#main_wrapper{
/*	max-width: 1000px;*/
	
}

#publications-table {
	border-collapse: collapse;
	padding: 2rem;
	table-layout: fixed;
	max-width: 1000px;
	margin: 0 auto;
}

#publications-table tr, td {
	border-bottom: 1px solid black;
	padding: 1rem;
}

#publications-table th {
	padding: 1rem;
	font-size: 18px;
	font-weight: 700;
	background-color: gold;
	box-shadow: 3px 2px 3px grey;
	position: sticky;
  top: 0;  /* REQUIRED: https://stackoverflow.com/a/43707215 */
}

#search-bar{
	max-width: 700px;
	margin: 0 auto;
	padding-left: 5%;
	padding-bottom: 1rem;
}

#myInput {
  background-image:url("images/icons/icon_search.svg");
  background-position: 5px 8px;
  background-repeat: no-repeat;
  background-size: 5%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  width: 80%;
}

.table-data-doi{
	font-size: 14px;
}

.font8 {
	font-style: italic;
}
