/* styles */
        html, body {
            /*
        margin: 0;
        padding: 0;
            */
        }
        #map {
        /*width: 95vw;*/
        height: 80vh;
        max-height: 656px;
        }

        #reader__scan_region img { display:inline;}
        
        #reader span {        
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        display: block;
        font-size: 48px;
      }
      #reader__dashboard_section_csr button {  
        font-size: 48px;        
      }
      #reader__dashboard_section_swaplink {
          display: none;
      }

      .gm-style-mtc div, #reader__camera_selection {
          font-size:48px !important;
      }

      #hint {
        width: 90vw;
        direction: rtl;
        font-size: 2.4em;
        padding: 20px;
        margin: auto;
        border: 1px solid silver;
        background: rgb(238, 238, 238);
        color: rgb(104, 10, 226);
      }

      .poi .head {
        float:right;
        width:100%;
        margin: 20px;
      }
      .poi .head img {
        float: right;
        width: 300px;
      }

      .poi .head .content {
        float:right;
        width:100%;
        margin: 20px;
      }

      .poi .head span {
        float:right;
        margin:70px 15px;
        font-size: 3.2em;
      }

      .poi .content span {
        float:right;
        margin:20px;
        font-size: 2.0em;
        direction: rtl;
      }

      #visited {
        /*height: 360px;*/
        overflow: scroll;
        margin: auto;
        border: 1px solid silver;
        width: 94vw;
        margin-top: 20px;
      }

      body.debug #visited {
          height: auto;
      }

      #bottom button {
        float:right;
        margin:20px;
        font-size: 2.2em;
      }