/*tableclass01*/
.tableclass01 tr th{
    font-size: 120%;
    background-color: hsla(309, 36%, 78%, 0.5);
    font-weight: 500;
}
.tableclass01 tr th:nth-child(odd){
    text-align: center;
}
.tableclass01 tr:nth-child(odd){
    background-color: hsla(309, 36%, 90%, 0.5);
}
.tableclass01 tr td{
    font-size: 120%;
    color: hsl(0,0,30%);
}
/*tableclass02*/
.tableclass02{
    border-right:1px solid #ddd;
}
.tableclass02 tbody tr th{
    font-size: 120%;
    background-color: hsla(309, 36%, 78%, 0.5);
    font-weight: 500;
    border-top:1px solid #fff;
    color: #000;
}
.tableclass02 tr th:nth-child(odd){
    text-align: center;
}
.tableclass02 tr th:last-child{
    border-bottom-color: #ddd;
}
.tableclass02 tr td{
    font-size: 120%;
    color: hsl(0,0,30%);
}
.tableclass02 tr td ol{
    padding-left: 15px;
}
