@media print {
	.hidden-print {
		display: none;
	}

	#my-new-page {
		page-break-before: always;
		margin-top: 50px;
	}
	/* avoid overlapping charts when printing from large browser window */
	.aChart {
		padding: 10px;
	}
}

.container-fluid {
	margin-left: 20px;
}

canvas {
	margin-left: -20%;
}

p {line-height: 190%;}
h2 {line-height: 100%;}
h3 {line-height: 170%;}


h1 {font-size:1rem;} /*1rem = 16px*/
h2 {font-size:0.8rem;}
h3 {font-size:0.6rem;}
p {font-size:0.5rem;}
.responder-text {font-size:0.6rem;}
.info-text {font-size:0.3rem;}

.response-img { 
	width: 20vw;
	display: block;
	margin: auto;
}

.topics-img {
	width: 10vw;
	display: block;
	margin: auto;
}

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {  
	h1 {font-size:1.5rem;} /*1rem = 16px*/
	h2 {font-size:1,2rem;}
	h3 {font-size:0.9rem;}
	p {font-size:0.75rem;}
	.responder-text {font-size:0.9rem;}
	.info-text {font-size:0.55rem;}
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
	h1 {font-size:2rem;} /*1rem = 16px*/
	h2 {font-size:1.6rem;}
	h3 {font-size:1.2rem;}
	p {font-size:1.0rem;}
	.responder-text {font-size:1.2rem;}
	.info-text {font-size:0.8rem;}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	h1 {font-size:2.5rem;} /*1rem = 16px*/
	h2 {font-size:2.0rem;}
	h3 {font-size:1.5rem;}
	p {font-size:1.25rem;}
	.responder-text {font-size:1.5rem;}
	.info-text {font-size:1.0rem;}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
	h1 {font-size:3rem;} /*1rem = 16px*/    
	h2 {font-size:2.3rem;}
	h3 {font-size:1.8rem;}
	p {font-size:1.5rem;}
	.responder-text {font-size:1.8rem;}
	.info-text {font-size:1.3rem;}
}

#question-image {
	margin-top: 1em;
	height: 35vh;
}

.progress {
	margin-top: 10px;
}

.progress-bar-custom {
	background-color: rgba(135, 200, 255, 1.0);
}

.clickable {
	cursor: pointer;
}

#app-name {
	font-style: italic;
	color: rgba(153, 153, 255, 1.0);
}

#speaker {
	margin-top: 50%;
	width: 120%;
	opacity: 0.6;
	cursor: pointer;
}

#point-left {
	float: right;
}

#smiley_happy, #smiley_unhappy, #smiley_as_spacer_begin, #smiley_as_spacer_end {
	flex: 0 0 auto;
	object-fit: scale-down;
	opacity: 0.6;
	width: 8vh;
	height: auto;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	margin: 1vw;
}

#smiley_happy, #smiley_unhappy {
	cursor: pointer;
}

#smiley_as_spacer_begin, #smiley_as_spacer_end {
	opacity: 0.0;
	width: 5vw;
	height: 5vw;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	margin: 1vw;
}

#level0, #level1, #level2, #level3, #level4, #level5 {
	width: 12vw;
	margin: 0vw 1vw 1vw 1vw;
	font-size: 2.5vh;
	line-height: 3vh;
}

#btn-level-0 {
	width: 12vw;
	height: 6vh;
	margin-top: 10vh;
	margin: 1vw;
}

#btn-level-1 {
	width: 12vw;
	height: 8.5vh;
	margin-top: 7.5vh;
	margin: 1vw;
}

#btn-level-2 {
	width: 12vw;
	height: 11vh;
	margin-top: 5vh;
	margin: 1vw;
}

#btn-level-3 {
	width: 12vw;
	height: 13.5vh;
	margin-top: 2.5vh;
	margin: 1vw;
}

#btn-level-4 {
	width: 12vw;
	height: 16vh;
	margin-top: 0vh;
	margin: 1vw;
}

#btn-rev-level-0 {
	width: 12vw;
	height: 16vh;
	margin-top: 0vh;
	margin: 1vw;
}

#btn-rev-level-1 {
	width: 12vw;
	height: 14vh;
	margin-top: 2vh;
	margin: 1vw;
}

#btn-rev-level-2 {
	width: 12vw;
	height: 12vh;
	margin-top: 4vh;
	margin: 1vw;
}

#btn-rev-level-3 {
	width: 12vw;
	height: 10vh;
	margin-top: 6vh;
	margin: 1vw;
}

#btn-rev-level-4 {
	width: 12vw;
	height: 8vh;
	margin-top: 8vh;
	margin: 1vw;
}

#btn-rev-level-5 {
	width: 12vw;
	height: 6vh;
	margin-top: 10vh;
	margin: 1vw;
}

#arrow-next {
	float: right;
	height: 11vh;
	margin-top: -25%;
	cursor: pointer;
}

#arrow-back {
	margin-top: 15%;
	height: 8.5vh;
	cursor: pointer;
}

#arrow-start {
	float: right;
	height: 11vh;
	cursor: pointer;
}

.level-text { 
	margin-top: 0%;
	font-size: 25px;
	text-align: center;
	line-height: 110%;
}

#obs-sign {
	margin-top: 10vh;
	margin-bottom: 5vh;
	height: 13vh;
	width: 13vh;
}

#file-list {
	height: 60vh;
	max-height: 60vh;
	overflow-y: scroll;
}

#file-name {
	min-height: 50px;
	outline: 0;
}

#btn-show {
	margin-top: 10px;
}

#btn-erase {
	margin-top: 10px;
	margin-left: 30px;
}

#btn-exit {
	margin-top: 10px;
	float: right;
}

.card-header {
	background-color: rgba(131, 164, 254, 0.8);
	color: white;
}

#open-saved-button {
	margin-top: 2vh;
}

#info-button {
	margin-top: 2vh;
}

#version {
	margin-top: 4vh;
	font-size: 70%;
	opacity: 0.6;
}

/* UNCOMMENT THIS TO GET VISIBLE SCROLLBAR FOR SELECTION OF RESULTS LIST: */

/* Scrollbar in Chrome and Safari */
/*::-webkit-scrollbar {
    width: 12px;
}
 */
/* Track */
/*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}*/
 
/* Handle */
/*::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0,0,0,0.2); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6); 
}*/

/*::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}*/


