///////////////////testDD1

* {
  box-sizing: border-box;
}

.bounds{
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px;
  width: calc(100% - 20px) ;
  height: calc(100% - 20px);
}

main {  
  height: 390px;
  padding: 10px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  -webkit-user-select: none;  
  -moz-user-select: none;     
  -ms-user-select: none;      
  user-select: none;  
}

.zone {
  position: relative;
  background-color: #fafafa;
  width: 100%;
  height: 390px;
  min-width: 250px;
   
  border: 1px solid #aaa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
}
zone1 {
  position: relative;
  background-color: #fafafa;
  width: 50%;
  height: 390px;
   
  border: 1px solid #aaa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
}
.agiust {
  position: relative;
  background-color: #fafafa;
  width: 100%;
  height: 390px;
  min-width: 250px;
   
  border: 1px solid #aaa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
}

.tile {
  text-align: center;
  font-size: 150%;
  position: absolute;
  padding-top: 18px;
  width: 99%;
  height: 75px;
  top: 0;
  left: 1px;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  background-color: #c5c5c5;
}

h3 {
  color: #555;  
  position: relative;
  z-index: 9999999;
  pointer-events: none;
  text-shadow: 
     1px  1px 0px #fafafa, 
    -1px -1px 0px #fafafa, 
     1px -1px 0px #fafafa, 
    -1px  1px 0px #fafafa;
}


///////////////////testDD2


h1 {
  margin: 5px 0;
}
h3 {
  margin:0;
  font-size:16px;
}
.box {
text-align: center;
  font-size: 150%;
  position: absolute;
  padding-top: 18px;
  width: 99%;
  min-width: 200px;
  height: 75px;
  top: 0;
  left: 1px;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  background-color: #c5c5c5;
}

.dragger1{
  top:0px;
  left:0px;
}
.dragger2{
  top:0px;
  left:0px;
}

.target {
  text-align: center;
  font-size: 150%;
  position: absolute;
  padding-top: 18px;
  width: 99%;
  height: 75px;
  top: 0;
  left: 1px;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  background-color: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#target1{
  top:85px;
  left:0px;
}



#target2{
  top:170px;
  left:0px;
}


#target3{
  top:255px;
  left:0px;
}
.submit {
  
  margin-top: 190px;
  left:0px;
}

.showOver{
  background-color: ghostwhite;
}


#demo {
  width:100%;
  height:400px;
  background-color:white;
  position:relative;
}

