/* Start custom CSS */table td{
    padding: 5px 8px;
    border-bottom: 1px solid #ccc;
}

table th{
    padding: 5px 8px;
    border-bottom: 2px solid #999;
    text-align: left;
}

#clearLocalStorage{
    border-radius: 100px;
    padding: 6px 20px;
    margin:10px;
    background: black;
    color:white;
    cursor: pointer;
}

a{
    text-decoration: underline;
}
article ul li{
    margin: 5px 0;
}/* End custom CSS */