.hint {
    color: red;
}

.d-table-block {
    display: flex;
}

.data-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    /* width: 70%; */
}

.time-classify-title {
    font-size: 24px;
    font-weight: 600;
    background: #00AA42;
    color: #fff;
}


tr>th,
td {
    text-align: center;
    font-weight: 600;
    font-family: Microsoft JhengHei;
}


.btn {
    color: #fff;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
}

.btn-add {
    background-color: #16957c;
    border-color: #16957c;
}

.btn-clean {
    background-color: #ff391f;
    border-color: #ff391f;
}

.btn-clean-all {
    background-color: #0283d6;
    border-color: #0283d6;
}

#message {
    /* font-family: Arial, Helvetica, sans-serif; */
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 105;
    text-align: center;
    font-size: 100%;
    color: white;
    padding: 10px 0px 10px 0px;
    background-color: green;
}

#message span {
    text-align: center;
    width: 95%;
    float: left;
}
