/* ---------------------------Tables---------------------------------- */

table.steps {
    margin-top: 1em;
    border-bottom: 4px solid silver;
    margin-bottom: 2em;
    font-size: .9em;
    line-height: 1.6em;
}

table.steps thead tr {
    border-bottom: 1px solid gray;
    padding-bottom: 1em;
    font-weight: bold;
}

table.steps tr {
    margin-bottom: 2em;
}

table.steps td {
    padding-right: 1em;
}

table.steps_no_end {
    margin-top: 1em;
    margin-bottom: 2em;
    font-size: .9em;
    line-height: 1.6em;
}

table.steps_no_end thead tr {
    border-bottom: 1px solid gray;
    padding-bottom: 1em;
    font-weight: bold;
}

table.steps_no_end tr {
    margin-bottom: 2em;
}

table.steps_no_end td {
    padding-right: 1em;
    vertical-align: top;
}