
@media only screen and (max-width: 530px) {
    .ui-buttonset, .edit_table_header .ui-buttonhead, .edit_table_header .ui-buttonhead {
        display: block;
        /*margin-top: 24px;*/
        float: none;
        text-align: right;
        margin-bottom: 0px;
    }

    .edit_table_header span
    {
        min-height: 1.4em !important;
        height: auto !important;
    }
}