.moduleSplash {
    width: 100%;
    border-left-width: 0.25rem;
    display: table;
    padding: 1.25rem;
}
.moduleSplash.compact {
    padding: 1rem;
}

.moduleSplash.info {
    border: 1px solid #007ac3;
    border-left-width: 0.25rem;
}
.moduleSplash.caution {
    border: 1px solid #ea8f00;
    border-left-width: 0.25rem;
}
.moduleSplash.filled-stop-sign {
    border: 1px solid #e5202e;
    border-left-width: 0.25rem;
}

.moduleSplash.no-border {
    border: none;
}

.moduleSplash .moduleSplashIcon {
    display: table-cell;
    font-size: 1.25rem;
    padding-right: 1.25rem;
}
.moduleSplash.info .moduleSplashIcon {
    color: #007ac3;
}
.moduleSplash.caution .moduleSplashIcon {
    color: #ea8f00;
}
.moduleSplash.filled-stop-sign .moduleSplashIcon {
    color: #e5202e;
}

.moduleSplash .moduleSplashMessage {
    display: table-cell;
}
.moduleSplash .moduleSplashMessageTitle {
    font-weight: bold;
    margin-bottom: 1rem;
}

.moduleSplash.compact .moduleSplashMessageTitle {
    margin-bottom: 0.25rem;
}

.moduleSplash .moduleSplashMessageText {
    line-height: 1.625rem;
}