<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dict_response {
	line-height: 1.3;
	position: relative;
	font-size: 16px; }
.dict_response .chinese {
	line-height: 1.4;
	padding-bottom: 20px;
}
.dict_response .zh_CN, .dict_response .zh_TW { 
	font-size: 135%;
}
.dict_response .trad_indicator { 
	color: #666;
	display: inline-block;
	margin-left: 20px;
}
.dark_mode .dict_response .trad_indicator {
	color: #888;
}
.dict_response .pinyin { 
	font-size: 110%;
	padding-left: 10px;
}
.dict_response .chinese .meaning { 
	font-family: Garamond  serif;
	font-size: 100%;
	padding-left: 20px;
}
.dict_response .dict_res {
	padding: 8px 4px 10px 7px;
	margin:0;
	border-bottom: 1px dotted #ddd;
}
.dark_mode .dict_response .dict_res {
	border-color: #555;
}
.dict_response a {
	text-decoration: none;
	color:#333;
}
.dark_mode .dict_response a {
	color: #ccc;
}
.dict_response a:hover {
	text-decoration: underline;
}
.dict_response .title {
	color:#999;
	font-size:75%;
	text-transform: uppercase;
}
.dict_response .title a {
	color:#999;
}
.dict_response .e_idx {
	color:#999;
}

.dict_response .dict_res.conjugation {

}
.dict_response .dict_res.conjugation .conj_header {
	padding-top:6px;
}
.dict_response .dict_res.conjugation .pronoun {

}
.dict_response .dict_res.conjugation .pron {
	color:#666;
}
.dark_mode .dict_response .dict_res.conjugation .pron {
	color:#aaa;
}



.dict_response .y_dict br{
	display:none;
}
.dict_response .y_dict .title {
	display:block;
}
.dict_response .y_dict .category {
	color:#999;
	font-size:90%;
}
.dict_response .y_dict .entry_head {
	display:block;
	font-weight: bold;
	margin-bottom: 6px;
}

.dict_response .y_dict .dict_entry {
	padding-left: 1em;
	text-indent: -1em;
	display:block;
}
.dict_response .y_dict .entry_head ul{
	padding:0;
	margin: 0;
	list-style-type: none;
}
.dict_response .y_dict .pos_label {
	font-size:90%;
}
.dict_response .wikt_gender_label {
	display: inline-block;
	margin-left: 8px;
	font-style: italic;
	color:#555;
}
.dark_mode .dict_response .wikt_gender_label {
	color: #aaa;
}
.dict_response .wikt_gender_label.short {
	border-bottom: 1px dotted #999;
}
.dict_response .wikt_results {

}
.dict_response .wikt_result {
	margin:0 0 10px 0;
}
.dict_response .wikt_word {
	font-weight: bold;
	margin-bottom: 6px;
}
.dict_response .wikt_pos_block {
	margin:0 0 10px 0;
}
.dict_response .wikt_pos_label {
	font-size:90%;

}
.dict_response ul.wikt_defs,.dict_response ul.wikt_sub_defs {
	padding:0;
	margin: 0;
	list-style-type: none;
}
.dict_response .wikt_defs li {
	padding: 2px 0;

}
.dict_response .wikt_context {
	color: #999;
	margin-left:6px;
	font-size: 90%;
}
.dict_response .word_audio {
	display: inline-block;	
	margin: 5px 10px 5px 0;
	padding: 8px 10px 5px 10px;
	border-radius: 10px;
	background: #ccc;
	font-size: 90%;
}
.dict_response .word_audio:hover {
	cursor: pointer;
	background: #aaa;
}
.dict_response .word_audio i {
	margin-right: 5px;
}

</pre></body></html>