.title,
.info,
.smileDiv {
    display: inline;
}

.info>img {
    width: 40px;
    vertical-align: middle;
}

.voto,
.info {
    position: relative;
    /* float: right; */
    display: block;
    margin: auto;
    width: fit-content;
}

.info {
    margin-left: 10px;
    display: inline-block;
}

.popup {
    display: block;
    position: absolute;
    top: 0;
    /*left: 25%;
    width: 50%;
    height: 50%;
    padding: 16px;
	overflow: auto;
    */
    border: 16px solid orange;
    background-color: white;
    z-index: 1002;
}

.cover {
    display: block;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 1001;
    -moz-opacity: 0.8 !important;
    opacity: .80 !important;
    filter: alpha(opacity=80) !important;
}

.myDrawing {
    /* float:left; */
    width: 150px;
    height: 150px;
    margin: auto;
    display: block;
}

.addNotesButton {}

.bar {
    margin: 0px 0;
    /* height: fit-content; */
    /* overflow: auto; */
    /* flex-grow: 1; 
    position: absolute;
    bottom: 7rem;*/
}

@media only screen and (max-device-width: 800px) {
    .popup {
        width: calc(100% - 16px * 4 - 16px);
        left: 0;
    }
    .bar {
        position: relative;
        /*top: 7rem;*/
    }
    div#testContent,
    .bar {
        /*transform: rotate(180deg);         /* Moz and IE10+ */
        /*-ms-transform:rotate(180deg);     /* IE9 */
        /*-webkit-transform:rotate(180deg); /* Opera/Chrome/Safari */
    }
}

.title {
    font-size: 100%;
}

.popup.test {
    font-size: xx-large;
    height: auto;
    position: fixed;
    /*max-height: calc(100% - 16px * 6);*/
    width: 100%;
}

div#closeTestPopup {
    position: absolute;
    right: 5px;
}

@media only screen and (max-device-width: 800px) {
    .popup.test {
        height: 100%;
        width: 100%;
    }
    div#testContent {
        /* top: -25px; */
        position: relative;
        /* width: 100%; */
        /* margin-top: 10vh; */
        /* height: -webkit-fill-available; */
        /* bottom: 0px; */
        /* vertical-align: bottom; */
        /* display: table-cell; */
        vertical-align: bottom;
        /* height: 100%; */
        /* flex-grow: 1; */
    }
}

.testText {
    width: 80%;
    height: fit-content;
}

.smileDiv {
    width: 20%;
    height: fit-content;
    display: block;
    width: fit-content;
    margin: auto;
}

.question {
    margin-top: 0;
    display: block;
}

.title {
    font-size: xx-large;
    height: fit-content;
}

.question {
    font-size: x-large;
    height: fit-content;
}

button.addAction {
    width: 30%;
    left: 35%;
    position: relative;
    bottom: 0;
}

.verbalVoto {
    margin: auto;
    width: fit-content;
    margin-bottom: 0px;
}

.notesBox {
    width: fit-content;
    /* float: right; */
    /* margin-right: 20px; */
    margin: auto;
}