.bs_information,
.bs_warning,
.bs_error {
    border: 1px solid darkblue;
    text-align: justify;
    padding: 3px;
    font-size: 12px;
    background: url('../../img/information_background.png');
    height: auto;
    margin-top: 6px;
    margin-bottom: 12px;
    box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.2);
}

.bs_warning {
    border-color: #ff7e00;
    background: url('../../img/warning_background.png');
}

.bs_error {
    border-color: red;
    background: url('../../img/error_background.png');
}

.bs_information, .bs_warning, .bs_error ul {
    list-style-position:inside;
}

.modalBox {
    display: none;
}
