thead {
   position: initial !important;
}

thead th {
   border: none !important;
}

.divaXmlResult h3 {
   margin-bottom: 1.5rem;
   margin-top: 2.5rem;
}
.divaXmlResult ul {
   padding: 0;
   margin: 0;
   list-style: none;
   max-width: 40em;
}
.divaXmlResult li {
   margin-bottom: 2.5em;
}

#cvHeaders h1 {
   display: block;
}

.divaXmlResult li span {
   margin-bottom: .5rem;
   display: block;
}

.divaXmlResult .diva-title {
   
}

.divaXmlResult  .diva-year {
   font-size: .8rem;
}



.divaXmlResult .diva-links a {
   margin-right: 1rem;
   font-size: .8rem;
}

.divaXmlResult  .diva-links a:hover {
   text-decoration: underline;
}

.divaXmlResult .diva-type {
   font-size: .8rem;
   font-weight: bold;
   color: #004985;
}

/*       NEW         */

.hh-publications-list__button,
.hh-publications-list__item--hidden{
   display: none;
}


.hh-publications-list__button {
   margin: 0.5em auto;
   background-color: white;
   padding: 0.75em 1em;
   border: 2px solid #004985;
 
    font-size: 1rem;
    color: #004985;
    font-family: "Open Sans";
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.25;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .hh-publications-list__button:hover {
    cursor: pointer;
    background-color: #004985;
    color: white;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
 
  .hh-publications-list__button:hover:before {
   background: url('/images/18.1ac87815175288684da6e9b5/1602782720675/hh-chevron-icon--white.svg');
   background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .hh-publications-list__button:before {content: '';
    background: url('/images/18.44d1c5cd165b2683e6c2113/1550842097077/hh-chevron-icon.svg') ;
    background-position: bottom;
    display: inline-block;
    margin-right: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 1em;
    width: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
