.bolo_importantStar {
    color: red;
    display: inline;
}

.bolo_helperText {
    color: gray;
    font-size: small;
}

.bolo_nowrap {
    white-space: nowrap;
}
.bolo_relative {
    position: relative;
}

.bolo_button-copy {
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translate(0, -50%);
}
