/* NVA Publikasjoner */

#nva-publikasjoner-wrapper {
    margin-top: 2rem;
}

/* Mellomrom mellom DataTables-kontroller og tabell */
div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper div.dataTables_filter {
    margin-bottom: 1rem;
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: .5em;
}

/* Tabellhode-farge */
#nva-pub-table thead th {
    background-color: #2d8e9f;
    color: #fff;
    white-space: nowrap;
    vertical-align: middle;
    border-color: #257f8e;
}

#nva-pub-table thead th.sorting:after,
#nva-pub-table thead th.sorting_asc:after,
#nva-pub-table thead th.sorting_desc:after {
    color: rgba(255,255,255,.7);
}

#nva-pub-table tbody td {
    vertical-align: middle;
}

#nva-pub-table .nva-authors {
    font-size: .875rem;
    color: #555;
}
