input[name=webp_express_converters] {
    display: none;
    width: 100%;
}

/* remove the padding on the row with the hidden "webp_express_converters" setting.
  it is the last row, we happen to know... */
.form-table tr:last-of-type > * {
  padding: 0;
}


#converters li {
    cursor: move;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    line-height: 1.4em;
    background-color: #fafafa;
    padding: 10px;
    max-width: 400px;
}
#converters li:hover {
    border-color: #999;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
#converters li.deactivated,
#converters li.deactivated a.configure-converter,
#converters li.deactivated a.test-converter {
    color: #aaa;
}
#converters li a {
    cursor: pointer;
}





#converters li > * {
    vertical-align: middle;

}
#converters li > span {
    display: inline-block;
    line-height: 1;
}
#converters li > span.text {
    font-size: 15px;
    padding-left: 10px;
    width: 165px;
}

#converters li > a.btn {
/*    border: 1px solid transparent;
    border-radius: 8px;
    */
    padding: 2px 6px;
    margin-right: 4px;
    text-decoration: none;
}

#converters li > a.btn:hover {
    text-decoration: underline;
    /*border-color: #666;
    background-color: #eee;*/
}
#converters li > a.configure-converter {


}

/*
#converters li > a.remove-converter {
    color: red;
}*/


.converter-options label {
    min-width: 80px;
    display: inline-block;
}

.converter-options .info {
    margin-bottom: 20px;
}
.converter-options button {
    margin-top: 15px;
}
