.translate_options-wrap ul {
	margin-left:20px;
}
.translate_options-wrap li {
	margin: 10px 0 10px;
}
.translate_options-wrap  .settings-page, 
.translate_options-wrap  .about-page {
	margin: 20px;
}
.fixed-block {
    position: fixed;
    top: 32px;
    z-index: 9999;
}
.translate_options-wrap h3, .translate_options-wrap h4{
	margin-left:20px;
}
.translate_options-wrap h3 span:before {
	content: "\f504";
    font-family: 'dashicons';
}
.translate_options-wrap .textarea {
	width:750px;
	max-height: 350px; 
	overflow-x:auto;
	border: 1px solid #ddd;
	box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.07 );
	color: #32373c;
	-webkit-transition: 0.05s border-color ease-in-out;
	transition: 0.05s border-color ease-in-out;
	outline: none;
	word-wrap: break-word;
}
.translate_options-wrap .search {
	margin: 1em 0 0 2em;
	padding: 5px 0 5px 20px;
}