
.demotimes{
    margin-top: 0.75rem;
    border: 1px solid #eee;
    display: none;
}

.night .demotimes{
    border: 1px solid #444;
}

.demotimes>div{
    height: 1.8rem;
    line-height: 1.8rem;
    background-color: #f6f7fa;
    padding-left: 0.5rem;
    border-bottom: 1px solid #eee;
}

.night .demotimes>div{
    background-color: #181a1b;
    border-bottom: 1px solid #444;
}

.demotimes>ul{
    padding: 0.5rem;
}

.demotimes ul li{
    border-bottom: 1px solid #eeeeee;
    height: 1.5rem;
    line-height: 1.5rem;
}

.night .demotimes ul li{
    border-bottom: 1px solid #444;
}

.demotimes ul li span{
    margin-right: 0.5rem;
    background-color: #2196f3;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    font-size: 0.5rem;
    color: #fff;
}

.docdiv{
    margin-top: 0.75rem;
    border: 1px solid #eee;
    background-color: #f6f7fa;
    padding: 0.75rem;
    display: none;
}

.night .docdiv{
    border: 1px solid #444;
    background-color: #181a1b;
}

.docdiv span{
    color: #2096f3;
}