@charset "UTF-8";
.ND271EF41--panel {

}
.ND271EF41--body {
    height: 0;
    display: none;
    overflow: hidden;
    -o-box-sizing: border-box;
    -moz-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.open > .ND271EF41--body {
    display: block;
    height: auto;
}
.transition > .ND271EF41--body {
    height: 0px;
    display: block;
    overflow: hidden;
    transition: height .4s ease; // Must match JS transition duration
}

.ND271EF41--body > .ND271EF41--body-inner:empty {
    height: 200px;
}
.ND271EF41--body-inner {
    padding: 1em;
    border: 1px solid #DDDDDD;
    border-width: 0 1px 1px 1px;
}

.ND271EF41--header {
    font-family: sans-serif;
    font-size: 20px;
    background-color: #f5f5f5;
    line-height: 2em;
    padding-left: 1em;
    cursor: pointer;
    border: 1px solid #DDDDDD;
    border-width: 0 1px 1px 1px;
}
html.o1-contenteditable .ND271EF41--header {
    cursor: auto;
}