
.message-box-container {
    font-size: 15px;
    height: 0;
    margin-right: -10px !important;
    position: fixed;
    top: 5px;
    width: 100%;
    z-index: 10;
}
.message-box {
    height: 0;
}
.message-box .close {
    left: 10px;
    position: absolute;
    top: 10px;
}
.message-box > a.closeall {
    background: rgba(0, 0, 0, 0.28) none repeat scroll 0 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff !important;
    display: block;
    text-align: center;
}
.message-box > a.closeall:hover {
    background: rgba(0, 0, 0, 0.68) none repeat scroll 0 0;
    color: #fff;
    text-decoration: none;
}
.message-box > div.alert {
    display: none;
    margin-bottom: 3px;
    padding: 10px 10px 10px 30px;
    position: relative;
}
