html {
  box-sizing: border-box;
  background-color: #181a1b;
}

body {
  font-size: 115%;
  line-height: 1.4;
  max-width: 100%;
  margin: 0 auto;
  font-family:spectral;
  color: #E0E0E0;
  letter-spacing:normal;
}

/* logo image style -START*/
img.logostyle {
  width: 800px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;  /* horizontal */
  align-items: center;      /* vertical */
}
/* logo image style -END*/

/* table */

th {
    background-color: #494f52;
}

table.dataTable tbody td {
  vertical-align: top;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
}
table.dataTable thead span.sort-icon {
  display: inline-block; 
  width: 16px;
  height: 16px;
}
table.dataTable td.dataTables_empty {
    text-align: center;    
}

/* BELOW FROM mainstyle.css */
/* BELOW FROM mainstyle.css */
/* BELOW FROM mainstyle.css */
/* BELOW FROM mainstyle.css */
/* BELOW FROM mainstyle.css */
/* BELOW FROM mainstyle.css */

/* default headers -START*/
h1 {	
	font-size: 1.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1.5em;
	padding-bottom: 1.5rem;
	margin-top: 5rem;
	color: white;
	background-color: black;
}

h2 {
    font-weight: 500;
    font-size: 1.2rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: .6rem;
	padding-bottom: .6rem;
    line-height: 1;	
	color: #E0E0E0;
	background-color: #494f52;
}

h3 {
    font-weight: 500;
    font-size: 1.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: .7rem;
	padding-bottom: .7rem;
    line-height: 1;
	color: white;
	background-color: #491400;
}
/* default headers -END*/

/* navigation style -START*/

.headerstyle {	
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: black;
  display: flex;
  justify-content: center;
}

div.headerstyle {
width:80%;
display: flex;
justify-content: center;
}

ul.headerstyle {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: black;
}

li.headerstyle {
  float: left;
}

li.headerstyle:last-child {
  border-right: none;
}

li.headerstyle a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li.headerstyle a:hover:not(.active) {
  background-color: orangered;
}
/* navigation style -END*/

.active {
  background-color: #orangered;
}

/* My custom link styling -START*/
a.ircamlink {
	font-size:1rem;
	color: white;
}

a.ircamlink:hover {
	font-size:1rem;
	color: orangered;
}

a.LINKlink {
	font-size:.8rem;
	color: white;
	background: black;
	padding:.15rem;
}

a.LINKlink:hover {
	font-size:.8rem;
	color: black;
	background:orangered;
	padding:.15rem;
}

a.webresource {
	color: orangered;
}

a.oalink {
    color:orangered;
}

/* svg style -START */
svg,
img[src$=".svg"] {
  filter: invert(100%);
}
/* svg style -END */

/* My custom link styling -END*/

section.dissertationtablelist {
width: 80%;
margin: 0 auto;
}

/* My custom pagefooter styling -START*/
p.updatetracker {
	font-size:.75rem;
	width:100%;
}

p.commonsnotice {
	font-size:.75rem;
	width:100%;
}

section.footersection {
	padding-left: .75rem;
	padding-right: .75rem;
	padding-top: 0rem;
	padding-bottom: 0rem;
	border-style: solid;
	border-width: thin;
	border-color: black;
	margin-top: 1rem;
	margin-bottom: 1rem;
	text-wrap: balance;
    margin-left: auto;
    margin-right: auto;

	width: 80%;
	display: flex;
	justify-content: center;  /* horizontal */
	align-items: center;      /* vertical */
}
/* My custom pagefooter styling -END*/


