#alert_top
{
    background-color: orange;
    color: black;
    position: fixed;
    z-index: 10000;
    top: 51px;
    width: 100%;
    padding: 5px 10px;
    display: none;
}

#alert_top .item-list .item
{
    background: inherit!important;
    border-bottom: 1px dashed white;
}

#alert_top .item-list
{
    max-height: 200px;
    overflow: auto;
}

#alert_top .close-all
{
    padding: 10px;
}

#alert_top .close-all {
    padding: 3px 10px;
    background-color: white;
    text-align: center;
    margin-top: 10px;
}

#alert_top .close-all {
    color: blue;
}

#alert_top .text
{
    float: left;
}

#alert_top .btn_close
{
    float: right;
    padding: 0;
    margin: 0;
    background: none;
    text-decoration: underline;
    border: 0;
}
