.stat-summary-title {
    display: none;
}

/* .search-summary.--public thead, */
.search-summary.--public tr td {
    display: none;
}

.search-summary.--public thead tr th {
    font-size: 0.75rem;
    padding: 0;
    border: none;
    font-family: "kanit", "THSarabunNew", "Thonburi", Arial, sans-serif;
}

.search-summary table,
.search-summary tbody,
.search-summary tr,
.search-summary tr td:first-child {
    display: inline-block;
    width: auto;
    border: none;
    margin: 0;
    padding: 0;
}

.search-summary table {
    margin-right: -5px;
}

.search-summary table.table-striped tbody {
    margin-bottom: 0.5rem;
    background: #FFE1BE;
    color: #EC8223;
    padding: 0.5em;
    font-family: "kanit", "THSarabunNew", "Thonburi", Arial, sans-serif;
    font-size: 1.06667em;
    font-weight: 300;
    line-height: 1;
    /* text-align: center; */
    /* white-space: nowrap; */
    vertical-align: baseline;
    border-radius: .25rem;
    margin-right: 5px;
}
.search-summary table.table-striped tbody tr {
    padding: 0.25rem 0;
}
.search-summary .table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

.stat-tab-content {
    height: auto !important;
}

.stat-tooltip {
    width: 100%;
    height: 100%;
    display: block;
}
.tooltip-inner > p {
   text-align:left;
 }
.tooltip-inner > ul {
    margin-left:0;
    padding-left:20px;
    text-align: left;
}

.splitter-group-all-wrapper {
    display: inline-block;
}
.search-summary #summary > div.splitter-group-all-wrapper:last-child {
    display: none;
}

.splitter-group {
    color: #000000;
    font-family: "kanit", "THSarabunNew", "Thonburi", Arial, sans-serif;
}