table.report_table {
    margin-top: 5px;
    width: auto;  /* Чтоб по экрану не распидорашивало */
}

table.report_table > tbody > tr > td {
    white-space: nowrap;
    padding: 2px 4px;
}

table.report_table > thead > tr > th {
    white-space: nowrap;
    padding: 2px 4px;
}

table.report_table.dataTable thead .sorting:after,
table.report_table.dataTable thead .sorting_asc:after,
table.report_table.dataTable thead .sorting_desc:after {
    bottom: 2px;
}


.dd-item.report_column_conf > .dd-content {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
  }