.cont {
  max-width: 980px;
  margin: 20px auto;
}
h2.qmod-heading {
  display: none;
}
.qmod-heading {
  padding: 8px 20px;
  margin-bottom: 15px;
}
.qmod-mostactiveoptions table.dataTable tbody td {
  padding: 10px 0px;
}
.qmod-mostactiveoptions
  table.qmod-table.dataTable.dtr-column
  > thead
  > tr
  > th {
  padding: 10px 12px 10px 4px;
}
.qmod-mostactiveoptions table.dataTable thead th.sorting:after,
.qmod-mostactiveoptions table.dataTable thead th.sorting_asc:after,
.qmod-mostactiveoptions table.dataTable thead th.sorting_desc:after {
  top: 11px;
}
.qmod-mostactiveoptions table.dataTable thead th.sorting_asc:after {
  top: 14px;
}
.qmod-mostactiveoptions table.dataTable thead th.sorting_desc:after {
  top: 14px;
}
.qmod-mostactiveoptions .dt-buttons .dt-button {
  border-radius: 4px;
  padding: 0px 15px;
}
.qmod-mostactiveoptions .dt-buttons .buttons-csv {
  background-color: #ddd;
  color: #111;
  font-size: 14px;
}
.qmod-mostactiveoptions .dt-buttons .buttons-csv:hover {
  background-color: #eee;
  color: #111;
}
.qmod-mostactiveoptions table.qmod-table.dataTable th:focus,
.qmod-mostactiveoptions table.qmod-table.dataTable td:focus {
  border: 0;
}
