html, body {
	height: 100%;
	overflow: hidden;
}
body {
	touch-action: auto;
	overflow: auto;
}
.lui-icon {
	font-size: 14px;
}
.qv-selection-toolbar {
	position: absolute !important;
}
#element_to_pop_up p {
	font-weight: bold;
	color: #555;
}
#element_to_pop_up h1 {
	font-size: 32px;
	font-weight: bold;
	font-family: arial;
}
#element_to_pop_up h2 {
	font-size: 24px;
	font-weight: bold;
	font-family: arial;
}

.vliner, .vlinel {
	width: 88px;
}

#blue p, #red p {
	height: 60px;
}

.r-tabs-accordion-title:first-of-type.r-tabs-state-active {
	width: 978px;
}
#tab-1 {
	width: 960px;
}

.modal-overall {
	text-align: center; 
	border-top: 2px solid black; 
	margin-top: 40px; 
	padding-top: 20px;
}

@media (max-width: 580px) {
	#blue p, #red p {
		height: 80px;
	}
}
@media (max-width: 549px) {
	.modal-overall {
		margin-top: 20px;
	}
	#red {
		margin-top: 20px;
	}
	#blue p, #red p {
		height: 60px;
	}
}