#top_notification {
    position: fixed;
    top: 45%;
    right: 0;
    left: 0;
    z-index: 9999999999;
    text-align: center;
    width: 350px;
    margin: auto;
    border-radius: 0;
}

#top_notification .alert {
    border-radius: 0;
    border: none;
}

#top_notification .fa-times {
    position: absolute;
    top: 5px;
    right: 5px;
    border: 1px solid;
    padding: 3px 6px;
    border-radius: 100%;
    cursor: pointer;
}

table th {
    color: #FFF;
}

ul {
    list-style: none;
}