.gridster *
{
	margin: 0;
	padding: 0;
}
.controls
{
	margin-bottom: 20px;
}

/*/
/* gridster
/*/

.gridster ul
{
	background: rgba(0, 0, 0, 0) url("../images/background_wheat.jpg") no-repeat scroll center top;
	/* background-color: #EFEFEF;*/
	/*width:	50% !important;*/
	margin: 0px auto;
	width: 100% !important;
}

.gridster li
{
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-radius: 5px;
    border: 2px solid #FFF;
}

.gridster li .gidster-header
{
	
	display: block;
	font-size: 18px;
	line-height: 40px;
	padding: 4px 0 6px ;
	margin-bottom: 0px;
	cursor: move;
	background-color: #193f89;
	border-color: #337ab7;
	color: #fff;
	height: 50px;
	
}
.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: #fff;
}

.gridster .player
{
	background: #BBB;
}
.gridster .preview-holder
{
	border: none!important;
	background: red!important;
}
.gridster .remove_grid
{
	margin-right: 10px;
}

.gridster .coll-list .coll-list-row>p {
    background-color: #fff;
    width: 100%;
    display: block;
    border-radius: 4px;
    padding: 10px;
    margin: 0;
    background: rgba(0, 0, 0, 0.1);
}



