#editor *,
columns>column {
  padding: 0px;
  margin: 0px;
}

#top_column img {
  bottom: 0px;
}

#bottom_column img {
  top: 0px;
}

.buttons * {
  margin: 5px;
}

#image_div {
  width: 640px;
  height: 480px;
  background-repeat: no-repeat;
/*   border: 2px solid red; */
}

#tranche_top,
#tranche_bottom,
#tranche_left,
#tranche_right {
  background-size: cover;
}

ul li {
  text-decoration: none;
  list-style: none;
}

.tm-box
{
  padding:5px;
  
}

 #dropzone-over
{
  background-color:#DDD;
  background-image: url("cloud-upload-icon.png");
  min-height: 100%;
  width:100%;
  display:none; 
  position: fixed;
  top: 0; 
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
}
  