.gridster * {
  margin: 0;
  padding: 0;
}

.gridster {
  margin: 0 auto;
  opacity: .8;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -ms-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.gridster ul {
  background-color: #ffffff;
  list-style-type: none;
}

.gridster li {
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  line-height: 100%;
  box-shadow: 2px 2px 5px #B9B9B9;
  padding: 10px;
}

.gridster li header {
  background: #EEE;
  display: block;
  font-size: 20px;
  line-height: normal;
  padding: 4px 0 6px;
  margin-bottom: 20px;
  cursor: move;
}

.gridster .gs-w {
  background: rgba(243, 243, 244, 0.55);
  cursor: pointer;
}

.gridster .player {
  background: #000;
}

.gridster .preview-holder {
  border: 2px dashed #808080 !important;
  background: #e0e0e0 !important;
}

/*# sourceMappingURL=jquery.gridster.theme.css.map */