.ress{
    display: none;
}

.ress span{
    padding: 0.4rem 0;
    display: block;
    text-align: center;
    border: 1px solid #eee;
    color: #888;
    margin-top: 0.5rem;
    cursor: pointer;
}

.night .ress span{
    border: 1px solid #444;
    color: #888;
}

.restabledemo{
    margin-top: 0.75rem;
    display: none;
}

.restabledemo .titles{
    height: 1.8rem;
    line-height: 1.8rem;
    padding-left: 0.5rem;
    border: 1px solid #dee2e6;
    border-bottom: 0;
}

.night .restabledemo .titles{
    border: 1px solid #333;
    border-bottom: 0;
    color: #aaa;
}

.restablehtml table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.restablehtml table th, .restablehtml table td {
    border: 1px solid #dee2e6;
    padding: 12px 15px;
    text-align: left;
}

.night .restablehtml table th, .night .restablehtml table td {
    border: 1px solid #333;
}

.night .restablehtml table td {
    color:#aaa;
}

.restablehtml table th {
    background-color: #4dabf7;
    color: #fff;
    font-weight: 600;
}

.night .restablehtml table th {
    color: #fff;
}

.restablehtml table tr:nth-child(even) {
    background-color: #f8f9fa;
}

.night .restablehtml table tr:nth-child(even){
    background-color: #444;
}