.toast-succes {
    background: rgba(53, 154, 0, 0.9) none repeat scroll 0 0;
    color: #fff;
    font-size: small;
}

.toast-error {
    background: rgba(219, 15, 15, 0.9) none repeat scroll 0 0;
    color: #fff;
    font-size: small;
}

.toast {
    border-radius: 5px;
    padding: 10px 10px 10px;
    position: fixed;
    right: 15px;
    top: 10px;
    width: auto;
    z-index: 1000;
}

.select_rand {
    background-color: #FFFFCC;
}