body {
  background-color: #fff;
  /* font-size: 14.2px; */
  font-family: 'Asap', sans-serif;
}

body .container, body .container-xxl {
    /* margin-left: 2%; */
}

body p {
    line-height: 1.55;
}

p:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

a {
    color: #2C9678; /* #0088d5;*/
    font-weight: 450;
    text-decoration: none;
}

span.article-title {
    /* color: #2C9654; */
}

h1 {
    font-weight: 400;
    margin-top: 0;
}

h3 {
    font-weight: 400;
    margin-top: 0;
    font-size: 200%;
}

h3.xbulleted {
    font-weight: 500;
    font-size: 128%;
    margin-bottom: 15px;
    margin-top: 0px;
}

h4 {
    font-size: 160%;
}

h4.publications {
    margin-top: 20px;
    font-weight: 500;
    font-size: 120%;
}

hr {
    border-color: #b1b1b1;
}

code {
    color: #2C9678;
}

div.paper-link-panel > a {
    display: inline-block;
}

div.paper-link-panel span.article-authors {
    /* color: #9abeaf; */
    font-size: 90%;
    font-style: italic;
    display: block;
}

div.paper-link-panel span.article-authors a {
    /* color: #9abeaf; */
    /* text-decoration: underline dotted rgba(49,112,143,0.4); */
    text-underline-offset: 2pt;
}

table.desc-table {
    width: 100%;
}

table.desc-table > tbody > tr > td {
    padding-bottom: 2px;
}

table.desc-table > tbody > tr > td:first-child {
    vertical-align: top;
    width: 90px;
    /* color: #2C9678; */
    text-align: right;
    font-weight: 200;
    font-size: 90%;
}

table.desc-table > tbody > tr > td:last-child {
    padding-left: 14px;
    font-weight: 400;
    text-align: justify;
    color: #333 !important;
}

table.desc-table.desc-table-notes > tbody > tr > td:first-child {
    padding-top: 5px;
    font-weight: 400;
    /* color: #9abeaf; */
}

span.hnumber {
    font-size: 105%;
    margin-right: 1mm;
}

span.article-awards {
    color: #2C9678;
    display: block;
    font-size: 90%;
}

body .side-column {
    max-width: 440px;
}

.side-column {
    margin-bottom: 1cm;
    padding-right: 5%;
}

@media (max-width: 990px) {
  .collapsible-side-col {
    display: none;
  }
  #content.article .toc-container {
    display: block;
  }
}

@media (min-width: 1400px) {
    .container-xxl {
        max-width: 1400px;
    }
}

@media (min-width:992px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@media (min-width:992px) {
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
}

nav.navbar {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 0px;
    border-radius: 2px;
}

card {
    display: block;
    background-color: #fff;
    border-radius: 2px;
    margin-bottom: 20px;
}

card div.card-title {
    display: flex;
    padding: 20px 16px 10px 16px;
}

card div.card-body {
    padding: 16px 16px 16px 16px;
}

card.research-interest {
    background-color: #f6f6f6;
    border-radius: 5mm;
}

ul.navbar-nav {
    padding-right: 10px;
}

ul.navbar-nav li {
    border-bottom: 3.5px solid rgba(0,0,0,0);
    margin-left: 5px;
    margin-right: 5px;
}

ul.navbar-nav li a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 85%;
    color: #999 !important;
    padding-bottom: 13px;
    background-color: rgba(0,0,0,0) !important;
}

ul.navbar-nav li.active a {
    color: #000 !important;
}

ul.navbar-nav li:nth-child(1).active {
    border-bottom: 3.5px solid #2C9678;
}
