﻿.bootbox .modal-body pre.bootbox-alert {
    background-color: transparent;
    border: 0 none transparent;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 3px;
    overflow: hidden;
    white-space: pre-wrap;
    -ms-word-break: keep-all;
    word-break: keep-all;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
