body {
    font-family: monospace;
    color: #eee;
    background: #222;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .4);
}

fieldset {
    border-radius: 4px;
    border: 1px solid #666;
}

fieldset legend {
    color: #999;
}

section {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 8px;
    margin: 4px;
    border-radius: 4px;
    background: rgba(0, 0, 0, .2);
    white-space: pre;
    vertical-align: top;
}

section img {
    width: 68px;
    height: 68px;
    float: left;
    border-radius: 3px;
}

section p {
    padding: 0;
    margin: 0 0 0 76px;
}

section small {
    color: #777;
}

section .progress {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
}

section .progress div {
    width: 0;
    height: 2px;
    background: rgba(0, 255, 0, .2);
    transition: width 1.28s;
}