/** sticky note type box/container */
.blank-slate__scenarios {
    display: inline-block;
    padding: 1rem 2rem;
    background: #fffae5;
    border-radius: 0.4rem;
    font-size: 0.875em;
    box-shadow: 0 1px 3px 0 #bfbfbf;
    position: relative;
}
