#topBarPopups { 
    width: 450px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto; 
}
.topBarMsg {
    border-left: 1px solid #888;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
}
.topBarMsg>p {
    font-size: 12px;
    padding: 5px 10px;
}
.topBarBtn {
    float: right;
    padding:  px 6px;
}
.topBarMsg>table {
    font-size: 12px;
    width: 100%;
    background-color: #fff;
    padding: 5px;
}
.topBarAlert>table {
    font-size: 12px;
    width: 100%;
    background-color: #f3aebc;
    color: #333;
    padding: 5px;
}
.topBarProcessing {
    background-color: #ccc;
    color: #333;
}
.topBarAlert {
    background-color: #de2147;
    color: #eee;
}