.gray {
    color: gray;
    text-align: center;
    margin-bottom: 10px;
}

.centered {
    text-align: center;
    margin: 0 0 30px 0;
}

hr.header-hr {
    margin: 10px 0;
}

.default-table {
    margin-bottom: 65px;
}

.page-links {
    margin-bottom: 55px;
}

.default-table th,
.default-table td {
    padding: 12px 10px;
}

.default-table tbody tr:hover td {
    background-color: transparent;
}

.bigValue {
    color: #990000;
    font-size: xx-large;
    font-weight: bold;
}

.minValue {
    color: red;
    font-size: large;
    font-weight: bold;
}

.maxValue {
    color: green;
    font-size: large;
    font-weight: bold;
}

.defaulValue {
    color: #0000cc;
    font-size: large;
    font-weight: bold;
}

.default-table th:nth-child(1),
.default-table td:nth-child(1) {
    width: 25%;
}

.default-table th:nth-child(3),
.default-table td:nth-child(3) {
    width: 50%;
}

.default-table {
    table-layout: fixed;
}