.workflow ul,
.workflow ol {
    list-style: sqaure;
}

#content table.workflow.tight {
    border: none;
}
#content table.workflow.tight ul,
#content table.workflow.tight ol {
    list-style-type: square;
}
#content table.workflow.tight tr td {
    padding: 2px;
    margin: 1px;
}
#content table.workflow.tight.phase1 div div {
    background-image: url('/wp-content/uploads/2016/09/orange_down_arrow.png');
}

#content table.workflow.tight.phase2 div div {
    background-image: url('/wp-content/uploads/2016/09/palegreen_down_arrow.png');
}

#content table.workflow.tight div div {
    text-align: center;
    font-size: 9pt;
    background-image: url('/wp-content/uploads/2016/09/orange_down_arrow.png');
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: center bottom;
    padding-top: 10px;
    padding-bottom: 20px;
}

#content table.workflow.tight tr:first-child td:first-child {
    color: white;
    font-weight: bold;
    font-size: 12pt;
    border: none;
    text-align: center;
    padding: 8px;
}
#content table.workflow.tight.phase1 tr:first-child td:first-child {
    background-color: darkorange;
}
#content table.workflow.tight.phase2 tr:first-child td:first-child {
    background-color: #4d6253;
}
#content table.workflow.tight div.container {
    /*margin: 0px;*/
}
#content table.workflow.tight.phase1 div.container {
    border: 1px solid orange;
}
#content table.workflow.tight.phase2 div.container {
    border: 1px solid green;
}

#content table.workflow.tight div div:first-child {
    color: white;
    font-weight: bold;
    background-image: none;
    height: 32px;
}

#content table.workflow.tight.phase1 div div:first-child {
    background-color: orange;
}

#content table.workflow.tight.phase2 div div:first-child {
    background-color: green;
}

/*#content table.workflow.tight div div:nth-child(2),*/
#content table.workflow.tight div div:first-child {
    padding-top: 4px;
    background-image: none;
}

#content table.workflow.tight div div:last-of-type {
    background-image: none;
    padding-bottom: 0;
}