.base-structure {
  width: 970px;
  height: 100%;
  margin: auto;
  padding-right: 5px;
  padding-left: 5px;
}
.base-structure {
  width: 970px;
  height: 100%;
  margin: auto;
  padding-right: 5px;
  padding-left: 5px;
}
.profile-list li {
  border-bottom: solid 1px #dadada;
  cursor: pointer;
  padding-top: 7.5px;
  padding-right: 2.5px;
  padding-bottom: 7.5px;
  padding-left: 7.5px;
}
.profile-list li:hover,
.profile-list li.selected {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding-top: 7.5px;
  padding-right: 23px;
  padding-bottom: 7.5px;
  padding-left: 7.5px;
  margin-top: 0px;
  margin-right: -20.5px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.profile-list li:hover {
  background-color: #cccccc;
}
.profile-list li.selected {
  background-color: #ffd142;
}
.profile-list li.selected .profile-list-buttons-container {
  display: block;
}
.profile-list li .jobseeker-name {
  width: 136px;
  height: inherit;
  font-family: 'Roboto', Serif;
  font-size: 12px;
  font-weight: 500 !important;
}
.profile-list li .profile-list-buttons-container {
  margin-top: 5px;
  display: none;
  text-align: right;
}
#result_next_button {
  background: url(/static/img/app/next-button-grey.png) no-repeat;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  width: 50px;
  height: 50px;
}
#result_next_button:hover {
  background: url(/static/img/app/next-button-yellow.png) no-repeat;
}
#result_next_button:active {
  background: url(/static/img/app/next-button-yellow-active.png) no-repeat;
}
#result_previous_button {
  background: url(/static/img/app/previous-button-grey.png) no-repeat;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  width: 50px;
  height: 50px;
}
#result_previous_button:hover {
  background: url(/static/img/app/previous-button-yellow.png) no-repeat;
}
#result_previous_button:active {
  background: url(/static/img/app/previous-button-yellow-active.png) no-repeat;
}
