i.highlight {
    color: #7030a0;
}

iframe.pdf {
    width: 100%;
    height: 100vh;
}

.pointlist {
    margin-left: 0px;
}

.pointlist li {
    position: relative;
    margin-bottom: 10px;
    margin-left: 40px;
}

.pointlist li::before {
    position: absolute;
    left: -40px;
    top: 3px;
    content: '';
    width: 25px;
    height: 25px;
    background-image: url('https://static.igem.wiki/teams/5858/images/template/pointlist.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.paper .figure-caption {
    display: block;
    text-align: center;
    font-size: 1.4em;
    color: #555;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align-last: center;
    font-weight: 600;
    font-style: italic;
}

.paper .figure-caption i {
    font-weight: bold;
    color: #333;
    font-style: italic;
}


ul.c3r1_figure_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

ul.c3r1_figure_list>div,
ul.c3r1_figure_list>img {
    box-sizing: border-box;
    width: 33%;
    padding: 10px;
    text-align: center;
}

ul.c3r1_figure_list img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 10px;
}

i.italic {
    font-style: italic;
}


ul.c2r1_figure_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    z-index: 2;
}

ul.c2r1_figure_list>div,
ul.c2r1_figure_list>img {
    box-sizing: border-box;
    width: 50%;
    padding: 10px;
    text-align: center;
    z-index: 2;
}

ul.c2r1_figure_list img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 10px;
    z-index: 2;
}

a.link {
    color: #7030a0;
}

a.link:hover {
    color: #502570;
    text-decoration: underline;
}

.paper img {
    max-height: 50vh;
}

.paper img.large:hover {
    max-width: 150%;
    max-height: 80vh;
    transform: scale(3.0);
}