
.table {
    table-layout: fixed;
    word-wrap: break-word;
}
.canvas {
    width: 100;
    height: 100;
    margin-top:15px;
    margin-bottom:15px;
}

.counter{
  padding:8px;
  color:#ccc;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
  bottom: .1em;
}
