.wrap {
width: 100%;
overflow:auo;
}

.fleft {
    float:left; 

    width: 70%;
//background:blue;
//    height: 400px;

}

.fright {
float: right;
   // background:pink;
   // height: 400px;
    width: 30%;
}

.bottom {
	clear: both;

	}
	

/************ Added to make the site work on Windows Touch *************/

.ui-draggable { -ms-touch-action: none; }

/************ End ***********/

.ui-widget-content { width: 80px; height: 80px; float: left;  
font-size: 40px;  padding: 0.1em;color: #ff3456;text-align: center;
    vertical-align: middle;
line-height: 10px;       /* the same as your div height */
}

.ui-widget-content1 { width: 60px; height: 60px; float: left;  
font-size: 40px;  padding: 0.1em;color: #ff3456;text-align: center;
    vertical-align: middle;
line-height: 10px;       /* the same as your div height */
}

/*
#draggable1 {background-color: #dfedf2; }
#draggable2 {background-color: #dfedf2; }
#draggable3 {background-color: #dfedf2; }
#draggable4 {background-color: #dfedf2; }
#draggable5 {background-color: #dfedf2; }
#draggable6 {background-color: #dfedf2; }
#draggable7 {background-color: #dfedf2; }
#draggable8 {background-color: #dfedf2; }
#draggable9 {background-color: #dfedf2; }
#draggable0 {background-color: #dfedf2; }
*/
