.storyline_error_message {
    align-items: center;
    background: #ffe1e1;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    padding: .5em 1.5em;
    color: #a00;
    font-size: 1em;
    font-weight: 700;
    justify-content: center;
}

.storyline_back_button_contanier {
    text-align: center;
}

a.ldgr-btn {
    padding: 0.5em 2em;
    display: inline-block;
    background: #6e9277;
    color: #fff;
    font-weight: bold;
}

a.ldgr-btn:hover {
    background: #6e9277;
    color: #fff;
}