/* .panel{
    width: 200px;
    height: 200px;
  }

  .resizable{ 
    overflow: hidden;
    resize: both
  }  

  .draggable{
    position: absolute;
    z-index: 100
  } */

/* 
  #florida-calculator{
    border : 1px solid black;
    /* padding: 10px;
    /* width :100px;
    height:100px; */ */
  } */


  .iframe-container{
    position: relative;
    border: 1px solid black;
    width: 200px !important;
    height: 400px !important;
}

.iframe-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}
