
.drawer-handle {
        color: ##e40032e;
    font-size: 1rem;
    line-height: 2rem;
    font-weight: bold;
    text-decoration: none;
    padding: 0 0 4px 0;
    margin-bottom: .1rem;
margin-top: .5rem;
    cursor: pointer;
}

h2.drawer-handle.let {
    font-size: 1.8rem;
    line-height: 1.2-;
}

h2.drawer-handle.let:before { content: '\e81b'; }
h2.drawer-handle.let.open:before { content: '\e81c'; }

ul.drawers {
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: bold;
}

h2.drawer-handle.cla {
    margin-left: 2em;
    font-size: 1.4rem;
    margin-top: .75rem;
margin-bottom: .2rem;
    line-height: 1.1-;
}

li.drawer {
    padding: 0;
    margin: 0;
    border-top: 1px solid #888680;
}

li.drawer:first-child {
    border: none;
}

li.drawercontent {
    padding: 0 0 4px 0;
    color: #00509e;
    margin-bottom: 4px;
    margin-left: 3rem;
    font-size: 1rem;
}

.drawercontent a {
    text-decoration: none;
}

.open {
    color: #e40032;
}

li.drawercontent .button {
    width: 100%;
}

div.culture-series-drawer {
    font-size: 16px;
    line-height: 20px;
}

