.column-bgcolor {
    width: 150px;
}

.wpsc-color-bar {
    width: 90%;
    height: 30px;
    display: block;
}

table.plugins .inactive .wpsc-sortable {
    padding: 10px 5px 0;
    width: 30px;
}

table.plugins .inactive .wpsc-sortable-handle {
    cursor: move;
    width: 28px;
    height: auto;
    display: block;
}

table.plugins .inactive .wpsc-sortable-handle:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: "dashicons";
    font-size: 22px;
    line-height: 22px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top;
    position: relative;
    content: "\f156";
}