body {
    font-weight: 400;
    font-family: "Nunito", sans-serif;
}

body,
h1,
h2,
h3,
h4,
h5 {
    color: #555;
}

.pager {
    text-align: center;
}

.text_btn {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.delete_text {
    margin-bottom: 0;
}

.pagination_buttons {
    float: right;
    margin-bottom: 30px;
}

.table {
    margin-bottom: 0 !important;
}

.card-header {
    font-size: 1.6em;
}

.code {
    font-family: "Courier New", Courier, monospace;
    background-color: #fcf6f8;
    padding: 0.03em 0.2em;
    border: 1px solid #f7d6df;
    border-radius: 0.25em;
}

.navbar {
    border-bottom: 1px solid #ccc;
    background-color: #eee;
}

.dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_buttons,
.dataTables_paginate {
    width: 50%;
    float: left;
    margin: 0;
    padding: 15px;
}

#datatable_tests_filter.dataTables_filter,
.dt-buttons {
    width: 100%;
    margin: 0;
    padding: 15px 15px 10px 15px;
}

#datatable_tests_wrapper button {
    text-rendering: auto;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    text-align: center;
    cursor: pointer;
    font: 400 13.3333px Arial;
    padding: 5px 10px;
    margin-right: 5px;
}

.text-mutted {
    color: #aaa;
}

.limitsBox {
    border: 1px solid #17a2b8;
    color: #17a2b8;
    background-color: #ffffff;
    border-radius: .25em;
    font-weight: 600;
}

.limitsBox .nav-link {
    color: #17a2b8 !important;
}
