@CHARSET "UTF-8";


.ncr-query-panel .link-icon {
    display: inline-block;
    width: 0.9em;
    height: 0.9em;
    margin: 0 0 0 0.2em;
    color: #333;
    background: no-repeat url('../images/external-link-alt.svg') center / contain;
}


/**
 * Query form.
 */

.ncr-query-panel form {
    margin: 0 0 20px 0;
}
.ncr-query-panel form .ncr-query-row {
    margin: 5px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 440px;
}
.ncr-query-panel form label {
    flex: 1 0 120px;
    max-width: 220px;
}
.ncr-query-panel form label + * {
    flex: 1 0 120px;
    max-width: 220px;
}
.ncr-query-panel form .error {
    margin-left: auto;
    color: #CE3535;
}
.ncr-query-panel form button {
    margin-left: auto;
}


/**
 * Query results.
 */

.ncr-query-results {
    border-top: 1px solid #CCC;
    margin: 0 0 0.8em;
    padding: 20px 0 0 0;
}
.ncr-query-results h2 {
    margin: 0;
    font-size: 1.6em;
}
.ncr-query-results .full-results {
    margin: 0.3em 0 2em 0;
}
.ncr-query-results .full-results,
.ncr-query-results .full-results a {
    font-size: 1em;
    line-height: 1.2;
}
.ncr-query-results h3 {
    font-size: 1.3em;
    margin: 0 0 0.25em;
}
.ncr-query-results table {
    margin: 0 0 2em 0;
    border-top: 1px dotted #CCC;
    font-size: 1em;
    line-height: 1.2;
}
.ncr-query-results tr {
    border: none;
}
.ncr-query-results th {
    font-weight: bold;
    text-align: left !important;
}
.ncr-query-results td {
    vertical-align: top !important;
    text-align: left !important;
}
.ncr-query-results ol {
    margin: 0 0 0 1.1em;
}
.ncr-query-results li {
    line-height: 1.2;
    margin: 0 0 7px;
}