.module-navigation{
    display: block;
    width: 100%;
    position: sticky;
    padding: 1em 1em;
    background-color: #f8f8f8;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 0em;
}

.module-content{
    width: 100%;
    border: 0px;
    height: 100%;
}

#back-link{
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    padding-left: 2em;
    padding-right: 2em;
    border: 1px solid var(--c-red-dark);;
    margin: 0.2px;
    text-decoration: none;
    color: var(--c-red-dark)
}

#back-link:hover{
    background-color: var(--c-red-dark);
    color: white;
}

