#phrase_helper {
	margin: 0 auto;
	width: 500px;
	display: block;
}

#phrase_helper img {
	border: none;
}

#phrase_helper .controls {
	width: 32px;
}

#phrase_helper #phrase_input {
	width: 300px;
	font-size: 14px;
}

#phrase_helper #phrase_player {
	margin: 0 auto;
	width: 100px;
}

#phrase_helper #phrase_history {
	height: 200px;
	scroll: auto;
	overflow: auto;
	border: 1px solid lightgray;
}

#phrase_helper #phrase_history .history_item {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

#phrase_helper .history_item .icon {
	width: 16px;
	height: 16px;
	margin: 5px 10px 0 10px;
	float: left;
}
