@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

header {
    width: 100%;
    background-color: rgba(0,0,0,.03);
    padding: 0.5rem 1rem;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

#import-console p {
    margin-bottom: 0;
}

table.table.table-bordered tr td {
    color: #212529;
    font-size: 0.8em;
    font-weight: 500;
}