﻿#system-toast-panel {
    position: fixed; 
    top: 30px;
    left: 30px;
    z-index: 9999;
}

#system-toast-panel .alert {
    background-color: #333;
    border: solid 1px #eee;
    color: white;
    opacity: 0.9;
    /*box-shadow: 2px 2px 3px #999;*/
    margin-bottom: 10px;
}


#system-toast-panel .alert:hover {
    opacity: 1;
}

.system-notification-panel .alert:hover {
    border-color: #999;
    opacity: 1;
}
