ul.appointments {
    margin: 10px 0 0 0;
    padding: 0;
    list-style-type: none; 
}

ul.appointments li {
    border-bottom: 1px solid #d9d9d9;
    padding: 8px 0;
    font-size: 11px;
    color: #595959;
    cursor: pointer; 
}

ul.appointments li i {
    margin-right: 8px;
    font-size: 12px; 
}

ul.appointments li:hover {
    color: #d66061; 
}

ul.appointments li:first-child {
    text-decoration: line-through; 
}

ul.appointments li .line-through {
    color: #d66061; 
}
