/* Eclipse keeps messing the formatting of nth-child(k) selectors */

.spo-table {
	table-layout: fixed
}

.spo-table .twitter-typeahead,table input {
	width: 100%;
}

.spo-table th,.spo-table td {
	word-break: break-all;
}

.spo-table th:nth-child(1), .spo-table td:nth-child(1) {
  width: 40%;
  max-width: 40%;
  min-width: 40%;
  text-align: left;
}

.spo-table th:nth-child(2),.spo-table td:nth-child 2) {
  width: 14%;
  max-width: 14%;
  min-width: 14%;
  text-align: left;
}

.spo-table th:nth-child (3),.spo-table td:nth-child (3) {
  width: 40%;
  max-width: 40%;
  min-width: 40%;
  text-align: left;
}

.spo-table th:nth-child (4),.spo-table td:nth-child (4) {
  width: 100px;
  max-width: 100px;
  min-width: 100px;
  text-align: right;
}

.semantic-table th,.semantic-table td {
  word-break: break-all;
}

.semantic-table th:nth-child (1),.semantic-table  td:nth-child (1) {
  background-color: #FFFFEC;
  min-width: 10%;
}