ul.tasks {
    background-color: #1a1a1a;
    margin: 0;
    padding: 5px 0;
    list-style-type: none;
    margin-bottom: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; 
}

ul.tasks li {
    border-bottom: 1px dotted #262626;
    padding: 5px 10px;
    font-size: 11px;
    color: #8c8c8c; 
}

ul.tasks li:last-child {
    border-bottom: none; 
}

ul.tasks li .details {
    margin-bottom: 4px; 
}
