/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#winterlist-preview .dashicons {
  cursor: pointer;
}

#winterlist-preview td,
#winterlist-preview th {
  text-overflow: ellipsis !important;
  overflow: hidden;
}

table#winterlist-preview {
  table-layout: fixed !important;
  border-collapse: unset !important;
}

div#winterlist-container {
  margin: 25px;
  box-sizing: border-box !important;
}

.foo200 img {
  max-height: 57px;
}

.nf-views-table tr td {
  padding: 4px;
}

.nf-views-table th,
.nf-views-table td {
  text-align: center;
}

.nf-views-table {
  width: 100%;
  table-layout: auto;
}

#winterlist-preview th {
  padding: 0 !important;
}

table#winterlist-preview {
  table-layout: fixed !important;
  border-collapse: inherit;
}

td.mobLabel.col1 {
  text-align: center;
}

.bojang {
  white-space: break-spaces !important;
  text-align: left !important;
  position: absolute;
  background: white;
  box-shadow: -1px 2px 5px;
  cursor: pointer;
}

td.mobLabel.col10 {
  cursor: pointer;
}

@media only screen and (max-width: 760px),
  (min-device-width: 768px) and (max-device-width: 1024px) {
  .mobLabel::before {
    content: attr(data-lab);
    font-weight: bold;
  }

  #winterlist-preview th {
    display: none;
  }

  #winterlist-preview tr {
    display: block;
  }

  .mobLabel {
    display: flex;
    justify-content: space-between;
    border: none !important;
  }

  .mobLabel div {
    max-width: 50%;
  }

  .nf-views-table thead {
    display: none;
  }

  .nf-views-table tr:first-child {
    display: none;
  }

  .nf-views-table tr {
    margin-bottom: 8px;
    display: block;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #eee;
  }
}
