section table {
    width: 100%;   
    border: 1px solid black;
	margin:  1.0em 0;
	align-content: center;
}

caption {
    font-size: 120%;
    font-weight: bold;
    color: chocolate;
    padding: .1em 0;
}

section tr {
    align-content: center;
    font-size: 85%;
    color: black;
    font-weight: bolder;
}
 section td {    
    
    align-content: center;
    padding: 5px;
    border: 1px solid black;
    text-align: center;
    font-weight: bolder;
    font-size: 1em;
    
}

