html {-webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
body {background-color: #fdfdfd; color: #234; margin: 0; font-size: 13px;}
h1 {margin-bottom: 32px; font-size: 2.6em;}
h2 {margin-top: 48px;}
h1, h2 {color: #234;}
h3, h4, h5 {color: #345;}
h1, h2, h3, h4, h5, a, p, span, body, div {font-weight: normal; font-family: 'Lato', Verdana, Helvetica, sans-serif;}
.header {background: linear-gradient(to bottom, #fdfdfd 10%, #f4f4f8 90%); width: 100%; padding-top: 16px; padding-bottom: 32px;}
.header-profile-picture, .header-text {display: inline-block; vertical-align: middle;}
.header-name h1 {margin: 0;}
.header-subtitle {margin-bottom: 12px; margin-top: 9px}
.header-links {margin-bottom: 12px; margin-top: 6px}
.header-profile-picture {width: 225px; height: 225px; margin-right: 75px; border-radius: 50%; background-image: url(files/me.jpg); background-position: center; background-size: contain;}
.content {max-width: 890px; padding-left: 16px; padding-right: 16px; margin: auto; margin-top: 48px;}
.hr {width: 100%; height: 1px; margin: 48px 0; background-color: #d6dbdf;}
a {color: #2471a3; text-decoration: none;}
a:focus, a:hover {color: #f7cc46;}
p {line-height: 1.5em;}
.nobreak {white-space: nowrap;}
.noselect {-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.bold {font-weight: bold;}
.italic {font-style: italic;}
.bulletpoints {line-height: 1.5em;}
.row {box-sizing: border-box;}
.row-media {display: block; float: left; width: 160px; height: 90px; background-position: center; background-size: contain; background-repeat: no-repeat;}
.row-text {display: block; float: left; margin-left: 12px; line-height: 1.5em; max-width: 566px;}
.row-text span {line-height: inherit;}
.clearfix {content: ""; clear: both; display: table;}
.publication {margin-bottom: 32px; padding-left: 8px;}
.publication.highlight {background-color: #fff8df; width: 100%; padding-top: 8px; padding-bottom: 8px; border-radius: 4px;}
.press {width: 100px; height: 80px; border: 1px solid #def; margin-right: 12px; background-size: cover;}  
.img-contain {background-size: contain !important;}
.footer {background-color: #345; width: 100%}
.footer-content {color: #fff; font-size: 10px; padding: 6px 0; max-width: 968px; margin: auto;}
.footer-content a {color: #fff; text-decoration: underline;}
.footer-content a:hover {color: #f09228 !important;}
.stars {font-size: 10px; display: inline-block; margin-left: 6px; color: #666;}
.hidden {
  display: none;
}
.disabled {
  pointer-events: none;
  color: #234;
}
.small-link {
  font-size: 0.85em;  /* Adjust the size as needed */
}

@media only screen and (max-width: 1150px) {
    .header-profile-picture, .header-text {display: block; margin: auto; text-align: center;}
    .header-profile-picture {margin-bottom: 12px; width: 140px; height: 140px;}
    body {font-size: 18px;}
    a.btn {font-size: 14px; padding: 2px 6px;}
}

@media only screen and (max-width: 1000px) {
    .publication {margin-bottom: 46px;}
    .publication .row-media {width: 260px; height: 130px; margin: auto; margin-bottom: 12px; display: block;}
    .publication .row-text {display: block; width: 100%; margin-left: 0;}
    .press {display: block;}
}
h2 {
    margin-top: 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid gray;
    }

papertitle {
    font-family: 'Lato', Verdana, Helvetica, sans-serif;
    font-size: 15px;
    }
/* only set for  publication */

.publication_table a {
    font-family: 'Lato', Verdana, Helvetica, sans-serif;
    font-size: 14px
    }
    
.publication_table strong {
font-family: 'Lato', Verdana, Helvetica, sans-serif;
font-size: 15px;
} 


.publication_table tr {
    display: block; /* Set the display property to block */
    padding-top: 10px; /* Add top padding */
    padding-bottom: 10px; /* Add bottom padding */
    font-size: 14px;
  }
  
  .publication_table tr:first-child {
    border-top: 1px solid #ccc; /* Add a top border to the first row */
  }
  
  .publication_table tr:last-child {
    border-bottom: none; /* Remove the bottom border from the last row */
  }

  .publication_table tr {
    border-bottom: 1px solid #f2f2f2; /* Add a light bottom border to each row */
  }
  
  .publication_table tr:first-child {
    border-top: 100px solid #f2f2f2; /* Add a light top border to the first row */
  }
  
  .publication_table tr:last-child {
    border-bottom: none; /* Remove the bottom border from the last row */
  }

  #paper_related a {
    display: inline-block; /* Set the display to inline-block */
    vertical-align: middle; /* Align the element vertically */
  }
  
  #paper_related img {
    display: inline-block; /* Set the display to inline-block */
    vertical-align: middle; /* Align the element vertically */
  }
.publication_table tr em {
    font-family: 'Lato', Verdana, Helvetica, sans-serif;
    font-size: 15px;

    } 


    
#method_highlights {
    font-family: 'Lato', Verdana, Helvetica, sans-serif;
    font-size: 12px;
}
#method_highlights_ul {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 12px;

  }
