#term-translations table {
	width: 97%;
}

#term-translations th {
  padding: 8px 10px;
}

#term-translations td {
  font-size: 12px;
  line-height: 26px;
  margin-bottom: 9px;
  padding: 4px 10px;
}

.tr-language-column {
	width: 35%;
}

.tr-edit-column {
	width: 15%;
}

#post-translations table {
	width: 100%;
	text-align: left;
	font-size: 11px;
	margin: 0 6px;
}

#post-translations td {
	font-size: 11px;
}

.form-field input.tog {
	width: auto;
	margin-right: 2px;
}

.stringstranslations .column-name {
	width: 10%;
}

.stringstranslations .column-string {
	width: 36%;
}

.translation label {
	display: inline-block;
	width: 23%;
}

.translation input {
	width: 72%;
}

.column-term_group, .column-flag, .column-count {
	width : 10%;
}

.pll_icon_add, .pll_icon_edit {
	display: block;
	width: 16px;
	height: 16px;
	background-image: url("icons.png");
}

.pll_icon_edit {background-position: 0px -24px;}
.pll_icon_add {background-position: 16px -24px;}

.pll_icon_edit:hover {background-position: 0px -40px;}
.pll_icon_add:hover {background-position: 16px -40px;}
