table
{
    font-size: 12px;
}

table thead
{
    background-color:#eee;
}

footer
{
    font-size: 12px;
    margin: 20px 0;
}

.task-header
{
    margin-top: 25px;
}

.task-title
{
    font-size:16px;
    font-weight: 500;
    color:#666;
}

pre{
    padding: 10px;
        background: #2b2b2b;
}

