.notedetail .contracted {
        width: 100%;
        background: rgba(0,0,0,.03);
        padding: 5px;
        text-align: center;
        border: 1px solid rgba(0,0,0,.125);
        margin-bottom: 10px;
}

.notedetail {
        height: 100%;
}

.expanded {
        height: 100%;
}

.card {
        height: 100%;
}