/* CONCAT of
/2static/style/components/review-due-date.css
/2static/style/components/review-header.css
/2static/style/components/review-participants.css
/2static/style/components/comment-metrics.css
/2static/style/components/keyboards-keys.css
/2static/style/components/info-label.css
*/
/* START /2static/style/components/review-due-date.css */
.review-due-date__light {
    color: #707070;
}

.review-due-date.review-due-date__overdue {
    color: #d04437;
}
/* END /2static/style/components/review-due-date.css */
/* START /2static/style/components/review-header.css */
.review-header {
    padding: 20px;
    padding-bottom: 0;
    background-color: #ffffff;
    border-top: 1px #cccccc solid;
}
.review-header--metadata {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.review-header--metadata--state {
    margin-right: 10px;
}

.review-header--metadata--create-date {
    margin-right: 10px;
}

.review-header--metadata--due-date:before {
    content: "|";
    color: #cccccc;
    margin-right: 10px;
}

.review-header--title {
    padding-top: 8px;
    padding-bottom: 13px;
}

.review-header--title .title-content {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    /* To prevent content height change upon switching to edit mode */
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 6px;
}

.review-header--metadata--participants {
    text-align: right;
}

.review-header--metadata--section {
    display: table-cell;
    width: 50%;
}

.review-header--buttons {
    clear: both;
    text-align: right;
}

.review-header--buttons:empty {
    padding-top: 7px;
}
/* END /2static/style/components/review-header.css */
/* START /2static/style/components/review-participants.css */
.review-participants {
    display: inline-block;
    white-space: nowrap;
}

.review-participants--label {
    text-align: right;
    width: 80px;
    display: inline-block;
    padding-right: 2px;
    vertical-align: middle;
    color: #707070;
}
/* END /2static/style/components/review-participants.css */
/* START /2static/style/components/comment-metrics.css */

.aui-lozenge + .comment-metrics {
    margin-left: 5px;
}

.comment-metrics--metric:not(.aui-label) {
    white-space: nowrap;
    color: #000;
}

.comment-metrics--metric {
    margin: 0;
    vertical-align: middle;
}

.comment-metrics:not(.comment-metrics__new-lines) .comment-metrics--metric + .comment-metrics--metric {
    margin-left: 5px;
}

.comment-metrics__new-lines .comment-metrics--metric {
    display: block;
}
/* END /2static/style/components/comment-metrics.css */
/* START /2static/style/components/keyboards-keys.css */
/* Style has been copied from JIRA */
kbd {
    box-sizing: border-box;
    background-color: #F7F7F7;
    border: 1px solid #CCC;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2),0 0 0 2px #FFF inset;
    color: #333;
    display: inline-block;
    font-family: inherit;
    font-size: 13px;
    line-height: 20px;
    margin: 0 .1em;
    min-width: 2em;
    padding: .1em .6em;
    text-align: center;
    text-shadow: 0 1px 0 #FFF;
    vertical-align: bottom;
}
/* END /2static/style/components/keyboards-keys.css */
/* START /2static/style/components/info-label.css */
.info-label__help {
    cursor: help;
}
/* END /2static/style/components/info-label.css */
