.ui-button .ui-button-text { display: block; line-height: 1.1;  }
.ui-button-text-only .ui-button-text { padding: .25em .5em; }
.ui-button-icon-only { width: 1.2em; } /* to make room for the icon, a width needs to be set here */
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .1em; }

.ui-menu-item { text-align: left;}
.dataTables_processing {
    width: 220px;
    height: 85px;
    z-index: 100;
    border: 1px solid #000;
    background-color: #fefefe;
    position: absolute;
    top: 0px;
    left: 50%;


}
