/*----------zzeng----------*/
.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: blanchedalmond;
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert > p, .alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert .alert-link, .close {
    font-weight: 700
}
