#json_input, #json_output {
    height: 300px;
}

@media (max-width: 768px) {
	#json_input, #json_output {
        height: 200px;
    }
}
