
.status-wrapper {
    border: solid #02667a 1px;
    border-left-width: 4px;
    background-color: #f7fbfd;
    padding: 1em;
    position: relative;
}

.status-wrapper button {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    padding: 1em;
    margin: 0;
    font-weight: bold;
    font-size: 0.8em;
    cursor: pointer;
}
