	      #infobox {
        max-width: 300px;
        max-height: 150px;
        min-width: 100px;
        min-height: 50px;
        background: rgb(255, 255, 255,0.9);
        color: #000;
        border-radius: 3px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
      }

      #infobox > iframe {
        border: none;
        width:100%;
      }

      .title {
        font-size: 1.5em;
        text-align: center;
        padding: 5px;
      }

      .text {
        padding: 0 20px 20px 20px;
      }
