.slider {
    position: fixed;
    width: 100%;
    height: 56px;
    bottom: 1px;
    left: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.3);
    color: #FFF;
    transition: all 3s;
    z-index: 39998 !important;
}

    .slider h3 {
        font-size: 16px;
        padding: 0px;
        margin: 0px;
    }

    .slider p {
        font-size: 12px;
        padding: 0px;
        margin: 0px;
    }

    .slider.close {
        height: 0;
    }

/* .slider.complete {
    /*background-color: rgb(13, 133, 33) !important; color: #FFF;*/
/* } */

table.toaster {
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: 'Calibri';
    font-size: 10px;
    color: #FFF;
    border: 1px solid black;
}

table.toaster, td, th {
    /* border: 0px solid red; */
    border-collapse: collapse;
}

    table.toaster .content {
        width: 80%;
        text-align: left;
    }

    table.toaster .top {
        text-align: left;
        background-color: white;
        color: black;
    }

    table.toaster .left .right {
        width: 10%;
        text-align: center;
    }
