.res-header{
    border-bottom: 2px solid #AFAFAF;
    padding: 10px 40px 35px 18px;
}
.header .heading{
    margin-bottom: 0;
}
.social-links{
    margin-bottom: 0;
}
.pdf-container{
    position: relative;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    min-height: 150px;
    background-color: #F6F6F6;
    padding: 10px 40px;
    overflow-x: hidden;
}

.pdf-container a:nth-child(2){
    right: 40px;
}

.pdf-thumbnails {
  overflow-x: auto;
  white-space: nowrap;
  gap: 10px;
  width: 100%;
}

.thumbnail {
  display: inline;
  max-height: 100px;
  object-fit: cover;
}

.pdf-downloader{
    padding: 12px;
    border-bottom: 1px solid #c8c8c8;
    background: #ebebeb;
    border-radius: 3px 3px 0 0;
}
.pdf-downloader a{
    text-decoration: none;
}
.pdf-downloader .page-counter{
    float: right;
}
.pdf-downloader .page-counter span{
    border: 1px solid #c4c4c4;
    background-color: #FFF;
    padding: 3px 12px;
}
.pdf-downloader .print-icon{
    color: #000000;
    font-size: 16px;
}
.pdf-downloader .pdf-icon{
    color: #000000;
    font-size: 15px;
    background-color: #e6e6e6;
    border-radius: 3px;
    border: 1px #c4c4c4 solid;
    padding: 10px;
    font-weight: 300;
}
.navigator{
    position: relative;
    margin-top: 10px;
}
.navigator a{
    font-size: 30px;
    padding: 0 10px;
    color: #FFFFFF;
    border-radius: 50%;
    background-color: #428bca;
    position: absolute;
}
.navigator a:nth-child(2){
    right: 0;
}
.next-navigator{
    margin-top: 50px;
    position: relative;
    background-color: #e6e6e6;
}
.next-navigator a{
    color: #428bca;
    position: absolute;
}
.next-navigator a:nth-child(1){
    right: 0;
}


