
.table-stats td,
.table-stats th {
    text-align: right;
}
.table-stats thead th:first-child,
.table-stats tbody th {
    text-align: left;
}

.table-verses tbody th {
    white-space: nowrap;
}

h2 {
    margin-top: 2rem;
}

del {
    color: black;
    text-decoration: line-through;
    color: #997E7E;
} 
ins {
    color: black;
    background-color: #80FF80;
    text-decoration: none;
}       

main {
    padding: 3rem 0;
}

footer {
    background: #333;
    color: #fff;
    padding: 3rem 0; 
}
footer a {    
    color: #fff;
    text-decoration: underline;
}
footer a:hover {    
    color: #ccf;
}