.content-container .resultPre {
  width: 100%;
  position: relative;
}
.content-container table.request {
  width: 100%;
}
.content-container table.request tr.company,
.content-container table.request tr.invited {
  background-color: #FFF8E7;
  background: #FFF8E7;
}
.content-container table.request .local-request {
  position: relative;
  width: 100%;
}
.row {
  cursor: pointer;
}
.row:hover {
  background: #f0f1f2;
}
