
.fixed .column-rating, .fixed .column-visible {
    width: initial;
}

.waffle_admin_info {
    margin: 16px 0;
}

.waffledb-btn--gray,
a.waffledb-btn--gray {
  color: #fff;
  background-color: #DDD;
  padding: 8px;
  margin: 12px 0px 12px 0px;
  border-radius: 10%;
}
.waffledb-btn--gray:hover,
a.waffledb-btn--gray:hover {
  color: #fff;
  background: #777777;
}

.waffledb-btn--blue {
  color: #2271b1;
  border-color: #2271b1;
  background: #f6f7f7;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  line-height: 2.15384615;
  min-height: 30px;
  margin: 0;
  padding: 0 10px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;
}

.waffledb-btn--blue:hover,
a.waffledb-btn--blue:hover {
  color: #222;
  background: #eeeeee;
}

select.dt-input {
  padding: 4px 20px 4px 4px !important;
}

/* DataTables row striping for better readability */
table.dataTable tbody tr {
  background-color: #ffffff;
}

table.dataTable tbody tr:nth-child(even) {
  background-color: #f0f4f7;
}

table.dataTable tbody tr:hover {
  background-color: #e8f4f8;
}
