.srr-wrap .srr-item > * {
  margin-bottom: -10px !important;
}
.searchcontainernew {
  width: 70%;
  float: left;
  margin-right: 2%;
}
.press_button {
  width: 28%;
  float: left;
}
.press_button a {
  display: block;
  text-align: center;
  background-color: #b82a2a;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
  color: #ffffff;
  font-size: 13px;
  line-height: 36px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.press_button a:hover {
  background-color: #e72f2f;
}
