.cwb-table-wrapper {
  .table {
    margin-bottom: 0px;
  }

  width: 100%;
  margin: 0px auto 0px auto;
  max-width: 1680px;
  table {
    width: 100%;
    border: none;
    box-shadow: 0 2px 4px 0 rgba(227, 227, 227, 0.5);
  }
  tr {
    border: 0px;
  }

  tr:hover .cwb-table-hover-col,
  tr:hover .cwb-table-hover-col span {
    color: #00aaff;
  }

  th,
  tfoot td {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    user-select: none;

    [data-cwb-table-sort] {
      display: inline;
      position: relative;
      cursor: pointer;
    }
  }
  thead {
    height: 46px;
    border-radius: 2px 2px 0 0;
    background-color: #f8f8f8;
    box-shadow: inset 0 -1px 0 0 rgba(110, 119, 128, 0.5),
      inset 0 1px 0 0 #f5f5f5;
  }

  tfoot tr {
    height: 36px;
  }
}

.cwb-table-empty-placeholder {
  width: 100%;
  padding: 20px;
  text-align: center;
  font-size: 13px;
}
