
body {
    background-image: url("/assets/images/background.png");
    background-size: cover;
}

.spectime-chart .school-grade,
.commontime-chart .data-group
{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.spectime-chart .icon-label {
    margin-right: 25px;
    margin-top: 5px;
}
.commontime-chart .icon-label {
    margin-right: 20px;
    margin-top: 5px;
}

table.table1 tbody td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px !important;
}
