        #divmain {
            /*display: flex;*/
            /*flex-direction: column;*/
            align-items: center;
            /*justify-content: top;*/ /*center;*/
            Xheight: 100vh;
            text-align: center;
            font-family: Arial, sans-serif;
        }
        .divanalyze {
            Xdisplay: Xflex;
            text-align: left;
            margin-top: 10px;
            margin-left: 20px;
            margin-right: 20px;
	}
        .rawdata {
            font-family: Courier;
        }
        .waiting {
            display: flex;
            justify-content: center;
            margin-top: 10px;
        }
        .waiting span {
            color: lightgray;
            font-size: 24px;
            margin: 2px;
            transition: color 0.3s;
        }
        .waiting span.active {
            color: black;
            font-weight: bold;
        }
        .error {
            color: red;
            font-weight: bold;
        }
        .loading {
            font-style: italic;
            color: blue;
        }
