.sticky {
  position: fixed;
  top: 0;
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  padding: 5px 10px;
  display: flex;
  align-items: center;
}

.checkboxes {
  display: flex;
  flex-wrap: wrap;
}
.checkboxes .badge {
  font-weight: normal;
  margin-bottom:.2em;
}

.item-img {
  max-height: 400px;
}

.header-item {
  flex: 1;
}

.header-item.attributes {
  display: flex;
  justify-content: flex-end;
}

.badge-cofc {
  width: 35px;
  height: 35px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  background: #58a0d1;
  color: white;
  font-size: 1.2em;
  font-weight: normal;
}

.badge-cofc.long {
  width: auto;
  font-size: 1em;
  padding: 3px 10px;
  margin: 5px;
}

.badge-cofc .fa-exclamation-triangle,
.item-list .fa-exclamation-triangle {
  color: white;
}

td .attributes {
  display: flex;
  align-items: center;
}

#address-website-wrap {
  width: 50%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #address-website-wrap {
    width: 100%;
  }
}


/* DataTables Styling */

/* Move filter to center */
#items-table_filter {
  width:100%;
  text-align:center;
}

/* show bottom table border line */
table.dataTable {
  border-collapse: collapse !important;
}