table{
    border-collapse: collapse;
    font-family: 'Ubuntu', sans-serif;
    width: 270px;
    box-shadow: 8px 8px 8px #628ca6;

}

thead th{
    color: black;
    background-color: #7fb9c2;
    font-size: 18pt;
}


th, tr, td{
    border: 1px solid gray;
    border-collapse: collapse;
    text-align: center;
    padding: .3em;
    padding-top: .5em;
    color: darkslategray;
}

tr:nth-child(even) {
    background-color: #e7f0ed
}

tr:nth-child(odd) {
    background-color: #e7ffed
}

#loneranger {
    background-color: #628ca6;
    color: white;
}
tfoot td{
     background-color: #7fb9c2;
     font-size: .7em;
     height: 18px;
     color: black;
    
}

th{
    background-color: #628ca6;
    color: white;
}