﻿		.contenuto {
			display: none;
			position: absolute;
            color: white;
			top: 0px;
			left: 0px;
			width: 100%;
            min-height: 105vh;
			height: auto;
			padding: 16px;
			background-color: #000000cc;
			z-index:1002;
			overflow: auto;
            text-align: center;
            font-size: 18px;
		}

        .domanda {
           bottom: 200px;
           right: 0px;
           position: absolute;
           padding: 15px;
           z-index: 1200;
        }

            .chiudi {
           top: 0px;
           right: 0px;
           position: absolute;
           z-index: 1003;
           padding: 15px;
        }