.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;
}
body.d_game #fsd_result .gloss_def.hide,
body.d_game #dictionary_container .load_more.hide {
	display: none !important;
}
.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;
}
.gloss_def .dict_res,
.dict_response .dict_res {
	padding: 5px;
	margin-top: 10px;
	border-bottom: 1px solid #ddd;
}
.gloss_def .dict_res {
	border-bottom: none;
}
.dict_response .dict_res:first-child {
	padding-top: 20px;
	margin-top: 0;
	border-top: 1px solid #ddd;
}
.dict_response .dict_res:last-child {
	border-bottom: none;
}
.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;
}
.gloss_def .dict_res .title,
.dict_response .title {
	color:#999;
	font-size:75%;
	text-transform: uppercase;
	line-height: 1.3;
}
.gloss_def .dict_res .word {
	display:block;
	font-weight: bold;
	margin-bottom: 6px;
}
.gloss_def .dict_res .pos {
	padding-bottom: 4px;
	font-size: 90%;
	text-transform: capitalize;
}
.dict_response .title a {
	color:#999;
}
.dict_response .e_idx {
	color:#999;
}
.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;
}
#fsd_result .wikt_results .word_audio.wikt.hide {
	display: none;
}
.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%;
}
#default_instruction {
	display: none;
	position: absolute;
	width: 100%;
	top: calc(50% - 65px);
	padding: 10px;
	text-align: center;
	font-size: 90%;
	color: #777;
}
#fsd_result .word_audio {
	display: inline-block;	
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border-radius: 10px;
	border: 1px solid #999;
	background: #fff;
	font-size: 0.7em;
}
#fsd_result .word_audio:hover {
	cursor: pointer;
	border-color: #555;
}
#fsd_result .word_audio i {
	margin-right: 2px;
}

