
.jq-toast-wrap {
    display: block;
    position: fixed;
    width: 500px;
    pointer-events: none!important;
    letter-spacing: normal;
    z-index: 9000!important;
}

.close-jq-toast-single {
    position: absolute;
    top: 7px;
    right: 11px;
    font-size: 28px;
    cursor: pointer;
}

.jq-toast-single h2 {
    font-family: arial,sans-serif;
    font-size: 18px;
    margin: 0 0 7px;
    background: 0 0;
    color: inherit;
    line-height: inherit;
    letter-spacing: normal;
}

.jq-toast-single {
    display: block;
    width: 100%;
    padding: 20px 50px;
    margin: 0px 0 5px;
    border-radius: 4px;
    font-size: 16px;
    font-family: arial,sans-serif;
    line-height: 22px;
    position: relative;
    pointer-events: all!important;
    background-color: #444;
    color: #fff;
}