table {
	text-align: center; 
	font-size:130%;
}

th {
	padding: 10px;
}

table td:nth-child(1){
	width: 350px;
	font-size: 25px;
    text-align: center;
}

table td:first-child{
	width: 15px;
}

.percent {
    display: inline-block;
    line-height: 70px;
    z-index: 2;
}

.chart {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
 /*   height: 110px;  */
    text-align: center;
    margin-top: 20px;
}

.chart > canvas{
	margin-top: -100px;
}

 #example_length{
        display: none; 
    }