table.dataTable tr.even:hover,
table.dataTable tr.odd:hover,
table.dataTable tr:hover span {
  cursor: pointer;
  background: #56207c !important;
  color: #ffffff;
}

table.dataTable tr.odd {
  background-color: #fce8fc;
}

table.dataTable tr.even {
  background-color: #ffffff !important;
}


#DT-Questions_length {
  position: absolute;
  right: 0px;
  top: 10px;
}

#DT-Questions_filter {
  position: absolute;
  right: -300px;
  top: 10px;
}

.ad-filmstrip {
  margin-top: 40px;
}

div.toggle-filters {
  margin-top: 10px;
}

div.toggle-filters button{
  margin-bottom: 10px;
}

div.toggle-filters a.anchor_button {
  margin: 0 10px 10px 0;
}

div.toggle-filters button.ui-state-focus, div.toggle-filters a.ui-state-focus {
  background: #8A5B9A;
  color: #ffffff;
  border-color: #4d0866;
}

div.q-table {
  display: table;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

div.q-table a {
  display: block;
  padding: 10px;
}

div.q-table a:hover {
  cursor: pointer;
  background: #56207c !important;
  color: #ffffff;
}

div.q-table a:nth-child(odd) {
  background-color: #fce8fc;
}

div.q-cell {
  display: table-cell;
}

div.q-date {
  width: 100px;
}

/* PAGINATION */
a.page {
  display: inline-block;
  text-align: center;
  border: 1px solid #aaa;
  font-size: 14px;
  line-height: 24px;
  min-width: 24px;
  margin: 10px 5px 0 0;
}

a.page:hover {
  background: #56207c !important;
  color: #ffffff;
}

a.page-current {
  border: 1px solid #56207c !important;
  background: #56207c !important;
  color: #ffffff;
  white-space: nowrap;
}