#paper-list, #patent-list, #software-list {
    padding: 1cm 2cm;
}

#paper-list ol, #patent-list ol, #software-list ol {
    list-style-type: decimal;
}

#paper-list li, #patent-list li, #software-list li {
    margin-bottom: 0.5em;
    line-height: 1.5em;
    font-size: 14px;
}

#paper-list a, #patent-list a, #software-list a {
    color: #15316f;
    text-decoration: none;
}

#paper-list a:hover, #patent-list a:hover, #software-list a:hover {
    text-decoration: underline;
}

#paper-list a:visited, #patent-list a:visited, #software-list a:visited {
    color: #0E1343;
}

#paper-list h1, #patent-list h1, #software-list h1 {

    font-weight: bold;
    margin-bottom: 30px;
}

#paper-list p {
    margin-bottom: 30px;
    font-size: 14px;
}

#paper-list p a {
    display: inline-block;
    padding: 3px 8px;

    text-decoration: none;

    border-radius: 10px;
    border: solid lightsteelblue 1px;
}

#paper-list p a:hover {
    text-decoration: none;
    border: solid steelblue 1px;
}

#paper-list p a.current {
    border: solid steelblue 1px !important;
}

#paper-list strong {
    color: rgb(21, 49, 111);
}

#paper-list a.res {
    font-size: 12px;
    vertical-align: center;
    color: rgb(128,0,0);
}
