/**
 * @file
 * Styles for nodeorder module.
 */

a.nodeorder-order-link {
  padding-left: 1em;
}
#nodeorder tbody td {
  font-size: 0;
}
#nodeorder .tabledrag-handle {
  font-size: 14px;
}
#nodeorder .count {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  width: 8%;
  margin: 0;
  vertical-align: top;
}
#nodeorder .no-title {
  display: inline-block;
  font-size: 14px;
  width: 50%;
  vertical-align: top;
  margin: 0 1% 0 0;
}
#nodeorder .no-thumb {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  width: 20%;
  vertical-align: top;
  margin: 0 2% 0 0;
}
#nodeorder .no-thumb img {
  max-width: 100%;
}
#nodeorder .edit-link {
  display: inline-block;
  text-align: right;
  font-size: 14px;
  width: 10%;
  margin: 0;
  vertical-align: top;
}
#nodeorder .edit-link a {
  color: blue;
  font-size: 14px;
}


#nodeorder .item-wrapper {
  display: inline-block;
  position: relative;
  float: left;
}

#nodeorder .item-wrapper > div {
  margin-right: 1em;
    position: relative;
  float: left;
  display: inline-block;
}
