/* Wird vom ConfluenceParser (= ReverseProxy) in's Infothek-HTML eingeschmuggelt */

/* MKT-4813 Anzeige des letzten Aenderungsdatums */
#last_modified_hint {
    text-align: right;
    color: #172b4d;
    font-size: 0.8rem;
}
/* MKT-4821: Hinweis auf sehr alte Inhalte */
#last_modified_banner {
    padding: 0.7rem;
    margin: 1rem 0;
    border: solid 1px #CCC;
    position: relative;
}
a[disabled='disabled'] {
    cursor: not-allowed;
    color: #CCC !important;
}
