.pager li, .pagination>li {
    display: inline;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 4px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    /*color: #5d9cec;*/
    /*background-color: #fff;*/
    border: 1px solid #ddd;
    /*margin-left: -1px;*/
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: none;
}

li.paginate_button a {
    color: #73AD21;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #73AD21;
    border-color: #73AD21;
    cursor: default;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #1b72e2;
    background-color: #eee;
    border-color: #ddd;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.1em .1em;
    }

table.dataTable.no-footer {
    border-bottom: none;
}

div#sortableExp_length select {
    width: auto;

}
div#sortableExp2_length select {
    width: auto;
}

div#sortableExp_length {
    padding-left: 50px;
    padding-top: 10px;
}

div#sortableExp2_length {
    padding-left: 50px;
    padding-top: 10px;
}