@import "~cosmoUiVariables";

.container {
    margin-top: 8px;
    padding-right: $padding-500;
}

.header{
    font-weight: bold;
}

.jobStopIcon {
    height: 18px;
    width: 18px;
    min-width: 18px;
    margin-right: 5px;
}

.jobStopText {
    p, strong {
        text-overflow: ellipsis;
        // overflow: hidden;
        // white-space: nowrap;
        max-width: 100%;
    }
}
