.bctlist{
    margin-top: 0.75rem;
    border-radius: 3px;
    border: 1px solid #cee2ee;
}

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

.bctlist>div:nth-child(1){
    padding: 0.75rem 0;
    border-bottom: 1px solid #cee2ee;
    color: #244c64;
    font-size: 0.65rem;
    display: block;
    width: 100%;
    text-align: center;
}

.night .bctlist>div:nth-child(1){
    border-bottom: 1px solid #444;
    color: #bbb;
}

.bctlist>div:nth-child(2){
    display: grid;
    grid-template-columns: repeat(13, 1fr);
}

.bctlist>div:nth-child(2)>div{
    border-bottom: 1px solid #cee2ee;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #cee2ee;
}

.night .bctlist>div:nth-child(2)>div{
    border-bottom: 1px solid #444;
    border-left: 1px solid #444;
}

.header-hs{
    background-color: #e3eef8;
}

.night .header-hs{
    background-color: #181a1b;
}

.header-hsa{
    border-left: 0 !important;
    background-color: #e3eef8;
}

.night .header-hsa{
    background-color: #181a1b;
}

.header-hsb{
    border-bottom: 0 !important;
}