body, html, .nocca-full-height {
    height: 100%;
    min-height: 100%;
}

.nocca-side-nav .nocca-nav-link {
    color: #333;
    display: inline-block;
    transition: all 0.1s ease-in-out;
}

.nocca-side-nav .nocca-nav-block:hover {
    cursor: pointer;
}

.nocca-side-nav .nocca-nav-block:hover .nocca-nav-link {
    padding-left: 5px;
}

.nocca-status-filter .md-button {
    min-width: 0px;
}

.nocca-timestamp {
    opacity: .7;
    font-size: 12px;
}

.nocca-story-line {
    -webkit-transition: 0.5s linear all;
    -moz-transition: 0.5s linear all;
    -o-transition: 0.5s linear all;
    transition: 0.5s linear all;
    -webkit-transition-delay: 6s;
    /* Chrome, Safari, Opera */
    transition-delay: 6s;
    color: rgba(0, 0, 0, 0.5);
}

.nocca-story-line.ng-enter.ng-enter-active {
    color: black;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.nocca-story-line:hover .md-tile-content {
    color: black;
}

.nocca-story-line .md-tile-content {
    padding-bottom: 5px;
    padding-top: 5px;
}

.nocca-request-dialog {
    min-width: 75%;
    min-height: 75%;
}

.nocca-request-preview-wrap {
    white-space: pre-wrap;
}

.nocca-response .nocca-response-tile-left {
    text-align: center;
    padding-right: 15px;
}

.nocca-response .nocca-response-tile-left em {
    display: block;
    font-style: normal;
    font-size: 150%;
    font-weight: bold;
}

.nocca-response .nocca-response-tile-left .md-button {
    font-size: 80%;
}

.nocca-response p {
    margin: .5em 0;
}

.nocca-response h3 {
    margin: 0;
}

.nocca-scenario-tile-left {
    padding-right: 15px;
    text-align: center;
}

.nocca-scenario-key {
    font-family: "Courier new", monospace;
}

.nocca-scenario-details {
    padding: 0;
    margin: 0;
}

.nocca-scenario-details dt {
    min-width: 140px;
}

.nocca-scenario-details dd {
    padding: 0;
    margin: 0;
}
