.lz-dashboard {
    font-family: sans-serif;
    background: #fff;
    color: #000;
}
.lz-dashboard h2 {
    color: #00a6a6; /* turquoise */
}
.lz-projects li {
    margin-left: 20px;
}

.lz-bar {
    width: 100%;
    height: 10px;
    background: #eee;
    margin: 5px 0;
    position: relative;
}
.lz-fill {
    background: #00a6a6;
    height: 100%;
    width: 0;
}
