#center {
    display: inline-block;
    margin: -2px 0 0 0;
    width: 70px;
    float:left;
    font-size:8pt;
    text-align:center;
}

a.year:link {color:#818181 !important; opacity:0.8}
a.year:hover {color:#909090 !important; opacity:1}
a.year:visited {color:#818181 !important; opacity:1}

.circular--landscape {
  position: relative;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  border: 3px solid #eee;
  object-fit:cover;
  object-position:top;
  margin-bottom:3px;
}

.circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  font-weight:400;
  text-align: center;
  background: #B9775F;
  overflow: hidden;
  display: inline-block;
  position: relative;
  border: 3px solid #eee;
  object-fit:cover;
  margin-left:4px;
  margin-bottom:3px;
} 

.cover {
width:90px;
background:#fff;
text-align:center;
display: inline-block;
border: 0px solid #ccc;
clear: both !important;
margin: 0 3px 30px 3px;
vertical-align: top;
}

a.ghost5 {font-family:arial;font:normal normal bold 11px/22px Arial;color:#B9775F;border:1px solid #B9775F;padding:3px;display:block;text-decoration: none;text-align: center;text-transform:uppercase;width:80px;margin: 0 auto;border-radius:3px;}

a.ghost5:hover {font-family:arial;font:normal normal bold 11px/22px Arial;color:#c7927e;border:1px solid #c7927e;padding:3px;display:block;text-decoration: none;text-align: center;text-transform:uppercase;width:80px;margin: 0 auto;border-radius:3px;}