.messages {
    font-size: .8em;
    color: #a94442;;
}

/*.centralized {
    max-width: 480px;
    margin: auto;
}*/

.centralized {
    position:absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    margin-left: 115px;
}

a.notification:hover {
    background-color: blue;
}

.unread-notification {
    /*background-color: #edf2fa;*/
    /*font-weight: bold;*/
}

[ng-quill-editor] { display: block; }

.ql-snow .ql-editor pre.ql-syntax {
    background-color: #ffffff;
    color: #333333;
    overflow: visible;
}

