
.check-item-cats-wrap {
  background: #3bd;
  -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+ */
}

.check-item-cats-title {
  background: #27a;
}

.check-item-cats-title h2 {
  color: #fff !important;
  font-weight: bold;
  text-align: right;
  padding: 0.2em 1.2em;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

ul.check-item-cats {
  overflow: hidden;
  padding: 25px;
}

ul.check-item-cats li.check-item-cat {
  display: block;
  float: left;
  width: 33.333333%;
  margin: 0;
  list-style: none;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.check-item-cat .item-checkbox {
  display: block;
  float: left;
  background: url('img/unchecked.jpg') no-repeat 50% 50%;
  width: 16px;
  height: 14px;
  margin: 5px 6px 0 2px;
}

.check-item-cat.checked .item-checkbox {
  background-image: url('img/checked.jpg');
}

.check-item {
  list-style: none;
  margin: 2em 0 0;
}

.check-item h3 {
  color: #431;
  margin: 0 !important;
}

.check-item a.website {

}

.check-item-content {
  
}

.check-item-content p {
  margin: 0 !important;
}

.check-item-meta {
  font-style: italic;
  color: #BD9D50;
}

.check-item .check-item-thumbnail img {
  float: right;
  max-width: 170px;
  margin: 0 0 5px 10px;
}

