
    .color_setting_table {
    }

        .color_setting_table div {
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .color_setting_table div > div {
                width: 16px;
                height: 16px;
                border: solid 1px #000000;
                margin-right: 1px;
            }

        .color_setting_table input {
            width: 64px;
        }

    input {
        width: 64px;
    }

    textarea {
        width: 100px;
        height: 100px;
    }
    
.chart_viewer_button{
	height:60px;
	width:120px;
}

th{
	white-space:nowrap;
}

.chart_viewer_info_table{

}

.chart_viewer_info_table td:nth-child(1)::after{
	content:"・";
}
.chart_viewer_info_table td:nth-child(3)::after{
	content:"：";
}
