@import "/css/core.css";

body {
    scrollbar-color: var(--nav-emp) var(--nav-bkg) !important;
}

.main {
    padding: 2em;
}

ul,
li {
    list-style: none;
    padding: 0;
    text-align: left;
}

.sessions {
    margin-top: 2rem;
    border-radius: 12px;
    position: relative;
}

li {
    padding-bottom: 2rem;
    border-left: 1px solid var(--nav-emp);
    position: relative;
    padding-left: 20px;
    margin-left: 10px;
}

li:last-child {
    border: 0px;
    padding-bottom: 0;
}

li p img {
    height: 30px;
}

li:before {
    content: '';
    width: 15px;
    height: 15px;
    background: white;
    border: 1px solid var(--nav-emp);
    box-shadow: 2px 2px 0px var(--nav-fg);
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: 0px;
}

.time {
    font-weight: bold;
}

li p a {
    text-decoration: none;
}

.sessions li p a:link {
    color: var(--link-link);
}

.sessions li p a:visited {
  color: var(--link-visited);
}