#main {
    padding-top: 50px;
}

#header-w {
    position: sticky;
    top: 0;
    z-index: 9999;
}

li.user_menu {
    background: #ec5400;
    width: 4.5em;
    text-align: center;
}

li.user_menu span.user_menu_button {
    font-size: 1.75em;
    vertical-align: middle;
}

#nav ul li:hover ul.level1 {
    right: 0;
    left: unset;
    position: absolute;
}

#nav ul li.last ul.level1 {
    display: table;
}

#nav ul li.last ul.level1 li.level2 {
    right: 0;
    margin: 0;
    left: unset;
}

#nav ul li.last ul.level1 li.level2 a:hover {
    background: #eee;
    color: #333;
}

.tmednet-section {
    display: flex;
    flex-flow: column;
    padding: 2em 1.5em 0;
}

.dark-section {
    background: #f0f7f7;
}

.tmednet-protocol-link-container {
    display: flex;
    align-items: center;
    column-gap: 1em;
}

.tmednet-videotutorial-video-container {
    margin-top: 1em;
}

.responsive-object {
    position: relative;
}

.responsive-object iframe,
.responsive-object object,
.responsive-object embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tmednet-nice-button-container {
    display: flex;
    margin: 0.5em 0;
    justify-content: center;
}

.tmednet-nice-button {
    background: none;
    color: #E20000;
    padding: 1em 3em;
    border-radius: 3em;
    border: 1px solid #E20000;
}

.tmednet-nice-button:hover {
    color: white;
    background: #E20000;
}

.gallery-image-container {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin: 10px;
    width: unset;
    max-width: 100%;
}


#cookie-popup {
    width: 28em;
    padding: 32px;
    background-color: #ec5400;
    color: white;
    position: fixed;
    right: 16px;
    bottom: 16px;
}

#cookie-popup-button-container {
    display: flex;
    justify-content: space-between;
    margin-top: 1.5em;
}

#cookie-popup-button-container button {
    background-color: rgb(33, 33, 33);
    color: white;
    font-size: 15px;
    line-height: 24px;
    width: 160px;
    height: 36px;
    padding: 6px;
    border: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

#cookie-popup-button-container button:hover {
    color: black;
    background: white;
}
