div.dt-buttons {
    float: right;
    margin-bottom: 10px;
}

.ui-header .ui-title, .ui-footer .ui-title {
    font-size: 1em;
    min-height: 1.1em;
    text-align: center;
    display: block;
    margin: 0 20%;
    padding: .7em 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    outline: 0 !important;
}

.btn-primary {
    margin-top: 5px;
}

table.dataTable tbody tr.selected {
    color: black !important;
    background-color: #eeeeee !important;
}