        #ge-qa-form {
            max-width: 1024px;
            margin: 20px 0;
        }
        #ge-qa-form input[type="text"] {
            color: #0f1f3d;
						 font-weight: 400;
						 line-height: 1.2;
            width: 80%;
            padding: 10px;
            border: 1px solid #3366cc;
            border-radius: 5px;
						background-color: #f9f9f9;
        }
        #ge-qa-form input[type="submit"] {
            width: 20%;
            padding: 10px;
            background-color: #0073aa;
            color: #fff;
						font-weight: 600;
						font-size: 1.0em;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }
        #ge-response {
            color: #0f1f3d;
						 font-weight: 400;
						 line-height: 1.6;
						 margin-top: 20px;
            padding: 15px;
            border: 1px solid #3366cc;
            background-color: #f9f9f9;
            border-radius: 5px;
            font-family: sans-serif;
            
        }

