table{
    border-collapse: collapse;
    margin: 10px auto;
}

th{
    border: 0;
    background-color: burlywood;
    padding-left: 5px;
    padding-right: 5px;
    /* line-height: 40px; */
    height: 40px;
    text-align: right;
}

td {
  text-align: center;
}

td:hover{
    background-color: bisque;
}

ul{
    list-style-type: upper-alpha;
}

li{
    list-style-type: lower-roman;
}

li{
    border: 1px solid orange;
    list-style-position: inside;
    text-align: center;
}