
.chartUp-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 20px;
}

.chartUp-container > h2 {
    padding: 0; 
    margin: 0; 
    text-align: center; 
    color: #333; 
    font-weight: 100;
}

.chartUp-container > .comment {
    padding-right: 50px;
    font-size: 12px;
    text-align: right;
    color: #666;
    width: 100%;
}

.chartUp-container > canvas {
    flex: auto 1 1;
}

.chartUp-container > .tag-con {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    box-sizing: border-box;
    list-style: none;
    padding: 0 30px 20px 30px;
    margin-top: 20px;
    min-height: 80px;
}

.chartUp-container > .tag-con > li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding: 8px 16px 8px 16px;
    color: #333;
    margin: 8px; 
    border-radius: 4px;
    cursor: pointer;
    height: 40px;
    user-select: none;
}

.chartUp-container > .tag-con > .active {
    color: #ddd;
}

.chartUp-container > .tag-con > .active > .tag {
    background-color: #ddd !important;
}

.chartUp-container > .tag-con > li > .tag {
    width: 14px;
    height: 14px;
    border-radius: 7px;
    margin-right: 8px;
}
