.lx-table-pagination {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    box-sizing: border-box;
    font-size: 12px;
    color: rgba(0,0,0,.54);
    /*border-top: 1px rgba(0,0,0,.12) solid;*/
}

.lx-table-pagination>* {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 56px;
}

.md-select.md-table-select {
    margin: 0;
}

.lx-table-pagination .md-select {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-width: 40px;
}
.md-select:focus {
    outline: 0;
}
.md-select {
    background-color: #eceff1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 8px 26px;
}