#reprocessListing {
  margin: 25vh auto 25vh auto;
  display: flex;
  width: 50%;
  justify-content: space-around;
}

#mlsNumber {
  border: 1px solid #0b3279;
  border-radius: 5px;
  padding: 5px 10px;
  margin-top: 0;
}

#mlsProvider {
  background-color: white;
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 5px 10px;
  color: #707070;
  min-width: 135px;
  min-height: 41px;
  font-size: 15px;
}

.reprocess {
  height: 50px;
  width: 30%;
  font-size: 16px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  cursor: pointer;
  border: 1px solid #0b3279;
}

.reprocess:hover {
  background-color: #0b3279;
  color: white;
}

@media screen and (min-width: 360px) and (max-width: 800px) {
  #reprocessListing {
    margin: 25vh auto 25vh auto;
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: space-around;
  }

  .reprocess {
    width: 100%;
  }
}

/*# sourceMappingURL=reprocess.css.map */
