.hotel-statistics .table > thead > tr > th {
    font-size: 18px;
    padding-bottom: 10px;
}

.hotel-statistics .col-numeric {
    width: 150px;
    text-align: center;
}

.hotel-statistics .top-agencies a {
    text-decoration: underline;
    margin-right: 5px;
}

.hotel-statistics .section-group {
    margin-bottom: 30px;
}

.hotel-statistics .col-title {
    width: 45%;
}

.hotel-statistics h2 {
    margin-bottom: 5px;
}

.history-wrap .table {
    margin-top: 0;
}

.hotel-statistics form {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 0 20px;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    padding: 20px 30px;
    margin-bottom: 20px;
    align-items: center;
}

.hotel-statistics form .site-btn {
    margin: 10px 0 0 0;
}

@media (max-width: 1199px) {
    .hotel-statistics form {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .hotel-statistics form {
        grid-template-columns: 1fr;
    }
    .hotel-statistics form .site-btn {
        margin: 10px 0 10px 0;
    }
    .hotel-statistics .table > thead > tr > th {
        font-size: 14px;
    }

    .hotel-statistics .table > thead > tr > th,
    .hotel-statistics .table > tbody > tr > td {
        white-space: normal;
    }

    .hotel-statistics .col-title {
        min-width: 200px;
    }

    .hotel-statistics .col-numeric {
        min-width: 50px;
    }
}