body {
    font-size: 1em;
    padding: 0;
    background: #333 url(/imgs/roses.png) center right repeat;
}

a {
    color: cyan;
}

a:hover {
    color: coral;
}

#feedback_new_link {
    background-image: url(/guestbook.gif);
    background-size: 148px 62px;
    width: 126px;
    height: 62px;
    display: block;
}
#radiologo {
    min-height: 200px;
    margin-bottom: 24px;
    background: url(/imgs/roses.png) left center;
}
#radiologo img {
    width: 100%;
    mix-blend-mode: darken;
}
#conference_links {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-items: center;
    justify-content: center;
    margin: 0 0 8px 0;
}
.olinks:checked+label+.olinks_{max-height:none}
.section-h dt:after{content:"▼";display:inline-block;color:#aaa;float:right;padding:0 6px;font-size:.6em;line-height:19px}
.olinks:checked+.section-h dt:after{content:"▲"}

.airlinks {
    padding: 1em;
    color: #ddd;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.airlinks h5 {
    font-size: 1.2em;
    margin: 1em 0 0 .5em;
}

.airlinks mark {
    background-color: transparent;
    color: crimson;
    font-size: 0.9em;
}

.airlinks a {
    color: #ccc !important;
}

#butthurt {
    color: #eee;
}

[h]{display:none}
[b]{cursor:pointer;user-select:none}
[u]{max-height:0;overflow:hidden}

dl.menu {
    color: #eee;
}

dl.menu dt {
    border-radius: 5px;
    margin-top: 1em;
    padding-left: .5em;
    
}

dl.menu dd {
    margin: 0px;
    padding: 0px;
    margin-left: .5em;
    padding-left: .5em;
}

#captcha {
    text-align: center;
    width: 200px;
    margin: auto;
}

#captcha img {
    filter: invert(1);
}

#captcha > div {
    display: flex;
    width: 100%;
}

#captcha div input[type=text] {
    flex: 1;
    width: 100px;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
    background-color: #222;
}
::-webkit-scrollbar-thumb {
    background-color: coral;
}
