.wp-list-table .column-orig_string,
.wp-list-table .column-replacement_string {
	width: 26%;
}
.wp-list-table .column-domain,
.wp-list-table .column-context
 {
	width: 18%;
}
.wp-list-table .edit_links,
.wp-list-table .delete_links {
	width: 6%;
}
.saywhat-gopro {
	background-color: #ded;
	border: 1px solid #0a0;
	padding: 0.5em 1em 0.5em 1em;
	width: 60%;
	margin: auto;
	border-radius: 1em;
}
.saywhat-gopro a.button-primary {
	background-color: #dd823b;
	border-color: #c36922;
	-webkit-box-shadow: inset 0 1px 0 #e8ac7c, 0 1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 1px 0 #e8ac7c, 0 1px 0 rgba(0, 0, 0, 0.15);
}
.saywhat-gopro a.button-primary:hover,
.saywhat-gopro a.button-primary:focus {
	background: #d97426;
	border-color: #ad5d1e;
	-webkit-box-shadow: inset 0 1px 0 #e59e66;
    box-shadow: inset 0 1px 0 #e59e66;
}
