#my_pdf_viewer {
	position: fixed;
    z-index: 10;
    margin-top: 150px;
    margin-left: -400px;
    left: 50%;
    display: none;
}


#canvas_container {
	width: 800px;
	height: 450px;
	overflow: auto;
	background: #333;
	text-align: center;
	border: solid 3px;
}

#licence {
    transform: rotate(90deg);
    position: absolute;
    left: -70px;
    bottom: 240px;
    z-index: 10;
    font-size: 10px;
}


.txt_de, .txt_it {
    display: none;
}

#language {
    width: 50px;
    overflow: hidden;
    position: relative;
}

#language #flagIcon {
    position: absolute;
    top: 8px;
    left: 26px;
}

.langSelector {
    border: 0;
    background-color: transparent;
    width: 64px;
    position: relative;
    z-index: 1;
    color: white;
    font-size: 12px;
}

.langSelector option {
    background-color: white;
    padding-right: 5px;
    color: black;
}

