.jq-toast-wrap {
    width: 300px;
}

.jq-toast-single{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 13px;
}

.jq-toast-single h2 {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
}

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

.jq-icon-success {
    background-color: #7ea059;
}

.jq-icon-error {
    background-color: #af4e4c;
}