.stringList {
  float: left !important;
  max-width: 100% !important;
  text-align: left !important;
}
.stringList table {
  width: 100%;
}
.stringList table th {
  text-align: center;
  color: white;
}
.stringList table tbody tr td:first-child {
  width: 100%;
}
.stringList table tbody tr td:first-child input.stringValue {
  width: 100%;
  background-color: white !important;
  text-align: left;
}
.stringList .listCont ul.list {
  margin-left: 20px;
}
.stringList .listCont ul.list .rem {
  border: 1px solid lightpink;
  color: lightpink;
  padding: 0 2px;
  font-size: xx-small;
  float: right;
  cursor: pointer;
}
.stringList .listCont ul.list .rem:hover {
  border: 1px solid red;
  color: red;
}
