#grueneext-short-code-message {
    display: none;
}

.notice-info, .notice-warning {
    background: #fcfcfc;
    border-left: 4px solid;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    margin: 5px 15px 2px;
    padding: 10px 12px;
    width: calc(100% - 99px);
}

.notice-warning {
    border-left-color: #dc3232;
}

.notice-info {
    border-left-color: #00a0d2;
}

#grueneext-short-code-button input[name='grueneext-button-link'],
#grueneext-select-hide_n_show input[name='grueneext-hide_n_show-display'] {
    width: calc(100% - 41px);
}