.dataTables_wrapper label {
    display: inline-block;
    font-size: 23px;
}

.dataTables {
	overflow-x:hidden;

}

.dataTables_wrapper label {
    /*display: inline-block;*/
    text-align: right;
    font-size: 13px;

}

.dataTables_length label {
    font-weight: 400;
}

.dataTables_filter {
	display: none;
    text-align: right;
}

.dataTables_wrapper .dataTables_wrapper select {
    margin-bottom: 0!important;
    /*margin: 0 4px;*/
    margin-right: 100px;
}
.dataTables_filter input[type=text], .dataTables_filter input[type=search] {
    width: 25px;
    height: 18px;
    background-color: red;
    /*line-height: 18px;*/
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 4px 6px;
    display: none;
}

.dataTables_wrapper .row:first-child+.dataTable {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

table.dataTable {
    
    clear: both;
    max-width: none!important;
}

.dataTable {
    margin-bottom: 0;
}

th {
	background-color:#d2bbb7;
	height: 20px;
    color:#000;
    font-weight: normal !important;
}

th, td, .table-bordered {
    border-radius: 0!important;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered p{
    color: #333;
}

table {
    width: 100%;
    background-color: transparent;
}

.dataTables_info {
    font-size: 14px;
    margin-top:15px; 
}

.dataTables_paginate {
    text-align: right;
}
