            html, body {
              width: 100%;
              height: 100%;
              overflow: hidden;
              margin: 0;
              padding: 0;
                font-family: sans-serif;
            }

            #photosphere {
              width: 100%;
              height: 100%;
            }
#photosphereD {
              width: 100%;
              height: 100%;
            }

            .psv-button.custom-button {
              font-size: 22px;
              line-height: 20px;
            }
            .button {
                  background-color: #4CAF50; /* Green */
                  border: 1px solid white;
                padding: 15px 32px;
                  color: white;
                  text-align: center;
                    vertical-align: middle;
                  text-decoration: none;
                  display: inline-block;
                  font-size: 16px;
                }
            .button2 {
                  background-color: darkblue; /* Green */
                  border: 1px solid white;
                  color: white;
                padding: 15px 32px;
                  text-align: center;
                  text-decoration: none;
                  display: inline-block;
                  font-size: 16px;
                }
            
            input[type=text] {
              color: black;
              padding: 12px 20px;
              margin: 8px 8px;
            }

 .txtarea {
                -moz-box-sizing:border-box;
                -webkit-box-sizing:border-box;
                box-sizing:border-box;
                display:block;/*reset from inline*/
                width:100%;
                margin:0;/*remove defaults*/
                padding:4px;
                background:#EEF;
                border:1px solid #333;
                overflow-y:auto;/*resets IE*/
                overflow-x:hidden;/*resets IE*/
            }
            * html .txtarea {margin-left:-5px}/*ie6 cheap fix*/
            *+html .txtarea {margin-left:-5px}/*ie7 cheap fix*/
            