td.del {
    width: 1px;
    white-space: nowrap;
}
th > a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0dc";
    margin-right: 5px;
    color: #ccc;
}
th > a.ordine_asc:before {
    content: "\f0de";
    color: #337ab7;
}
th > a.ordine_desc:before {
    content: "\f0dd";
    color: #337ab7;
}

.help-block {
    margin-bottom: 0;
}

.m-b-0 {
    margin-bottom: 0;
}

.page-header {
    margin-top: 0;
}

.form-horizontal .checkbox-inline input[type=checkbox],
.form-horizontal .radio-inline input[type=radio] {
    margin-top: 4px;
}