.datatable {
width: 30em;
}

.datatable th{
text-align: left;
padding-bottom: 1em;
font-size: 100%;
}

.datatable td {
padding-bottom: 1em;
}

.datatable caption {
top:70px;
text-align: left;
margin-bottom: 0.5em;
font-size: 150%;
color: maroon;
font-weight: bold;
}