table { 
	width: 950px; 
	border-collapse: collapse; 
	margin:10px 0 20px 0;
	}

th { 
	background: #3498db; 
	color: white; 
	font-weight: bold; 
	}

td, th { 
	padding: 10px; 
	border: 1px solid #ccc; 
	text-align: center; 
	font-size: 16px;
	}

.labels tr td {
	background-color: #c3c3c3;
	font-weight: bold;
	color: #000;
	text-align: left; 
}

.label tr td label {
	display: block;
}

.sche tr td {
	background-color: #ffffff;
	font-weight: bold;
	color: #000;
	font-size: 14px;
	text-align: left; 
}

.sche tr td sche {
	display: block;
}

.caution_cs {
	color: #000;
	text-align: left; 
	font-size: 12px;
        line
}

.ce_cs {
	text-align: center!important; 
}

.d-border {
    text-decoration:underline double blue
}


