body {
      margin: 0;
      padding:0;
      border: none;
    }
    #forPuzzle {
      border:none;
      left:0px;
      top:0px;
    }
    #divmenu {
      position: absolute;
      top: 105px;
      left: 11px;
      width: 0px;
      height: 0px;
      cursor: default;
      z-index: 50001;
      border-radius: 5px;
    }
    #divmenu.open {
      width:120px;
      height:100px;
      background-color:rgba(255,255,180,0.7);
      z-index:50001;
    }

    #divmenu .title {
    	font-family: Verdana, "Bitstream Vera Sans", "Lucida Sans", sans-serif;
      font-weight:bold;
      font-size:15px;
      position:absolute;
      top:0px;
      left:30px;
      color:blue;
      background-color:rgba(255,255,180,0.7);
      padding:5px;
      border-radius:5px;
    }

    #divmenu .line {
    	font-family: Verdana, "Bitstream Vera Sans", "Lucida Sans", sans-serif;
      font-weight:bold;
      font-size:15px;
      text-align:center;
      position:absolute;
      width:100px;
      left:5px;
      color:blue;
      padding:5px;
      display:none;
      border-radius:5px;
    }

    #divmenu.open .line {
      display:block;
    }
    #divmenu.open .line:hover {
      background-color: rgba(255,230,90,1);
      cursor:pointer;
    }
    #menus-button{
      border-top: solid 2px #ee7038;
    }
    .rcss-disco-btn{
      margin-left:5px;
    }
    .original-img{
      width: 270px;
      margin-top: 4px;
      margin-left: 11px;
      border: 1px solid #000;
     /* padding: 38px 5px 5px 5px;*/
      -webkit-box-shadow: 0px 3px 5px 4px rgba(0,0,0,0.23);
      -moz-box-shadow: 0px 3px 5px 4px rgba(0,0,0,0.23);
      box-shadow: 0px 3px 5px 4px rgba(0,0,0,0.23);
    }
     .rcss-disco-btn {
        margin-left: 5px;
        background: #ee7038;
        border: none;
        padding: 4px 13px;
        border-radius: 4px;
        font-weight: bold;
        font-size: 11px;
        color: #000;
    }

@media screen and (max-width: 767px) {
   #divmenu {
        position: absolute;
        top: 207px;
        left: 165px;
        width: 0px;
        bottom: 0px;
        height: 0px;
        cursor: default;
        z-index: 50001;
        border-radius: 5px;
        /* transform: translateX(-53px); */
        transform: translate(-50%, -50%);
    }
 
  .original-img {
      width: 160px;
      margin-top: 4px;
      margin-left: 6px;
      position: absolute;
      right: 99px; 
     /* padding: 5px 5px 35px 5px;*/
      border: 1px solid #000;
      -webkit-box-shadow: 0px 3px 5px 4px rgba(0,0,0,0.23);
      -moz-box-shadow: 0px 3px 5px 4px rgba(0,0,0,0.23);
      box-shadow: 0px 3px 5px 4px rgba(0,0,0,0.23);
  }
}