table, th, td{
    border: solid black 2px;
}
table{
    width: 60%;
    /*background-color: red;*/
}
td,th{
    /*background-color: whitesmoke;*/
}
#deeptable{
    border-spacing: 6pt;
}
#table1{
    border-collapse: collapse;
}
#table4{
    padding: 2em;
}
#table4 td{
    padding: 2em;
}
#table5{
    border-collapse: collapse;
    caption-side: bottom;
}
#table5>thead, #table5>tfoot{
    background-color: lightgoldenrodyellow;
}
#table5{
    border-bottom: goldenrod 6px solid;
}
#table5 caption{
    font-size: 150%;
    font-weight: bold;
    border-bottom:goldenrod 3px solid ;
}
/*#table5>tbody>tr:nth-child(odd){*/
/*    background-color: lightblue;*/
/*}*/
#table5>tbody>tr:hover{
    background-color: yellow;
}
#colstyle>col:nth-child(odd){
    background-color: pink;
}
