#commandlist .command {
    text-align: left;
}

#commandlist .parameters {
    text-align: left;
}

#commandlist .function {
    text-align: left;
}

#commandlist .workson {
    text-align: center;
    min-width: 70px;
}

#dlcbypass {
    background: -moz-linear-gradient(left,  rgba(30,87,153,0) 0%, rgba(41,137,216,1) 10%, rgba(42,37,196,1) 50%, rgba(32,124,202,1) 90%, rgba(125,185,232,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(30,87,153,0)), color-stop(10%,rgba(41,137,216,1)), color-stop(50%,rgba(42,37,196,1)), color-stop(90%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(30,87,153,0) 0%,rgba(41,137,216,1) 10%,rgba(42,37,196,1) 50%,rgba(32,124,202,1) 90%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(30,87,153,0) 0%,rgba(41,137,216,1) 10%,rgba(42,37,196,1) 50%,rgba(32,124,202,1) 90%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(30,87,153,0) 0%,rgba(41,137,216,1) 10%,rgba(42,37,196,1) 50%,rgba(32,124,202,1) 90%,rgba(125,185,232,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(30,87,153,0) 0%,rgba(41,137,216,1) 10%,rgba(42,37,196,1) 50%,rgba(32,124,202,1) 90%,rgba(125,185,232,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
    color:white;
    border-radius: 3px;
    padding: 5px 10% 10px 10%;
}

#dlcbypass > p {
    color:white;
}