/* @title Search Text Block */
/* @help Controls the block holding the search field on module index */
.block_search {
    float: right;
    white-space: nowrap;
    text-align: right;
    width: 50%;
}

/* @title Search Text Input */
/* @help Format for Text Input search element on module indexes */
.form_text_search {
    width: 50%;
}

.jrsearch_reorder_item {
    text-transform: capitalize;
}

#ff-row-display_order .form_button {
    margin-top: 4px;
}