mmdnn/visualization/public/style.css [28:51]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    line-height: 50px;
    padding: 10px;
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .26);
}

.titleWrapper {
    height: 5px;
    width: 100%;
}

.labels {
    font-size: 13px;
    font-family: cursive;
}

.tempclass {
    font-size: 1px;
}
.shadow_box{
    /* border: 2px solid var(--fg-color); */
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.16), 0 0 0 2px rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    align-content: center;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



mmdnn/visualization/style.css [31:55]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    line-height: 50px;
    padding: 10px;
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .26);
}

.titleWrapper {
    height: 5px;
    width: 100%;
}

.labels {
    font-size: 13px;
    font-family: cursive;
}

.tempclass {
    font-size: 1px;
}

.shadow_box{
    /* border: 2px solid var(--fg-color); */
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.16), 0 0 0 2px rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    align-content: center;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



