@media (max-width: 1000px) {
body {
	font-size: 40px !important;
}
a {
	font-size: 40px !important;
}
select {
	font-size: 30px !important;
}
.jv_header_image {
	height: 80px;
}
.page_content {
	width: 90%;
	margin: 150px 0px 0px 0px;
}
.login_content {
    min-height: 80vh;
}
input[type=text], input[type=password], input[type=number], textarea {
	font-size: 40px !important;
}
input[type=submit] {
	font-size: 40px !important;
}
h2, .h2 {
	font-size: 60px !important;
}
h3, .h3 {
	font-size: 50px !important;
}
.h3_raw {
	font-size: 50px !important;
}
.position_question_name_input {
	width: 20vw !important;
}
th {
	font-weight: normal;
	font-size: 3.5vw !important;
}
.imageButton {
	zoom: 2;
}
}