table.variables-table {
    margin-left: 1rem;
    margin-right: 1rem;
}

table.variables-table td:first-child {
    font-weight: bold;
    color: #b2e1e5;
    font-family: monospace;
}

.btn {
    text-decoration: none
}


.workflow-svg {
    padding: .5rem;
    background-color: rgba(255, 255, 255, .8);
}

