.bootsharp-hidden {
    display: none;
}

.bootsharp-detail {
    min-height: 1.4em;
    margin: 12px 0 0;
    color: #9ca98c;
    font-family: Consolas, monospace;
    font-size: 12px;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.launch-overlay.is-complete {
    display: none;
}

.launch-panel.has-error .bootsharp-detail {
    color: #ffb2a4;
}
