/* css styles */
/* css styles */
body {
    font-family: "Raleway", sans-serif
}
/*
li {
    margin-bottom: 1em;
    list-style-type: "";
    margin-left: -1.6em;
}
*/
#main_text {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 50em;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.2em;
    padding-bottom: 0.1em
}
.invited,
.contributed,
.poster {
    position: relative;
    top: 0.2em;
    padding-left: 0.2em;
    padding-right: 0.2em;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    border-radius: 3px;
    text-decoration: none
}
.poster {
    background-color: rgb(179, 226, 205);
}
.contributed {
    background-color: rgb(203, 213, 232);
}
.invited {
    background-color: rgb(244, 202, 228);
}
.research_title {
  color: black;
  position: relative;
  /* font-style: oblique; */
  font-weight: bold;
  pre: "<br />";
}
.research_title:hover::after {
    content: attr(data-abstract);
    position: absolute;
    font-weight: normal;
    left: 0;
    top: 1.5em;
    background: white;
    color: black;
    padding: 10px;
    border: 1px solid lightgrey;
    border-radius: 8px;
    width: 300px;
    font-size: 0.9em;
    white-space: normal;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 100;
}