@-webkit-keyframes highlight {
    from { background-color: rgba(221, 238, 255, 1) }
    to { background-color: rgba(221, 238, 255, 0) }
}
@-moz-keyframes highlight {
    from { background-color: rgba(221, 238, 255, 1) }
    to { background-color: rgba(221, 238, 255, 0) }
}
@-o-keyframes highlight {
    from { background-color: rgba(221, 238, 255, 1) }
    to { background-color: rgba(221, 238, 255, 0) }
}
@keyframes highlight {
    from { background-color: rgba(221, 238, 255, 1) }
    to { background-color: rgba(221, 238, 255, 0) }
}
div.journal > div > .contextual {
    margin-right: 5px;
    margin-top: 5px;
}
div.journal ul.details, ul.revision-info {
    margin-bottom: 1em;
}
fieldset.issue-notes > label {
    line-height: 26px;
}
div.issue-request-form {
    float: left;
}
div.journal div.issue-request-form {
    margin-right: 0.5em;
}
fieldset.issue-notes div.issue-request-form label {
    margin-right: 0.5em;
}
div.journal div.journal-request {
    border-top: 1px solid #d7d7d7;
    font-size: 13px;
    color: #d7d7d7;
}
div.journal div.journal-request .contextual {
    margin: 2px 0 5px 0;
    color: #959595;
}
div.journal div.journal-request .contextual a {
    color: #70a7cd;
}
div.journal div.journal-request .contextual .icon {
    padding-bottom: 1px;
    padding-left: 16px;
}
div.journal div.journal-request .contextual .icon-warning {
    background-size: 11px;
}
div.journal div.journal-request .request-links {
    margin: 2px 0 5px 0;
}
div.journal div.journal-request .no-response {
    color: #959595;
}
div.journal:target > div, div.journal > div:target {
    -webkit-animation: highlight 0.5s ease-in-out;
    -moz-animation: highlight 0.5s ease-in-out;
    -o-animation: highlight 0.5s ease-in-out;
    animation: highlight 0.5s ease-in-out;
}
table.list.requests td.request {
    white-space: nowrap;
    text-align: center;
    width: 2%;
}
tr.issue td.requests {
    white-space: normal;
}
table.list a.issue.open.request-to-me {
    color: #900;
}
table.list a.issue.open.request-from-me {
    color: #559;
}
