#vjs_code_window { display: flex; flex-flow: column nowrap; flex: 1 0; }
	#vjs_code_top_bar { display: flex; flex-flow: row nowrap; justify-content: space-between; padding: 0 10px 10px 10px; border-bottom: 1px solid #ccc; }
		#vjs_code_top_bar > section { display: flex; flex-flow: row nowrap; flex: 0 0 30%; align-items: center; }
			#vjs_code_top_bar > section > label { flex: 0 0 60px; }
			#vjs_code_top_bar > section > select { flex: 1 0; }
			#vjs_code_events_list { font-family: monospace; }
	#vjs_code_editor { display: flex; flex-flow: column nowrap; flex: 1 0; font-family: monospace; font-size: 13px; background: #fff; }
		#vjs_code_editor_text { flex: 1 0; font-family: inherit; font-size: inherit; border: 0; padding-left: 40px; outline: none; }
		#vjs_code_editor_status { background: #f0f0f0; color: #333; font-size: inherit; text-align: right; padding: 5px 10px; }