.badge {
    font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.badge {
    color: #fff !important;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 0 #404040;
    box-shadow: 2px 2px 0 #404040;
    border: 2px solid #000000;
}

:root { --global-bg-color: #fbfaf4; --global-code-bg-color: #e7e2d3; --global-text-color: #111111; --global-text-color-light: #4b4338; --global-theme-color: #b51d1a; --global-venue-bg: #ffd64a; --global-venue-text: #111111; --global-hover-color: #7b1110; --global-footer-bg-color: #111111; --global-footer-text-color: #fbfaf4; --global-footer-link-color: #ffd64a; --global-distill-app-color: #4b4338; }

blockquote { background: var(--global-bg-color); border-left: 2px solid var(--global-theme-color); margin: 1.5em 10px; padding: 0.5em 10px; font-size: 1.2rem; }

@media print, screen and (min-width: 480px) {.col-sm-9 {width: 100%;}}

.publications { margin-top: 2rem; }

.publications h1 { color: var(--global-theme-color); font-size: 2rem; text-align: center; margin-top: 1em; margin-bottom: 1em; }

.publications h2 { margin-bottom: 1rem; }

.publications h2 span { font-size: 1.5rem; }

.publications h2.year { color: #000000; border-top: 3px solid #000000; margin-top: 2rem; margin-bottom: 0rem; text-align: right; font-weight: 700; letter-spacing: 0.05em; }

.publications ol.bibliography { list-style: none; padding: 0; margin-top: 0; }

.publications ol.bibliography li { min-height: 110px; margin-bottom: 0.5rem; }

.publications ol.bibliography li .abbr { height: 8rem; margin-bottom: 0.5rem; }

.publications ol.bibliography li .abbr abbr { display: inline-block; background-color: var(--global-venue-bg); padding-left: 1rem; padding-right: 1rem; position: absolute; top: 8px; left: 16px; border: 2px solid #111111; }

.publications ol.bibliography li .abbr abbr a { color: var(--global-venue-text); font-weight: 700; }

.publications ol.bibliography li .abbr abbr a:hover { text-decoration: none; }

.publications ol.bibliography li .abbr .award { color: var(--global-theme-color) !important; border: 1px solid var(--global-theme-color); }

.publications ol.bibliography li .title { font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif; font-weight: 900; text-transform: uppercase; letter-spacing: 0.02em; }

.publications ol.bibliography li .author a { border-bottom: 1px var(--global-theme-color); }

.publications ol.bibliography li .author a:hover { border-bottom-style: solid; text-decoration: none; }

.publications ol.bibliography li .author > em { border-bottom: 1px solid; font-style: normal; }

.publications ol.bibliography li .links a.btn { font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif; color: #111111; border: 3px solid #111111; background: #fbfaf4; padding-left: 0.55rem; padding-right: 0.55rem; padding-top: 0.08rem; padding-bottom: 0.08rem; text-decoration: none; font-weight: 900; text-transform: uppercase; box-shadow: 2px 2px 0 #111111; }

.publications ol.bibliography li .links a.btn:hover { color: #fbfaf4; background: var(--global-theme-color); border-color: #111111; }

.publications ol.bibliography li .hidden { font-size: 0.875rem; max-height: 0px; overflow: hidden; text-align: justify; -webkit-transition: 0.15s ease; -moz-transition: 0.15s ease; -ms-transition: 0.15s ease; -o-transition: 0.15s ease; transition: all 0.15s ease; }

.publications ol.bibliography li .hidden p { line-height: 1.4em; margin: 10px; }

.publications ol.bibliography li .hidden pre { font-size: 1em; line-height: 1.4em; padding: 10px; }

.publications ol.bibliography li .hidden.open { max-height: 100em; -webkit-transition: 0.15s ease; -moz-transition: 0.15s ease; -ms-transition: 0.15s ease; -o-transition: 0.15s ease; transition: all 0.15s ease; }

.publications ol.bibliography li div.abstract.hidden { border: dashed 1px var(--global-bg-color); }

.publications ol.bibliography li div.abstract.hidden.open { border-color: var(--global-text-color); }

.publications ol.bibliography li .teaser { border-radius: 0; border: 2px solid #000000; box-shadow: 3px 3px 0 #404040; height: auto; width: auto; max-width: 100%; max-height: 100%; margin-top: 5px; margin-left: 5px; margin-bottom: 5px; object-fit: cover; }
