/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

html {
  scroll-padding-top: 3.5rem;
}

header {
  padding-top: 5.5rem;
}


b {
    font-weight: 600;
}
a {
  color: #3277e6;
}

.showAbstract[aria-expanded="false"]::after {
    font-family: FontAwesome;
    content: " \f078";
}

.showAbstract[aria-expanded="true"]::after {
    font-family: FontAwesome;
    content: " \f077";
}
.section_top {
    margin-bottom: 0.2cm;
    margin-top: 0cm;
}

.section {
    margin-bottom: 0.35cm;
    margin-top: 0.15cm;
/*    text-decoration: underline;   
    text-decoration-thickness: 0.2px;*/
}

.wip_no_dist {
	margin-bottom:5px;
}

.wip_dist {
	margin-bottom:25px;
}

.p_title_p{
    margin-bottom:4px;
    margin-top:2px;    
}

.p_abstract_p{
    margin-bottom:20px;
}

.info {
    padding: 15px 15px 0px 15px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

.card:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
}

.n_link {
  color: inherit;
  text-decoration: inherit;
}