.alert{padding:15px;margin-bottom:21px;font-size:14px;font-weight:300;border-radius:0;border: none!important;}
.alert h4{margin:0 0 10px;color:inherit;font-size:20px}
.alert .alert-link{font-weight:700}
.alert>p,.alert>ul{margin-bottom:0}
.alert>p+p{margin-top:5px}
.alert-dismissable,.alert-dismissible{padding-right:35px}
.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}
.alert-success{background-color:#91c304;color:#fff}
.alert-success hr{border-top-color:#79a203}
.alert-success .alert-link{color:#e6e6e6}
.alert-info{background-color:#2f80ed;color:#fff}
.alert-info hr{border-top-color:#1a519c}
.alert-info .alert-link{color:#e6e6e6}
.alert-danger{background-color:#f04a4a;color:#fff}
.alert-danger hr{border-top-color:#c73737}
.alert-danger .alert-link{color:#e6e6e6}
#notifications_block{display:flex;justify-content:right;flex-direction:column;position:fixed;bottom:0;right:5px;z-index:100;}
.notification{border-radius:.5em;margin:0 0 5px;cursor:pointer;min-width:200px;max-width:600px}
.notification:not(.fading){-webkit-transition:opacity .1s ease-in-out,width .1s ease-in-out;-o-transition:opacity .1s ease-in-out,width .1s ease-in-out;transition:opacity .1s ease-in-out,width .1s ease-in-out}
.notification:hover{opacity:.75}
.notification ul{padding:0}
.notification li{list-style:none}
.notification li:before{content:'- '}
.notification li li:before{content:'- - '}
@media (max-width: 480px){
    #notifications_block{width:100%;right: 0;}
    .notification{margin:0;border-radius:0}
}