.jquery-ui-draggable-snap {
    width: 110px;
    height: 110px;
    padding: 0;
    margin: 5px;
    border-style: dashed;
    border-radius: 10px;
    text-align: center;
    position:relative;
}
.draggable{
margin: 10px;
}

.bar {
	width:100%;
	height:8px;
	background-color:#EFEFEF;
    position:absolute;
    bottom:-10px;
}

#jquery-ui-draggable {
    width: 80px;
    height: 80px;
    padding: 10px;
    margin: 0;
    border-radius: 10px;
    cursor: move;
}

.wrapper{
width:50%;
display:flex;
 flex-direction: row;
 flex-wrap: wrap;
justify-content: left;
}

.content {
  padding: 1% 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;

}

.content > *{
  min-width: 8%;
  background: #fff;
  font-size: 64px;
  text-align: center;
}
.content,
.content > *{

}


#jquery-ui-draggable img{
    width:100%;
}

.dropbox{
    width:100%;
    
}

.droppable{
	border-color: #00FFFF;
	border-style: solid!important;
	border: 0.3rem  #00FFFF;
}

.radioset{
margin-top:50px;
width:100%;
}