#theses-banner{
   width: 99%;
   margin-bottom: 10px;
   display: block;
   overflow: auto;
   background-color: rgb(100,100,100);
   padding: 5px;
   border-radius: 10px;
   box-shadow: 3px 3px 3px rgb(50,50,50);;
}

.center-table {
  box-shadow: 3px 3px 3px rgb(50,50,50);
  width: 86%;
  margin: 20px auto;
}
.center-table td {
  background: linear-gradient(to bottom right, rgb(150,180,210), rgb(190,220,270));
  color: rgb(0,0,0);
}
.center-table a {
 color: rgb(0,0,255);
}
.amlogo{
width: 60%;
}

.author-name{
	font-weight: bold;
}

.author-education{
	font-size:80%;
}

.author{
 width:10em   
}
