.notification * { font-weight: normal !important }
.notification { font-size: 12px !important;font-family: 'tadbir-BYekan', TadbirYekan !important; direction: rtl;z-index: 1000000;  background: #FFF; border-radius: 5px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); border: 1px solid #4B95B3; width: 400px; position: fixed; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; bottom: -300px; right: 15px; }
.notification h4 {line-height: unset !important; font-size: 14px !important; font-family: 'tadbir-BYekan', TadbirYekan !important; background: #EEE; margin: 0; padding: 5px 15px !important; text-transform: uppercase; color: #757575; border-radius: 5px 5px 0 0; }
.notification div.msgBody { font-size: 1.2em; padding: 10px; }
[data-fade] { opacity: 0; }
.notification .close { font-size: 14px;opacity: 1 !important; text-align: center; font-family: tahoma; position: absolute; top: 8px; padding: 0; left: 8px;display: inline-block;width: 20px;height: 20px; cursor: pointer;border-radius: 4px;background-color: #800;color: #fff;}
.notification .close:hover { background-color: #c00}
button { margin-right: 20px; font-size: 1.5em; border-radius: 3px; background: #466071; cursor: pointer; padding: 14px; border: none; color: #C3CDD5; font-weight: bold; }
button:hover { color: #FFF; }
.msgTitle {color: #888;}
.msgValue {color: #000;}
.notification a{ display: block; text-decoration: none }
.notification a div {border-bottom: dashed 1px #aaa;}
.notification a:last-child div{border-bottom: medium none;}