body {
    font-family: 'Poppins', sans-serif;
    line-height: inherit;
}

label {
    font-weight: lighter;
}

.rn-notes {
    /* height: 100%; */
    width: 100%;
}

.rn-layout-top {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.rn-header-ms {
    display: inline-block;
    font-size: x-large;
    font-weight: bold;
    width: 100%;
    color: black;    
}

.rn-ms-desc {
    color: black;
    font-size: large;
    font-weight: lighter;
}

.rn-layout-ms {
    width: 100%;
}

.rn-issue-layout-top {
    /* background-color: rgb(220, 220, 222); */
    /*padding-top: 5px;*/
    /*padding-bottom: 10px;*/
}

.rn-issue-layout {
    width: 100%;
    margin-top: 10px;
}

.rn-issue-layout label {
    margin-right: 10px;
}

.rn-issue-title {
    font-size: medium;
    color: black;
}

.rn-issue-base {
    height: 100%;
    color: black;
    border-radius: 20px;
    padding: 2px;
    white-space: nowrap;
    font-size: x-small;
}

.rn-issue-state-resolved {
    background-color: #6699cc;
    border: 2px solid #6699cc;
}

.rn-issue-state-testing {
    background-color: #8fbc8f;
    border: 2px solid #8fbc8f;
}

.rn-issue-severity-minor {
    background-color: #ed9121;
    border: 2px solid #ed9121;
}

.rn-issue-severity-major {
    background-color: #cd5b45;
    border: 2px solid #cd5b45;
}

.rn-issue-severity-crash {    
    background-color: #dc143c;
    border: 2px solid #dc143c;
}

.rn-issue-severity-blocker {
    background-color: #c30010;
    border: 2px solid #c30010;
}

.rn-issue-description {
    margin-left: 10px;
    margin-top: 10px;
    font-size: small;
}

.rn-issue-comments-area {
    margin-left: 10px;
    margin-top: 10px;
}

.rn-issue-comment-single {
    font-size: small;
}

.rn-issue-comment-author {
    text-decoration: underline blue;
    font-style: italic;
}

.rn-issue-comment-body {
    margin-left: 20px;
    font-size: small;
}

.rn-issue-type-bug {
    background-color: #dc143c;
    border: 2px solid #dc143c;
}

.rn-issue-type-tweak {
    background-color: #6699cc;
    border: 2px solid #6699cc;
}

.rn-issue-type-feature {
    background-color: #009966;
    border: 2px solid #009966;
}