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

ul {
  list-style-type: none;
}


body {
}

.controls {
    margin-bottom: 20px;
}

/*/
/* gridster
/*/
.red {
 background-color:red;
}
.gridster ul {
    background-color: white;
}

.gridster li {
    font-size: 1em;
    font-weight: bold;
    text-align: left;
    line-height: 100%;
    overflow: hidden;
    padding:1px;
    margin:2px;
    box-shadow: 3px 3px 6px 0px #888888;
}

.gridster {
    margin: 0 auto;

    opacity: .8;

    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    -ms-transition: opacity .6s;
    transition: opacity .6s;
}

.gridster .gs-w {
    background: #DDD;
    cursor: pointer;
}

.gridster .player {
    background: #BBB;
}

.gridster .preview-holder {
    border: none!important;
    background: red!important;
}

