.card {
    word-wrap: initial !important;
}

.toasted-container.top-right {
    top: 1rem !important;
    right: 1.5rem !important;
}

.toasted.outline.error {
    color: #FFF !important;
    background-color: rgba(255,0,0,.75) !important;
}

.toasted.outline {
    border-radius: 10px !important;
    background-color: rgba(0,0,0,.75) !important;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24) !important;
    font-weight: 100 !important;
}

.toasted.outline.success {
    color: #FFF !important;
    background-color: rgba(0,160,0,.75) !important;
}

.bd-callout {
    padding: 1rem;
    border: 1px solid #eee;
        border-left-color: rgb(238, 238, 238);
        border-left-width: 1px;
    border-left-width: .25rem;
    border-radius: .25rem;
}

.bd-callout-warning {
    border-left-color: #007bff;
}
.bd-callout-success {
    border-left-color: #28a745;
}
.bd-callout-danger {
    border-left-color: #dc3545;
}
.bd-callout-primary {
    border-left-color: #f0ad4e;
}
.bd-callout-info {
    border-left-color: #5bc0de;
}