body
{
	background-color: #f8f8f8;
    font-family: 'Segoe UI', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    margin: 48pt;
}

h2
{
    margin-top: 24pt;
}

.lab
{
    text-transform: uppercase;
}

.val
{
    font-weight: bold;
}

.task-list
{
}

.task
{
    background-color: white;
	box-shadow: rgba(0, 0, 0, 0.137255) 0px 2px 2px 0px, rgba(0, 0, 0, 0.117647) 0px 3px 1px -2px, rgba(0, 0, 0, 0.2) 0px 1px 5px 0px;
    margin: 12pt 0;
}

.task-section
{
    padding: 12pt;
    border-top: 1px solid #ddd;
}

.task-section:first-of-type
{
    border-top: none;
}

.disabled-task
{
    opacity: 50%;
}

.task-header
{
    font-size: 18pt;
    font-weight: bold;
    margin-bottom: 6pt;
}

.task-description
{
    font-size: 10pt;
    margin-bottom: 6pt;
    width:50%;
    background-color:rgb(230, 230, 230);
    padding:8pt;
}

.task-last-ran
{
    font-size: 9pt;
}

.task-schedule
{
    font-size: 9pt;
}


.cmds a
{
    display: inline-block;
    margin-left: 12pt;
    text-decoration: none;
}

.cmds a:first-of-type
{
    margin-left: 0;
}