table,th,td{
    border: solid black 2px;
    border-collapse: collapse;
}
table{
    margin: 2em auto;
    width: 70%;
}
h2{
    text-align: center;
}
#rtable thead,#rtable tfoot{
    background-color: lightskyblue;
}
/*#rtable>tbody>tr>td:nth-child(3){*/
/*    text-align: right;*/
/*}*/
#rtable>tbody>tr>td:last-child{
    text-align: right;
}
/*#rtable>tbody>tr:nth-child(2n){*/
/*   background-color: lightsalmon;*/
/*}*/
#rtable>tbody>tr:nth-child(odd){
    background-color: lightsalmon;
}
#ntable{
    width: 100vw;
    height: 100vh;
}
#ntable1{
    caption-side: bottom;
}
#ntable td{
    vertical-align: top;
}
#ntable td:last-child{
    vertical-align: bottom;
}
#stable thead,#stable tfoot{
    background-color: lightcoral;
}
.highlight{
    background-color: yellow;
}
/*col.col1{*/
/*    background-color: yellow;*/
/*}*/
