.row
        {
            padding: 1px;
        }
        .draggable
        {
            position: absolute;

            background-color: #eaeaea;
			opacity:1;
			
			min-width: 300px;
			max-width: 1200px;
            width:35%;
			/*min-height: 200px;*/
            /*height:50%;*/
			left:64.5%;
            top: 112px;
			bottom:22px;
			
			padding: 5px;
            z-index: 5000;
			/*-moz-border-radius: 15px;*/
			/*border-radius: 15px;*/
			overflow-y:hidden;
			overflow-x:hidden;

        }


				
        #draggable-parent
        {
            background-color: transparent;
            width: 100vw;
			height: 100vh;
			text-align: left;
            float: left;
			z-index: 0;
        }
        .main-container
        {
            position: initial;
			top: 117px;
			width: 100%;
            z-index: 0;
        }
        .events
        {
            float: right;
            padding: 10px;
            font-family: Tahoma;
            font-size: 13px;
        }
        .label
        {
            position: relative;
			margin-left:10px;
            font-family: Verdana;
            font-size: 11px;
            color: #000;
			
        }
        #drop-target
        {
            background-color: #FBFFB5;
            width: 200px;
            height: 200px;
            border: 1px solid #ddd;
            margin-left: 190px;
            margin-top: 70px;
            z-index: 0;
        }
        #inner-drop-target
        {
            background-color: Indigo;
            width: 100px;
            height: 100px;
        }
		
		
		.row2
        {
            padding: 1px;
        }
        .draggable2
        {
            position: relative;
			border: 1px solid #bbb;
            background-color: #eaeaea;
			opacity:0.9;
            width: 150px;
            height:300px;
            left: 5vw;
            top: 20vh;
			bottom: 10vh;
            padding: 5px;
            z-index: 2;
			-moz-border-radius: 15px;
			border-radius: 15px;
			overflow-y:auto;
			overflow-x:auto;
			
        }
		
		
        #draggable-parent2
        {
            background-color: transparent;
            width: 100vw;
			height: 100vh;
			text-align: left;
            float: left;
			z-index: 0;
        }
        .main-container2
        {
            width: 100%;
            z-index: 0;
        }
        .events2
        {
            float: right;
            padding: 10px;
            font-family: Tahoma;
            font-size: 13px;
        }
        .label2
        {
            position: relative;
			margin-left:10px;
            font-family: Verdana;
            font-size: 11px;
            color: #000;
			
        }
        #drop-target2
        {
            background-color: #FBFFB5;
            width: 200px;
            height: 200px;
            border: 1px solid #ddd;
            margin-left: 190px;
            margin-top: 70px;
            z-index: 0;
        }
        #inner-drop-target2
        {
            background-color: Indigo;
            width: 100px;
            height: 100px;
        }