* {
    font-size: .8rem;
}

table {
    margin-top: 5px;
    width: 100%;
}

table, th, td {
    border: 1px solid #c0c0c0;
    border-collapse: collapse;
}

th, td {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: .9rem;
}

tbody tr:nth-child(odd) {
    background-color: #f0f0f0;
}

tbody tr:hover {
    background-color: #e0e0e0;
}

input {
    font-size: .8rem;
}

#search-container {
    margin: 2px;
    background-color: black;
    width: calc(100vw - 4px);
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#fields {
    display: flex;
    flex-wrap: wrap;
}

.input-container {
    display: flex;
    flex-direction: column;
    margin-left: 5px;
}

label {
    color: white;
}

input:focus {
    outline:none
}

input[type='submit'] {
    height: 2rem;
}

#new-book-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 1vmin;
}

#no {
    font-family: monospace;
}

.fixed-size {
    resize: none;
}
