table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}

th, td {
    padding: 10px;
}
th {
    text-align: left;
}

#logs_table tr:nth-child(even), #global_params_table tr:nth-child(even), #errors_table tr:nth-child(even), #cookie_errors_table tr:nth-child(even), #cookies_table tr:nth-child(even) {
    background-color: #ccc;
}

#logs_table tr:nth-child(odd), #global_params_table tr:nth-child(odd), #errors_table tr:nth-child(odd), #cookie_errors_table tr:nth-child(odd), #cookies_table tr:nth-child(odd) {
    background-color: #eee;
}

#logs_table th, #global_params_table th, #errors_table th, #cookie_errors_table th, #cookies_table th {
    color: white;
    background-color: black;
    font-weight: bold;
}

#logs_table tr.logs_request {
    background-color: #24A0ED;
}

#logs_table tr.logs_response {
    background-color: #bbdefb;
}

#logs_table td.log_method, #logs_table td.log_level {
    font-weight: bold;
    font-family: "Courier New", monospace;
}

#logs_table td.log_status_code {
    font-weight: bold;
    font-family: "Courier New", monospace;
}

#errors_table tr.description, #cookie_errors_table tr.description {
    background-color: #aacccc;
}

#card_container {
}

#card_container p {
    top: 50%;
    left: 50%;
    margin: 0 50% 0 0;
    position: absolute;
    width: 18em;
    text-align: center;
    transform: translate(-50%, -50%);
}

#card_container img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a:link, a:visited, a:active {
    color: #CB00CB;
    font-weight: bold;
}

a:hover {
    color: #562AA6;
    font-weight: bold;
}

.header-anchor {
    display: inline;
}

.header-anchor a:link, .header-anchor a:visited, .header-anchor a:active {
    color: #000;
    font-weight: bold;

    text-decoration: none;
}

.header-anchor a:hover {
    text-decoration: underline;
}

button {
    padding: 8px;
    min-width: 80px;
    color: white;
    background-color: #CB00CB;
    border: 1px solid black; // #4CAF50;
}