body {
    background-color: #fcf8f2;
    font-family: Noto Sans,sans-serif;
}

.navbar {
    background-color: #39513f !important;
}

table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

table:not(.no-border) {
    border: 1px solid #ccc;
}

table tr {
    background-color: #fff;
    border: 1px solid #ddd;
}

table.no-border tr {
    border-left: none;
    border-right: none;
}

table th,
table td {
    padding: 8px 18px;
}

table th {
    background-color: #819d7e !important;
    color: white;
}

table form .btn-danger,
.btn[aria-describedby="search"] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

@media(min-width: 601px) {
    table:not(.no-options) tr td:last-child {
        white-space: nowrap;
        width: 1px;
    }

    table:not(.no-options) tr td:last-child {
        text-align: right;
    }
}

@media screen and (max-width: 600px) {
    table {
        border: 0;
    }

    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 14px;
        text-align: right;
    }

    table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
    }

    table td:last-child {
        border-bottom: 0;
    }
}

.btn-success {
    background-color: #819d7e;
    border-color: #819d7e;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active{
    background-color: #597355;
    border-color: #597355;
}

.btn-primary {
    background-color: #39513f;
    border-color: #39513f;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
    background-color: #24412c;
    border-color: #24412c;
}

.btn-danger {
    background-color: #c90000;
    border-color: #c90000;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active{
    background-color: #a22e2e;
    border-color: #a22e2e;
}

.highcharts-figure, .highcharts-data-table table {
    min-width: 360px;
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #EBEBEB;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}
.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}
.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.5em;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}
.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

