/* css for Chinese */
/* Override core.css to set Microsoft JhengHei to black color in labels */
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: black;
}