img.avatar {
    display: block;
    width: 200px;
    float: right;
    border-radius: 3px;
}

img {
    filter: drop-shadow(4px 6px 6px rgba(134, 134, 134, 0.3));
  }

.md-typeset h1,h2 {
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
  }

svg {
    filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.1));
}
  
.md-typeset pre > code {
    font-size:1em;
}

.md-typeset h1, .md-typeset h2 {
    font-weight: 400;
    color: #AA6C00
}

.md-typeset h1 {
    font-size: 1.4em;
}

.md-typeset h2 {
    font-size: 1.2em;
}

.card {
    padding: 1em;
    margin:1px;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #D4D4D5, 0 0 0 1px #D4D4D5;
}

.info {
    padding-top: 1em;
}

.info .name {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}

.info .title {
    margin: 10px 0 10px 0;
}

.info .address {
    margin: 10px 0 10px 0;
}


#books td:hover {
    background-color: #ececec;
    color: #FFFFFF;
}

#books {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

#books th,
#books td {
  width: 20%;
  text-align: center;
  padding: 8px;
}

figure img {
  
}

.md-typeset h2 {
    border-bottom: 1px solid var(--md-default-fg-color--lightest);
}

.md-nav__title{
    float:right;
    color:#666666;
    display: block;
    border-bottom: 1px solid var(--md-default-fg-color--lightest);
}
